{"_id":"@urql/exchange-graphcache","_rev":"385-ba9381b570afd95f7222bcfd3b97483c","name":"@urql/exchange-graphcache","dist-tags":{"spec-nullability":"4.3.6-spec-nullability-2","canary":"9.0.0-canary-4e9f27dad3e84b188198d20660ab337184fb02f5","latest":"9.0.1"},"versions":{"0.1.0-alpha.1":{"name":"@urql/exchange-graphcache","version":"0.1.0-alpha.1","author":{"name":"Phil Plückthun","email":"phil@kitten.sh"},"license":"MIT","_id":"@urql/exchange-graphcache@0.1.0-alpha.1","maintainers":[{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/kitten/graphcache#readme","bugs":{"url":"https://github.com/kitten/graphcache/issues"},"dist":{"shasum":"74a764670be7dcd105411af2cac395c6768c19d4","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.1.0-alpha.1.tgz","fileCount":38,"integrity":"sha512-J2P+NjLH+r5SM1LkZetn1BVdylhP2Uo/360TKlsjWOS2MPivm86ZllXMJQvgp1PUe5kasGcVrvN8Fi0P8midUA==","signatures":[{"sig":"MEUCIGDp/JTQlDBCzL3bKknHRFrcAd/OxytuXs3sUFu42S5jAiEAr6q0g8O/661iKfxRuHewtG0r8Yz8cuHfB4VI1ZrzoqI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":118292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdJ5dCRA9TVsSAnZWagAAPK4P/iRPnk5iov1QXdjvfOQg\nynf3EWVC6IRYRBqinVa8hYWefQG3P5E9mY+uGDE4rJ4IGeF0QVscElgefUc0\nc/ZU50+q+P6B5eOUQEIdiwuUQ3DoCFkT6z9LmjBuBNTwImOrpUNULPuUDcSu\n/CCL2psxrZ0VLBhCYDJCcLS8bQqUK3C1TQxikfcI5hgIPXY+VLExFzr0PkQV\nS0sgIdoYgHiO0SwBVmAm9mTC0//5mGYj5ZaGgzGVLqkMWE9wFPMIBA9jbnvl\n54YivUnfbYAZb2iCdKg8U3320ogt260OiH/rmnuXwxQr7dYeXaVcJjVA77rJ\nXph73bVAMbiuwRDeKri6bnQSiIs7Sf/Vw5ICtOHBUxFGZuIUY441S43lmU7d\n78WcyPPIE9BFXg/Qc/P9V1dXppnTNfe0fXdOnyTSBnft+0muKwCjqrbDMx0Y\nPhI483ro1Js98T3VGP9MVLWuHlh6tte7HEVHYWEUuFfIGebO2ZzLDj5jpnyv\n++eyfSAZiiKZf5ZU3H5iHhVYq3iSw3l90HrByZyDnm93sPGimRlE+15hl1NQ\nKk/sDD72tOrqSY27XL+mnx/A65PXlHQlks8dtvDJrHhyA55YLRmyNuCPdTQz\n5YJUw+grF9oqwnvQx1xZqpRhRKLSUP+UDRDhDDunX4LMQMp9fmHc04mXws6Z\nh2yf\r\n=Sk6b\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/graphcache.es.js","source":"src/index.ts","gitHead":"14b3da989cf4181a2e193a4b6d616cb8179d5a96","scripts":{"lint":"tslint --project .","test":"jest","build":"run-p build:types build:bundle","prebuild":"rimraf dist","bundlesize":"bundlesize","build:clean":"rimraf dist","build:prune":"rimraf dist/types/**/*.test.d.ts","build:types":"tsc -d --emitDeclarationOnly --outDir dist/types","build:bundle":"microbundle --format es,cjs --no-compress","prepublishOnly":"run-s build build:prune","check-formatting":"prettier --write src/**/*.{ts,tsx}","postbuild:bundle":"terser dist/graphcache.es.js -o dist/graphcache.es.min.js"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"bundlesize":[{"path":"./dist/*.min.js","maxSize":"10 kB"}],"repository":{"url":"git+https://github.com/kitten/graphcache.git","type":"git"},"_npmVersion":"6.5.0","description":"A normalizing GraphQL cache configurable by defining exceptions to the rule","directories":{},"lint-staged":{"*.{ts,tsx}":["tslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"_nodeVersion":"10.15.0","dependencies":{"wonka":"^2.0.1","graphql-anywhere":"^4.1.28","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^23.6.0","urql":"^1.0.4","husky":"^1.2.0","react":"^16.8.3","rimraf":"^2.6.2","terser":"^3.16.1","tslint":"^5.11.0","graphql":"^14.1.1","ts-jest":"^23.10.5","prettier":"^1.15.2","coveralls":"^3.0.0","react-dom":"^16.8.3","bundlesize":"^0.17.0","prop-types":"^15.7.2","typescript":"^3.1.6","@types/jest":"^23.3.13","graphql-tag":"^2.10.1","lint-staged":"^8.1.0","microbundle":"^0.9.0","npm-run-all":"^4.1.5","@types/react":"^16.8.5","tslint-react":"^3.6.0","@types/graphql":"^14.0.7","@types/react-dom":"^16.8.2","tslint-config-prettier":"^1.16.0","@types/fast-json-stable-stringify":"^2.0.0"},"peerDependencies":{"urql":"^1.0.4","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.1.0-alpha.1_1551146588272_0.9210345927183679","host":"s3://npm-registry-packages"}},"0.1.0-alpha.2":{"name":"@urql/exchange-graphcache","version":"0.1.0-alpha.2","author":{"name":"Phil Plückthun","email":"phil@kitten.sh"},"license":"MIT","_id":"@urql/exchange-graphcache@0.1.0-alpha.2","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/kitten/graphcache#readme","bugs":{"url":"https://github.com/kitten/graphcache/issues"},"dist":{"shasum":"4a5592bc4595166ca302dbe9197af851c276b6be","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.1.0-alpha.2.tgz","fileCount":38,"integrity":"sha512-QHNtqk6JUerUv4XUFHefWGjlNYJG14R3atXdIpaRIg+/xNsXGusWmz//YbFoSfXcYVpkTx3HH2OLBsk3d/wgMQ==","signatures":[{"sig":"MEQCIEnsKLC8h4V5J5YbSWPvJX8UM5nQSyum34diXKRokCD/AiAVnXjYB10/kSK3njmEJJfDdms9T3OpfRj454wlRpzPtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":121024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdaOgCRA9TVsSAnZWagAAqY8P/1ZnpfxXnL4OlDriDSjR\nPK9c4eFl/M+Wn6QJCRjyDTMg1sT8glhrLg57QCZrVVcy62YIKAt3NNbDWFWy\ndtJehlaBEk4S3QJ1PUfsJP0ondqVp86HnRpO/AE7MKijq8G4DaEnmxxApaKj\nHNOXYr3aiNjDmLmF2xsEhKfb1OHHwoDWzvJIb/fx9dAqbZy2l2+phQsDKyxr\nX/U/l3gIR9Ann1KlUqsKDor9wBJ017pAv7AtebrMKnT7YAwCwD0Z9XvNXmgL\n+09jfGe2GWOIpH8D7hVreqFPGKta3XKIC7am5AmnHuVQ+82ajEIWfjKqlXrB\nX8nyBH3EpW7MAcjbUpwF74CW+CEaQLONfKwcXugfYB/GNMO1tbBkIjE/n9BZ\nllYqfStiD+TQAtySGjytUF2hpqStpSoPAFi3jc/1xusgAX2SAPkOMjSmDLD/\nL62nO3m0ylzDfS4cyCNPHLcJtV3pRgQuU2fGC2n9ELcMzcOeMS3tG1BMP7/E\nav5mY5ngjeDWS5pIDSu5Vc8mOMRRMbQO+GRoJFxRxH28byizeZT56QHX+qyI\n/RXKELI2ToLc0XmPfo6KRPzyR9SCgKSm2Z0pH+MOMmV3PhJTnLFbj2kK65ka\nbaqVE+pVnzsaeXt7olXDf64HHlC/NKXkl561ics3SQiG+7U98sc3DxI1Gt3N\nJyw8\r\n=6Nod\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/graphcache.es.js","source":"src/index.ts","gitHead":"1742a9f7faf4be5e2e8a75e3c9518ebf23cdaef1","scripts":{"lint":"tslint --project .","test":"jest","build":"run-p build:types build:bundle","prebuild":"rimraf dist","bundlesize":"bundlesize","build:clean":"rimraf dist","build:prune":"rimraf dist/types/**/*.test.d.ts","build:types":"tsc -d --emitDeclarationOnly --outDir dist/types","build:bundle":"microbundle --format es,cjs --no-compress","prepublishOnly":"run-s build build:prune","check-formatting":"prettier --write src/**/*.{ts,tsx}","postbuild:bundle":"terser dist/graphcache.es.js -o dist/graphcache.es.min.js"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"bundlesize":[{"path":"./dist/*.min.js","maxSize":"10 kB"}],"repository":{"url":"git+https://github.com/kitten/graphcache.git","type":"git"},"_npmVersion":"6.5.0","description":"A normalizing GraphQL cache configurable by defining exceptions to the rule","directories":{},"lint-staged":{"*.{ts,tsx}":["tslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"_nodeVersion":"10.15.0","dependencies":{"wonka":"^2.0.1","graphql-anywhere":"^4.1.28","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^23.6.0","urql":"^1.0.4","husky":"^1.2.0","react":"^16.8.3","rimraf":"^2.6.2","terser":"^3.16.1","tslint":"^5.11.0","graphql":"^14.1.1","ts-jest":"^23.10.5","prettier":"^1.15.2","coveralls":"^3.0.0","react-dom":"^16.8.3","bundlesize":"^0.17.0","prop-types":"^15.7.2","typescript":"^3.1.6","@types/jest":"^23.3.13","graphql-tag":"^2.10.1","lint-staged":"^8.1.0","microbundle":"^0.9.0","npm-run-all":"^4.1.5","@types/react":"^16.8.5","tslint-react":"^3.6.0","@types/graphql":"^14.0.7","@types/react-dom":"^16.8.2","tslint-config-prettier":"^1.16.0","@types/fast-json-stable-stringify":"^2.0.0"},"peerDependencies":{"urql":"^1.0.4","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.1.0-alpha.2_1551213471266_0.09706678908247679","host":"s3://npm-registry-packages"}},"0.1.0-alpha.3":{"name":"@urql/exchange-graphcache","version":"0.1.0-alpha.3","author":{"name":"Phil Plückthun","email":"phil@kitten.sh"},"license":"MIT","_id":"@urql/exchange-graphcache@0.1.0-alpha.3","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/kitten/graphcache#readme","bugs":{"url":"https://github.com/kitten/graphcache/issues"},"dist":{"shasum":"211997686c87c3b8013b1415e87016009bea1e5a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.1.0-alpha.3.tgz","fileCount":42,"integrity":"sha512-/oPfWkb6cPfcKImIKZ8qb3PcndzKN7gzv4RIlifo5d6DhBvE5VEXw6AuiBT2RiXgDsSVSbm+dY5E5zuSNqh0sw==","signatures":[{"sig":"MEUCIQDvt3o6UIHbdBYgI0WJAveJC2D6SVJ8tS9h+IZEEWRd5wIgLKSeN1Zm2TIc0pXVJ/cnECueP/Xt0Pg1CaewyORRIsQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":192576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfLLhCRA9TVsSAnZWagAAh3EP/0QX+jwzITRTqtyZDO65\nEhprYY+e/NJ2igmKVPHNIS6grI/vg7Mxlse2icCaFpPr5x5EAS+zpuLQ+Nsc\nFpgl/qr5NgiV6JZm2gzh/eOcVW6s78lda4gunS9ZMGKF4DKPiMq3PUtBwtPX\n7DoASPmzxZBLKwXNgXCTS2XcQMIxUUj3HSxvwfoPFMjg/SgY5OZ3f9+IFeh4\nPermSCjxq0LVzGzShR2EjlNdCATR+HjqdpeXUWImCBsh2RWYoYIXmcvZBx57\nDMdTUsjxemGz0t7enCx7qMHE6ouYU7jKvWFFAxEneQx7H9NOxNsrU5gaAapI\nNY5Ixei/y7ZO+2wGWPWByF5Q7lLbPxZ6NJx/SOVASkqRr1RmtoCS8p91SQ/n\nSTLEvYcaGZYQ+2A7E+8IKJKlB/Q0LuoQ1llfNMS0LBN0RFnhzD7jJQwM3H+5\n87NnUoJ1LFl6PQlO7wiQ1AslnAjR2HbHaXgrdBKjsSLrge+LPlGyidSrgI0x\nO1444wi6B7wkhf2Z2x0ScK+xf5iAjTnFy5iUHtWHz04lx9nU1tRJxzNfN+29\nJ/DP3HI8Jqhbs+Rf88PT4avVoBaZ8kbrlluLB9eF0uxeA2/FcwRq33wRp43O\nQFw/16SkbXWpQZV5uZNxruLwF6nPTIgYMu43+hXpAOQ3/KFqs8xgrRUApw+f\nOJs2\r\n=klSn\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/graphcache.es.js","source":"src/index.ts","gitHead":"1de098384c706aebb0af38ead7ef441a5df48d0d","scripts":{"lint":"tslint --project .","test":"jest","build":"run-p build:types build:bundle","prebuild":"rimraf dist","bundlesize":"bundlesize","build:clean":"rimraf dist","build:prune":"rimraf dist/types/**/*.test.d.ts","build:types":"tsc -d --emitDeclarationOnly --outDir dist/types","build:bundle":"microbundle --format es,cjs --no-compress","prepublishOnly":"run-s build build:prune","check-formatting":"prettier --write src/**/*.{ts,tsx}","postbuild:bundle":"terser dist/graphcache.es.js -o dist/graphcache.es.min.js"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"bundlesize":[{"path":"./dist/*.min.js","maxSize":"10 kB"}],"repository":{"url":"git+https://github.com/kitten/graphcache.git","type":"git"},"_npmVersion":"6.5.0","description":"A normalizing GraphQL cache configurable by defining exceptions to the rule","directories":{},"lint-staged":{"*.{ts,tsx}":["tslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"_nodeVersion":"10.15.0","dependencies":{"wonka":"^2.0.1","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^23.6.0","urql":"^1.0.4","husky":"^1.2.0","react":"^16.8.3","rimraf":"^2.6.2","terser":"^3.16.1","tslint":"^5.11.0","graphql":"^14.1.1","ts-jest":"^23.10.5","prettier":"^1.15.2","coveralls":"^3.0.0","react-dom":"^16.8.3","bundlesize":"^0.17.0","prop-types":"^15.7.2","typescript":"^3.1.6","@types/jest":"^23.3.13","graphql-tag":"^2.10.1","lint-staged":"^8.1.0","microbundle":"^0.9.0","npm-run-all":"^4.1.5","@types/react":"^16.8.5","tslint-react":"^3.6.0","@types/graphql":"^14.0.7","@types/react-dom":"^16.8.2","tslint-config-prettier":"^1.16.0","@types/fast-json-stable-stringify":"^2.0.0"},"peerDependencies":{"urql":"^1.0.4","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.1.0-alpha.3_1551676128685_0.26080833883491383","host":"s3://npm-registry-packages"}},"0.1.0-alpha.4":{"name":"@urql/exchange-graphcache","version":"0.1.0-alpha.4","author":{"name":"Phil Plückthun","email":"phil@kitten.sh"},"license":"MIT","_id":"@urql/exchange-graphcache@0.1.0-alpha.4","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/kitten/graphcache#readme","bugs":{"url":"https://github.com/kitten/graphcache/issues"},"dist":{"shasum":"419a8dcf836e19895ded0aa4e7865bac3451a028","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.1.0-alpha.4.tgz","fileCount":43,"integrity":"sha512-dUHssMAl4kna1S9tCiXhs9urDg9+Ylj6vbPSeit6inyg9MCRtTmG6/wL3Jz3crsC2MZ1gnBXUXu5JxSIk7e4Ng==","signatures":[{"sig":"MEQCICS2kjaMKOhZiiNasejSvrINv9vvBWVIlSnxG+wLCsdYAiAbLMwnmK5x0oEQseAj8w7Nlz3ebTsZA5T8WHCQWBdNow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":190539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfVIHCRA9TVsSAnZWagAArEAP/1CgnZyFwJplMUncqnVo\nkJtqp3MtEVAraY1sH8WVyHfn147RMjOC0+HbtG5fdnNDmkgbviimQ8tSMzkn\nyAHIKJeKWylPL9IVf1c2JrOwaiXExC3YVmV3cECWUnTcnRXzWcCqRrWk2Bic\nCC2LEeP2MsbwQ2FWGFnB9KJP1ELBgu4Sd8aE86r+L2StjplQvY7dJMQDF5T8\n6/tUJ5LrwvFbfop3Joc8xQ/PAaOZ/On1eg4PdgkWuuBCe2ZEmGoauXHSmX2l\ntEdjor5bRDFM+NnMJEymLgdf8yYZvYxbrsiIlipnt524kYCaeMcXdGcIQzPi\np8QN572TUGHg+5aqxZWIUJR9+nJiV4FXTbKY5tHKpQkF8Qo054KYpiGdv5rv\nKU+VTIelTFQpHNf849MytPjstYUuxObRLAGhljh7mf+Tm525srWoXkcNXNJR\nGiqSEZ30WWBbAx2TwFQEpqIOIFYVG77vbmw6pmlzhkTXi5UIi+RzaZ8oyuxp\nHz03uI1Z2s7Oc9fOL5zfCkjoXaMDQIVoDo6Mt5E4ihmpclGDItS1ygzNu34+\njUR00cR+1oS5PQew32eYq0fb/RDHBHWxvg6PEvhtz5bm9x69YxKLj5v1dcwG\n+oMMKeCdr1Y+Arx799WCkTAoWHcGjRxuBVn4eWY4TTWK93MP+UA+JSdOyOcr\n09Z9\r\n=uMu3\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/graphcache.es.js","source":"src/index.ts","gitHead":"237325a4fc275b5baa1a85ca3dbda26337abd592","scripts":{"lint":"tslint --project .","test":"jest","build":"run-p build:types build:bundle","prebuild":"rimraf dist","bundlesize":"bundlesize","build:clean":"rimraf dist","build:prune":"rimraf dist/types/**/*.test.d.ts","build:types":"tsc -d --emitDeclarationOnly --outDir dist/types","build:bundle":"microbundle --format es,cjs --no-compress","prepublishOnly":"run-s build build:prune","check-formatting":"prettier --write src/**/*.{ts,tsx}","postbuild:bundle":"terser dist/graphcache.es.js -o dist/graphcache.es.min.js"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"bundlesize":[{"path":"./dist/*.min.js","maxSize":"10 kB"}],"repository":{"url":"git+https://github.com/kitten/graphcache.git","type":"git"},"_npmVersion":"6.5.0","description":"A normalizing GraphQL cache configurable by defining exceptions to the rule","directories":{},"lint-staged":{"*.{ts,tsx}":["tslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"_nodeVersion":"10.15.0","dependencies":{"wonka":"^2.0.1","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^23.6.0","urql":"^1.0.4","husky":"^1.2.0","react":"^16.8.3","rimraf":"^2.6.2","terser":"^3.16.1","tslint":"^5.11.0","graphql":"^14.1.1","ts-jest":"^23.10.5","prettier":"^1.15.2","coveralls":"^3.0.0","react-dom":"^16.8.3","bundlesize":"^0.17.0","prop-types":"^15.7.2","typescript":"^3.1.6","@types/jest":"^23.3.13","graphql-tag":"^2.10.1","lint-staged":"^8.1.0","microbundle":"^0.9.0","npm-run-all":"^4.1.5","@types/react":"^16.8.5","tslint-react":"^3.6.0","@types/graphql":"^14.0.7","@types/react-dom":"^16.8.2","tslint-config-prettier":"^1.16.0","@types/fast-json-stable-stringify":"^2.0.0"},"peerDependencies":{"urql":"^1.0.4","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.1.0-alpha.4_1551716870777_0.8941327293852137","host":"s3://npm-registry-packages"}},"0.1.0-alpha.5":{"name":"@urql/exchange-graphcache","version":"0.1.0-alpha.5","author":{"name":"Phil Plückthun","email":"phil@kitten.sh"},"license":"MIT","_id":"@urql/exchange-graphcache@0.1.0-alpha.5","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/kitten/graphcache#readme","bugs":{"url":"https://github.com/kitten/graphcache/issues"},"dist":{"shasum":"a4617fc368ff65d8e23f9ebdc254618c5c99c1e5","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.1.0-alpha.5.tgz","fileCount":43,"integrity":"sha512-90re2DA2zmlGWK6HerXKDVwHfLaCYM6AvxTaUEDFKTyOtoKHnpOIfoTqxoIAvvMW4rqhuqGgCsWLnmcJGcA7gw==","signatures":[{"sig":"MEYCIQCnHIsychkrxMmJbZ6o5zvISOvYatrAlU/yjHdD9TWwZAIhAMiAnH37LsTMVfD/DVZbLL1Q6PQH8UqNMdClo0rSEAOf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":199268,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfxfDCRA9TVsSAnZWagAA/FQP/09rTldT8E5Y7TLZL4B4\nLklBvtROg0Bpa15hUyi7G4PkN0qK+MXfPDHBTGRdA7gk4Skuj97X+amNtV1k\nlQoE4f5WVWgxGSqhElExiN54g+djLew5VBD+4sKmaTBlZCzb3wlJLtePSGDh\nPRzQh8M6sD8x9/Fy8FsiVVN7JK012zUcaXy1+UO6JkrTJMz+fOcIjoIxKdlh\nTczUsFyiSThb531OVMBNjpOHGH61pQcBKtlKbRKWZkUuwLM5/I6hnN984v6u\nhICwfm4H0ungK1abjmwkfz9h+3FkOQ9oS45Pn9NY14cpC1lF9iXF8GqeaQU5\nWbIZS6zqWSNaPjCDcD1fqe2Y5G+ltqk4UFk/juEsaAQv7Yegxav3bTYURtRR\nA49ubMTJxuIMoHnXc3gRiu98qWhCZSbaaCOQEqOQnZtHzPSlRY2SMo4lZKAS\nSQKy4as+fPWObSq3FQkRz4soi+RMMZFgWZOckIg69CRvNMbOTWl9f47rxBcZ\nbUqxMBtsu6zhuY9gSCf+MF6O7q85y6lYf6xYGaPC8qbXqAOWpKMWd18Q/SdE\ntntrfpxLpbHgpZ4XhTbmWPjA/keBNHaAC2cGtE/Hvf1fEH++jS1OBKooSLsb\nwZ6nOTRovnKtjtAIFxS0O6YGL3qIEpZY1AlEjgIYBvjP7KLgimqSlNwnkIom\nybmS\r\n=Q31s\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/graphcache.es.js","source":"src/index.ts","gitHead":"d2ac17b1015cc4dc8c973bbef7c554a27dffc927","scripts":{"lint":"tslint --project .","test":"jest","build":"run-p build:types build:bundle","prebuild":"rimraf dist","bundlesize":"bundlesize","build:clean":"rimraf dist","build:prune":"rimraf dist/types/**/*.test.d.ts","build:types":"tsc -d --emitDeclarationOnly --outDir dist/types","build:bundle":"microbundle --format es,cjs --no-compress","prepublishOnly":"run-s build build:prune","check-formatting":"prettier --write src/**/*.{ts,tsx}","postbuild:bundle":"terser dist/graphcache.es.js -o dist/graphcache.es.min.js"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"bundlesize":[{"path":"./dist/*.min.js","maxSize":"10 kB"}],"repository":{"url":"git+https://github.com/kitten/graphcache.git","type":"git"},"_npmVersion":"6.5.0","description":"A normalizing GraphQL cache configurable by defining exceptions to the rule","directories":{},"lint-staged":{"*.{ts,tsx}":["tslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"_nodeVersion":"10.15.0","dependencies":{"wonka":"^2.0.1","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^23.6.0","urql":"^1.0.4","husky":"^1.2.0","react":"^16.8.3","rimraf":"^2.6.2","terser":"^3.16.1","tslint":"^5.11.0","graphql":"^14.1.1","ts-jest":"^23.10.5","prettier":"^1.15.2","coveralls":"^3.0.0","react-dom":"^16.8.3","bundlesize":"^0.17.0","prop-types":"^15.7.2","typescript":"^3.1.6","@types/jest":"^23.3.13","graphql-tag":"^2.10.1","lint-staged":"^8.1.0","microbundle":"^0.9.0","npm-run-all":"^4.1.5","@types/react":"^16.8.5","tslint-react":"^3.6.0","@types/graphql":"^14.0.7","@types/react-dom":"^16.8.2","tslint-config-prettier":"^1.16.0","@types/fast-json-stable-stringify":"^2.0.0"},"peerDependencies":{"urql":"^1.0.4","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.1.0-alpha.5_1551833026719_0.5283706238302699","host":"s3://npm-registry-packages"}},"1.0.0-beta.0":{"name":"@urql/exchange-graphcache","version":"1.0.0-beta.0","author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-beta.0","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"6a5a42adfacd8dece575f529cded166ee8954243","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-beta.0.tgz","fileCount":55,"integrity":"sha512-DR9KvX14kT1Os4PHyUjzG0xD+cHvT1ehCpUq5+zZQi1mDxUT9wokE3vEcGIGm25rgFU1IWcP9Zf8w8HqPM6lEQ==","signatures":[{"sig":"MEUCIHpjlOAeXhfmweNT6vKpW0stQ5rFUtuVnumO+lHCfxWsAiEA83bwkWZlw1eO9u7IBzUuqyjsxapVeJalfOo13Jl0j+c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":349322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXCe5CRA9TVsSAnZWagAAQpEP/2t20BIwMGICRF7ftfBr\nt+XTXOf4zfuKdUOM0sl0z3J3ByjMKHrex212APjnIk1NrdyGLHHyF2I+u96x\njrSZ0dKTpqD2chfyvaTRMadrCuvLHL7fAsq9O79LUiQZotk1ngvuOw7ASHv2\nPSLuEC12WdieKo2kn5q1TDV0QJT1t8yRgHlA3xhz2gzEZv1kfy7D4oC7Rc5y\nYUaM8lWrH+tdEYhJ1DKNEUvrWuENNgGMZxHzmBx8H5TRySwh7qx6y0Py4eF7\n1e9BeFdffvYfZmyEOAyPKPzcoKOus4K+2DnsvTSvzyM01bu1DZs1X36mDxFi\naJi2qxDYamgGtkDPIJK7Yq4s53qvlB4iW2lakaaYc7jMkx3FqSN8bMZ6Cx1Z\nfQMbqfOCtOhrvS8PU1uvtlDd1h0mmbwpS+EjmDXe7plw6ZdzIHJVs6ayFUsb\nZboYn/Xxs9aid6bohyKr5kksEh52jeNUCYlLTmtwLlFKWSNIbqXPZ+/Hlmaf\nepsi5WFtE4AhyFMZ1h5NwspEu9D2G9CtEPbsCOj/yWYF4NLi1CbbBpDyknmI\niPHC2di9EAvhkAuLpKPavaEyEiJHf25CgUNxBZvtA3cq43LepDIAOPfzObzJ\nqk63Y3S0CMiGCz4zq/bCwGdETMYg6E7Wd0yHA7YeXG7eYj4l3Gubt625BFbO\nDi9E\r\n=e50q\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/kitten/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.0","pessimism":"^1.0.1","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","urql":"^1.3.0","husky":"^3.0.2","react":"^16.8.6","enzyme":"^3.10.0","eslint":"^6.1.0","rimraf":"^2.6.2","rollup":"^1.19.3","terser":"^4.1.3","codecov":"^3.5.0","graphql":"^14.4.2","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.8.6","react-dom":"^16.8.6","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.17","graphql-tag":"^2.10.1","lint-staged":"^9.2.1","npm-run-all":"^4.1.5","@types/react":"16.8.24","@types/enzyme":"3.10.3","@types/graphql":"^14.2.3","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.8.6","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^8.0.7","eslint-config-prettier":"^6.0.0","rollup-plugin-commonjs":"^10.0.2","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^1.13.0","eslint-plugin-react-hooks":"^1.6.1","rollup-plugin-typescript2":"^0.22.1","@types/react-test-renderer":"16.8.3","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.1.3","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-beta.0_1566320568715_0.8699342842306779","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"@urql/exchange-graphcache","version":"1.0.0-beta.1","author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-beta.1","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"dbf5fbd3d2db21e1553dd93569299a735bf3c7ca","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-beta.1.tgz","fileCount":55,"integrity":"sha512-NChqD3Fp8j8VWK0NYE9NChaOpjSaEaHAoUS+cDbOqSCd1rSmBO91GOI+HeUG1hgRLjU15lprXxRB6pFy6Itlsw==","signatures":[{"sig":"MEQCIAS7rUhyALtIQJS8GxNcWLA3EsVoWv4E4BMEWYo0yNrpAiBIkso1gFO0h2hLbcCEjENV8PUlATsX+6ZSER50xOgBQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":354254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXCf6CRA9TVsSAnZWagAAzk0P/ROOawH0uFitaWLeN+b1\nwgypnNc+mwIfmQnKQBAMCNjZEgzg3H2d+dxtccqLc0BLfqTamT+QM2IErEo/\nyHk8axF2DpRG0+2GFK8wUrTD+t6YsAD0oHuhsHv3l5QWSKM24ujR0eMy8DJ4\nJ8U+Nk1ndvcMB2GgNb2eB5SCCPUcpKRd5sEHlmXUiiq+F+cVHJ0v7ruS/oCm\nk39SoSM4WZSq8nX2oaO184nT5T/gjunZQVZBW2uq+1nmIivOAdxeTUb7o3sG\nQpcnra14W+UDXAIEr+I/VB4znN6BhFkZRjh57cbQXnNpIDZDhEdZDkfLPzyf\nviPIRii1OZu1PuBuJDvRNBmVkPr6Vp0EezbT84iaBJTLxg+M8q0KBtFKW5Ug\nzaFmOYYe4IPQD5430Elg8k5cHLtxSiMepeg85rM2IpxuWquqspXIIB7T805r\nv/FRqJiHWqhTXsEh9PqsOonchW4fjTt6ZqPTS62IVTmV6mNR8e75vB8fE1kx\nv7jSe5LFRzIaND90L6qjhqoxFlo19UKlVd5Bwj3ADmYBUolVPRbSCoVmD7MS\nSguAUNIVhFe190q/netolJIWDVHZpNN71l/gqYRegS9qed5FiZ9fcz/pKLBI\n3YDs8y4LoMHa3sfb/ugP1g6lQJnPaVFAww3ZgKXY6nbhsmk6ZsaBzv8JvUz+\n3YZl\r\n=HfZx\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/kitten/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.0","pessimism":"^1.0.1","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","urql":"^1.3.0","husky":"^3.0.2","react":"^16.8.6","enzyme":"^3.10.0","eslint":"^6.1.0","rimraf":"^2.6.2","rollup":"^1.19.3","terser":"^4.1.3","codecov":"^3.5.0","graphql":"^14.4.2","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.8.6","react-dom":"^16.8.6","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.17","graphql-tag":"^2.10.1","lint-staged":"^9.2.1","npm-run-all":"^4.1.5","@types/react":"16.8.24","@types/enzyme":"3.10.3","@types/graphql":"^14.2.3","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.8.6","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^8.0.7","eslint-config-prettier":"^6.0.0","rollup-plugin-commonjs":"^10.0.2","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^1.13.0","eslint-plugin-react-hooks":"^1.6.1","rollup-plugin-typescript2":"^0.22.1","@types/react-test-renderer":"16.8.3","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.1.3","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-beta.1_1566320634245_0.6533646331246279","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"@urql/exchange-graphcache","version":"1.0.0-beta.2","author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-beta.2","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"0a62986313e561ac0f6dc20cbf43dd01e62977a4","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-beta.2.tgz","fileCount":53,"integrity":"sha512-Ae4BASyMA4kQVAiFT87rn0qdwGWBtZnm3v7B+6DeuxrVKTcWfKQ8x7qaKbjXiL/NAmkBQjVMxqzgSwW16h8eJw==","signatures":[{"sig":"MEUCIQCfaduoZauD7PJwG/ez7mdHJEyVWhE5B0wtCK9b3LkXHwIgPGfhnYuH6r6H8u4UeyR3gcmwLN5Ztl2ah5FotkCBzCo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":363152,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXUPsCRA9TVsSAnZWagAAVSgP+QG9aUw7JxD8Yvk/0A60\n6kOaKCIdxSyx/Su6u0JCLuSBSnwR55cZ06TUBSuWekEL4IEJ8kV8GxOThSJn\na8I3ffyPG5nCq4ISULSYNn7jJ7ldtVR8midaaHbLT5l0/Qi2Wm8fqwmAlFh1\n317qUTeqq9C4kLBJZPgh9CxfJn9FUu/+1km61QduDQVAz/TX1kcPoJsPLK3r\nFO0876sSjAokEMrjiRACxHNkwJZDSQvUqLZQRCDneQBBhLIkw36ZShZKTJb+\na1xE59FzazI1FqOxbs8uQLir/sb0LgqW+dRUCl5YDLbUZ0PZe5SSSFHQssqU\n+BBOnFUP3HabqFrsxkVOOR+04gZI8R6/foa6L4Zc1IYx9/0NOBhnu0Nl3X+/\nayuUkszNAI0tx8O1ZUNsMWGpJancgo3vGYUpLf6+RtU7SSRPBPu7DsKdbu1I\nMKJWB4MPnL6YLO3lgMpf6af8llVdOrkp5aFMG8vY6vc1YhirDQOfIu4zd7Ph\nb1Zc5kvDPiqkAjiTVB10MSTbBpHSkqT6k03cMPzLQEGi/Ros1wTvVbO+ImkX\nt11bDIgdK0LEN3twAeo6BEUTHqDDSlrSc0zXMqkDjm7LDg43I3+z3bE66sDM\nBNFVR+8JWogP+NYbV2PVxoL7MfHCLaxY16du4agF75015+AN9J7eQAM2bQRk\n3sMt\r\n=w7fN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/kitten/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.0","pessimism":"^1.0.1","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.8.0","urql":"^1.3.0","husky":"^3.0.2","react":"^16.8.6","enzyme":"^3.10.0","eslint":"^6.1.0","rimraf":"^2.6.2","rollup":"^1.19.3","terser":"^4.1.3","codecov":"^3.5.0","graphql":"^14.4.2","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.8.6","react-dom":"^16.8.6","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.17","graphql-tag":"^2.10.1","lint-staged":"^9.2.1","npm-run-all":"^4.1.5","@types/react":"16.8.24","@types/enzyme":"3.10.3","@types/graphql":"^14.2.3","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.8.6","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^8.0.7","eslint-config-prettier":"^6.0.0","rollup-plugin-commonjs":"^10.0.2","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^1.13.0","eslint-plugin-react-hooks":"^1.6.1","rollup-plugin-typescript2":"^0.22.1","@types/react-test-renderer":"16.8.3","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^1.13.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-beta.2_1566393323590_0.48018398154598585","host":"s3://npm-registry-packages"}},"1.0.0-beta.3":{"name":"@urql/exchange-graphcache","version":"1.0.0-beta.3","author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-beta.3","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"5f5176d0b9542d224c27a41dfef5d29e49a6f105","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-beta.3.tgz","fileCount":57,"integrity":"sha512-zViueeyjj9Ks5KHCCPb1hNFxs48Djw3SxXNI3yPXGuMmH2zmJ2sJGmeOcsYuYZmAmAkfvwKKlhuUwc3pdX/4Gg==","signatures":[{"sig":"MEUCIQCICo8+kc4z376pOljDp1xs8DoIwgqCcBVIIT6hq5GIaQIgS/Znt46Cj2VZc6odJ2Z8KJt1ouWi9NMV58L64xgHeFA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":387503,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZW85CRA9TVsSAnZWagAAKl8P/is3QEA4T8oBbNUZeRjJ\nihkP8e6uY/TLb8WlY69tH+bKcVHbgkm7NVpKMhE9SmmwRQuKOvG+klbVpedJ\nfJic2TTKGb/P4etkXczV3jh7U3vVlF49wWt1S4ZXdBjAl95T+uGOWeBif34R\nOy/6T/eNSzW8sffIVnVrGPMMWAVqKdf7WUnfGtOMsS6DolrpXHU2drOE6W1f\nD7bgc0w+bpnUQaIDEVl98V77nUUdp3ORydvIdF07gGyVtNQnxuC1G4nJMKgW\nXvDkicVh0mCONI1tfcrbVTwHE4wnGLMkxgLVceQ8Hs1Sx4duq+FxCAc/v3VZ\nKGCe8YxIO+6nEkSIBcANLtJHPbkVdATyPp0g/mAb4Rhc5odtD5dkIl56YA7v\n1w1mLwHdSOXlNyTiGipHd8cN5u6DkE3gntTV7k9fL95AYsV+ELOor6mYfhjU\nv/R8QoKepOY9flZ/8lS5fB23mFSHGQECAZpan7EnOwAfvo+CsZECYXwoOGl6\nAis5UoUaF3VHm08YsnhZOWFEovqJZQUv8+RolhnrzMbdPEh18C9UD7+KG+Uk\nIu0fz3nQntedXkdudTLZdwfJnjf7IOJorA2ncvvpDdMfP7Kl/P3DlsrGwKnG\nEcqFGlEqzT/IJY2VR4SkDYKp+AznPns6N781dWrJEMytq5ZCsBUxpRE8aDfX\n/9bI\r\n=yOVv\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/kitten/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","warning":"^4.0.3","pessimism":"^1.1.0","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-beta.3_1566928696805_0.11717606769096123","host":"s3://npm-registry-packages"}},"1.0.0-beta.4":{"name":"@urql/exchange-graphcache","version":"1.0.0-beta.4","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-beta.4","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"d5d577e7ab1082b26a4ad29768c1bab7b77cdba9","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-beta.4.tgz","fileCount":59,"integrity":"sha512-/IOxehl1DKh9RkwxoizYvcJqhn+TryufdP7GUuZP9qVzjGFegHgyhy5EyknyO4SS8rhqA9AinnEFE3yqnfwW7Q==","signatures":[{"sig":"MEYCIQDfZTW9N2Jey8CjK5kupHb+vYX+vgqYmrDj+vsQckgfkgIhAKxSZRMHXu/i4KeqB0P8xwDr0wQgQMjlm8/Pxh/UvQjW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":430499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZqXsCRA9TVsSAnZWagAAvNoP/RUuzdY/Ie7rYJQvuXta\nnauE420oXn8zR1Es35Ev8gSDIqwknUkh58DRMBSxXoy+O8RQgzANev1DDjHR\nuqpnHq96Rw8nXevf1Fjd0YgyfDObORTCri2/PhcbEC+4zapyfo/h+SDXyKWc\nJfPPTzb2dtrTnWQwnztbHb7aNTMNay2c4EQ8pIUBiTmeOv4o5apD2q2hFQLd\nS+IwjjvbSdI4tYLyeMh6Vtoj5hLvSw5mk6AIrYup+fonvAIbjIZStONO/uz6\ndG6uqF8r1rdNKXqfoVdxUM+L85PnP3OyNcqwYVckD1UuXuC3QLXGcTQ9VjXp\nLZeDZgcnkd/aEAzr21OxfFt+CNug9aNWj5lFo28FO+65hXGcw+y6xyswWOO6\n+zuupu8iOXo1AxI4YAHJS+qJzsEvszdaU7SI13uDsX+igdnASf7Gu9cfItTA\nQEhZVT+DQiwW/rzbhp+p1pMg1l6uTmHOtm0Y+fkKUHd/71Z+gdKwgTXMHJfs\nBubEzeFE7TKUGlQOkTWuk7bjL8XkaM0p8ryV7rqkW2xeY1fJt/uz56zsyw4x\n+KAz42P5gSVKMa9VLyNDAPqI6pkdlQahER5zCFCIi7UBi+I2kawxbWkdQU81\nyj0q+zeJ/p27qJQqSuTUQYFxo9bj04VcjKbLgy5QlSn2Yq1krfUWI3Na/H5p\nK7JG\r\n=UVQ9\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","warning":"^4.0.3","pessimism":"^1.1.1","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-beta.4_1567008235983_0.31866304429276515","host":"s3://npm-registry-packages"}},"1.0.0-rc.0":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.0","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.0","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"4456546abe669914a0d577d599ed8b708e3a1805","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.0.tgz","fileCount":59,"integrity":"sha512-s7Ge+M0WQmunz/GKqqiUw7UdBfXlHbODF8mC03O8HWqyzgu6WlMAVFPoxNMX1Jl5cFWUL2xBM0ah23erDyl/+A==","signatures":[{"sig":"MEYCIQD27EtG5/H7rHNnVa+PSh6L9Hh/PQn4mAXGmmRY4S5WKQIhAPUwv1yK8ydnZLweXvGr7tkLxusQhiX0dLaX3Z0eJFzS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":465015,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbProCRA9TVsSAnZWagAANBAP/jQRLAAsjxtD2pyNw7iN\nTiA1xOzaXpZR8DKK0qCmiXzAiEADY6tgEsmtyYlRVFc7ZxHy/Q/RwX8Jzsnv\nVidEr+FUZj78Q7KSOaRMjhbTrmO4gs3BEovAff3dhHWvDUYsISDfwpGhdxtX\nhJOkOhH9e1QOXIapDoBS2rmi393s5jvjMtDqzWfQ82vde4L2Qhflkb7ioNq1\nYnqYoVkwOrktlB8K22EusRjDQTEan+CLwOccMzTg8U92q8O+T3LKaNGhytfP\nSFpzvbsvQOJy3pqeOYkYFnNpzP3rjP4mq068H3tB+ab5i+zyS1QAjKfBWc7p\nh31jsjuZtWRjzMneNE0EZ4NfpL7HuTopVWScx92PYuA8+gGQP8wPK3nQL9U6\npJf0T7b0hF9LDSXL7BWcaDAK5Dpmae+w60U5uW0Sml6vNjh7XE/rMIMpoF6h\nCGlD0X+lD79G/vbNzhiQegTdrepbGw5kcbAOg7HO/k+JrgeZhYmvMyYc1B60\nlf9/1eu+xJyumsHeKFPI8FG0Aua1himBHd3h4rx4X5ghUkYcsODwfAPUysxF\nBo0qHgE28hvmLWBNBFtflKc0K5PN/vjUKM+c84lp0I6sKvj+7JD7tZlxHxSD\nf+GQjBCGvLFnswEr+eR22L8y5MCPKOVvseFDF5tGETVuTb0FQGxEy05Rkka3\nb/7U\r\n=Id3V\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","warning":"^4.0.3","pessimism":"^1.1.1","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.0_1567423208124_0.35458737269252794","host":"s3://npm-registry-packages"}},"1.0.0-rc.1":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.1","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.1","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"4a65f66bec2c8cf098d791ebbe8be3d5d3d12012","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.1.tgz","fileCount":63,"integrity":"sha512-wMPPwqAnBm121lTYxKcmHA80BZar5syIfS/7bCqieDa0tlfOUlt4y8bPqHD+3oFqejgIz6Tmd5uZkMgFYhy8bA==","signatures":[{"sig":"MEQCIBwiIhlKIWR/TtMnTFiKufCsrzsUEo8s1DrkETtlnzQ3AiAajVTlj6+0EFNpRKMgbrw7orimkWGAVEmaWWSPaaxKyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":532020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcUceCRA9TVsSAnZWagAAEUAP/2iI0CJ3lR5W0zfsYmrN\n3SVbXV9Gmy+JlNm6R7XOkTgLtRK+ciYC7/5FEAdwMGeHUHqUF3qONuLdc3Je\npghZvX8gfNCJAETELKQpbtx4zp/wWVOVc0nTf+v1LJMosgFE9ED9Wq1OaNn9\ntvU4GGnWU5/Oa8Jpn6sAHE8lTOMClKi8HAAeZwXamDWkOGfYqVxWd/cZ2J1I\nTSpAwp2lTD4Bc7BfqLlbmBE8Pa6XOiwu5bk0wgeeuuAHd3aCORkvquSPFA4E\nd23Ouq9y51vD8K/7AJ7he/3vF0n5KAf9+Sa/Vqf7l/BqjF32tXv5DFROzDPH\nZ0jf+uOe9eAt3QnQOc+Bkv8gkbZOVWezqJjjxpCJGgXdjQ8RitWmGlbsq20w\nxNx7Bf/6w1FBP5MorlACOfzy89/2QcInGYvuHd3zrwW5AWF9rG7HmXw5rN85\ni0Kjb39cMnq1zTRZj/nqOaFbVhlrsSplaPuMwUtKSjUf8NpKVYkLLDG5aBCx\nLHGA2HH0eSs4oO8eDzb1gN7aHE5v+nfxrIj/06rFP+BZ+YK4Vub/m/Qel4ZO\n416eLLhelUMik+AhON0j6Z0tJ0UvWfoEm57M157A2UAZg8QD3+lP0G8S/a/n\ncOoVahboDctN3usMtVVuLub9n0yvrDzzOrrO5p1pRWosXU3H0xESH3ODcY8s\nVpDV\r\n=EIZe\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","warning":"^4.0.3","pessimism":"^1.1.1","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.1_1567704862174_0.5877390033248713","host":"s3://npm-registry-packages"}},"1.0.0-rc.2":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.2","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.2","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"47df3ee2c6b65b025fe3d253bdd8126829d1fc43","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.2.tgz","fileCount":67,"integrity":"sha512-1wBuNc737Mz7ldTsptP+Qwyv5xKteF2gs/tRbsG6gfmfW3LC5VhMVbkfGNR4XccsVpZqE3DFnCPKBCTHW8I93g==","signatures":[{"sig":"MEQCIFHXNXChdGPBF3G5CaacHcNlVWS/8mgkMVQrRCVdIR+FAiAGUIbuR10ODJ1qBFdMxLppvETgydStkqb5VrRQNdEJJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":546049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcn1ACRA9TVsSAnZWagAAgpIP/04aPd1QnIACLrwcEOfR\nL274nyd1lSPDLK0TL/QHhnklZrOWA18Rj6d6/HjM4px1cAMacP6cr4ekQ0hy\nP14kT4AlTuPlyQiIxMSNYVo+XYRFhp8QqcVkMo/M7ibMcGEJZ4dDV62Q3XGk\nbgP+k7OZ+K3+4HUK4GSD4ycDGOasPPpUoq40LsBrUXV25j2VYh8adT+XkjAF\nU9YxpV1S13rFazs8nVH+WFLmkGTBtNtukLnkk3SnYUBcgofddXMq2VemYbk9\nnXbDZ4Bk204Q1fODx46E+dfKKWl/GPrboo6RvJ+a3CgdIoBMa49v06dXLKj9\niFFM5UKpKpf6P0fkRyoConLQZuFvoXG2c3dKSe8Xi62XAutVKt2ZEu2BYYgh\nmdmEvuNUvDnWQ3EP+hlKrndopKhm1DNjKEbRu4hDk/x6+F4A8jRaujWsfcUG\nIJ7crDEn8ABluz8KTNjrkrnnP5vMCODpJbV0eOnNmWi5UlTTzzfUVhOXV9Cz\ngD75xYYmFYI6KN2sPqWOWTnhse0JTLcdVlXFbqJ2E4FrAYLKzIle7diBh+KW\n7ucUxrP9V5uWbPAPnrtNXlz6Ihftc/dfLqWy5HlhTOnVEPK9Ri6l4WmGrDOC\nwFvYvfuxtPoUmfXArRVH2JOIrW1MYHayLXJck5KFeI1xVL4wOKJOsZcxCGVw\nykx0\r\n=Xa9S\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.1","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.2_1567784255603_0.3323149031927175","host":"s3://npm-registry-packages"}},"1.0.0-rc.3":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.3","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.3","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"0092df3eec366dc0f37583700ba331cf7a5f3744","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.3.tgz","fileCount":67,"integrity":"sha512-LHIML7nmXYqKzx3lFvUSW9YzGygsYjOlzIA5R87+IBTwSQjACHb2mWhm35Ex9m1Sl3sgSIljXiqBwKv1KdVUsg==","signatures":[{"sig":"MEQCIE/ukn5LC6wrfxUcd8nHF6RwqaHpaPRnfOTbwwNqoujNAiBTEAvotgd7gb4jCPhqI8WVZMHXrVDtmqU25yIQVF5J3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":546039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcn3LCRA9TVsSAnZWagAAKyUP/A9retImuSoQ9f0TjeFv\nlBjg6ZmOugWTyxg+AIGThGKPW2Tip+pImnSqupa4Qj+Jl9Qrn8JcZ/UO2eoX\nXl+S5g689DnSfPDVNnRyZOrkTb8q3Y0AHAsblkLNGI+LtOMLYtO4F5fRRyQO\nmFA7s3QjpPhNuK4YywWYFAtByxrg9qHcXlG7lsXYe0cXpeVxiiSW5r4iNrjT\ngjePBtw5xfupF/Kv5xSSHrF0v3XgBUzjSQ2LjyyL3K79n2p3TlMuroVKsb4V\ntghygMMHyps32VfD63kCdRUkJiPvZ+gwj9wcoy6gZj35Kc3MzSxUW7Wyy5I8\ncOAqAW2tAj9nWD04IKV9cAY8f2EApbjboEtjoD3M7BKT+6AHxMQpTpr2zgeh\nhQv+F4SINdSxMTWG8FKiT1rsAekRAyuEqWTnRfSg8cR5dgdWsskfirha1QXG\nFMYdXiniGGfe0j8b96wh4DZNNZFERpmmipxUP8MS9xYJnJ/nbNu8dXx9mraE\n0ZMjD74TnpmxonfccUAcv8ukVzBoAWLXLXntFrLUxlNODyRM167T/QC215TI\nybF2HKs8Ohu+e/EuEsxA1Qhz62GatBfraNtBzq2vFQfn+cC/93xyxl4gC5B9\nwAcIg8IhTC1fGTLspUO81l0BmPwJKQ8efrE/NeVqjmedSFEgef2diJl/VhtZ\nwKjz\r\n=SZbT\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.1","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.3_1567784394793_0.9264499007415541","host":"s3://npm-registry-packages"}},"1.0.0-rc.4":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.4","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.4","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"75c0c63afd1332aa2e5028afb7f9e44d113e19e7","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.4.tgz","fileCount":67,"integrity":"sha512-tGS3KkSQG0R0tqrFj2aPfU5Yv4+W2OF0Wpn9MciLTGpDDWAWMgOZQ0udtfWPXTqRUsSDec5Vwa3CVlrcBTk5oA==","signatures":[{"sig":"MEQCIFo3jEV2MF8iyEOBLrLaNs5SLY3M8YkRl6tK8NgoQx48AiAQoJbna297rk20ohrqzCEoS/MUZQqFb+4eq35+xJAwUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":547405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddkgNCRA9TVsSAnZWagAAFH8P/iU7lTLxvmVr7EEncjnm\nl9zwv3kMQsrXBEccNaVoBSY9RHOf9c0wl9EgULK+VrSCb3li/q79vv6vk8n4\nqI+HXWJhy5V4dxBeTEDBwSLDE/4+iwbxxZEvXH9DVpVRwzcEhO6od4Ua+QeQ\ntHSP0kUnm7gXKj3IUv9uTx5xInjFHAGcTs5uqvAqT3wkohuIiYRRl3CNs6Cz\n5hwgTcnhnM2RLmgzoQO6hVxN4OLhty/s78II7QhKCYI3kFvMkzN4gdmlJQnj\no6b13eVgyix02O7ZMIrC3ed/WpYnkQNRdMGoj4Ddyhd1PYP5sWKvkvfOy/lr\nwaQbW/pmYGYZVCrBj4iGFDwHFjM/PwBXMCw47n3+qDEq/4aDoeIkz+9MguHZ\nvIZuUE7f1IM3Ktvvm9Wdx1KEux/jHViSLzpG4B/LA3m7VF/M7Umto2P+oysW\ntAZu04r0mlzj5bckEyvNNy+Hym5n0dGfutx4IY9hxRwWCIKcCKJEN1rNvrNX\nNFmGTn9od3RSYiS4nQ6TVrIn+m/465DZJ7dHth3Y59M/VH7z2BU+kZYtzfho\nl3D/NkjVxth+1ta8yJ0/13wgDjvDk9AS9qalBr3ajTPKVK900RPRrPwRyhVr\nU9J8RjGMwmPTqJ85BVChM+i6LQWLitoMSHcD/ukvEaViRRSB3tcURVR6ek8t\nCgc3\r\n=iWxV\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.1","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.4_1568032780249_0.4037206808527847","host":"s3://npm-registry-packages"}},"1.0.0-rc.5":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.5","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.5","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"a439f7dd045c84fa60b12d338d7e8812c1801fea","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.5.tgz","fileCount":67,"integrity":"sha512-wWjB6qSfcEnbLaXdkDfVUuOd2Y8wWaF1iBWZqa2YHpcaNELi6SFO7bY3Gnkq/62wbbM2m16lgyIm86aruHZVpw==","signatures":[{"sig":"MEUCIQC/iZo7g1i/41CNfAm0sPxm2Xg7B4A566zC12u7gZ8edQIgMWwJ7FhEE8ZMsVKTlS/pmAn94O5nrjDCLN9rn46ASjU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":547406,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddl3qCRA9TVsSAnZWagAAsVYP/0vU2fNu7SinY0ifJVvL\nyAjmnPdiVgudYWe4YWoXGWHK/fONgw3Uz/Vai2Qy6RXSyymhRbuZEm9ev6A7\nRnqjGHVc+r/zrxovxDlYUZ7lBNdQ1eCUdo8WBFF6VZz7aKlMmyhZecaSdqcT\nXH31eeO1JF88nC2ocPMmOvODK5ObxDf2MwhVb9m/y6brvBOlWeBmNfKU3iLV\nffVFSgd7Tj0qnBIL2CzPyK97xZfw6JvGM8LZfbrqajQDxcxv7kHiWUooq5CT\nlmUh5aPeWkPZwgnSZ3Vs9mnqkWyWwg6CAMnHd4rU9lLXx7t8APpzEPJ7jK+Q\nSbfk1FErjCQosC/IJkvz4yhzFXqQO4ydT2wj74y6aPoPjju6Svi0sSrQVp+2\nsh6L0SYf/8Zgd/YDI8rMfR8AA23dRfu03UmeFL8+M3AqziMHlmZ+YLlhvcbM\nzp6dgSYAYPkeY0bD2bcFOYUlpgDM6Jt5FNU5m3BQ7xlZ5UGZkFXIqmxW57TI\n2Ug9+NHLKMXSFM2IgJ8w11ZmfyyfjYnhmwJOrbEcsOAdKZi+4WmO4fs83poP\ngNFbZE9e+dgOtFn2kUtJ83Hiu1NgUmBbRbNspE0YxiqouU9+XkQ/a8qVZElG\n9IJyAyMcmQ7C/iAUgEqCBdWjq6TaqKZEwMryx04o3z1P6QP5N3xczVVY+5C2\n4j8L\r\n=BY+p\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.1","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.5_1568038377312_0.47834236039155775","host":"s3://npm-registry-packages"}},"1.0.0-rc.6":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.6","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.6","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"2aaebf9158aa17591e5518ab84cad2b0f346c6b2","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.6.tgz","fileCount":67,"integrity":"sha512-Ml3mobHe3jSR0tMJYJooKP+8zUEQBRIhMcuiqg4viUVggxMEZGwysJ0EORqLaQW4KMeicZiz6Q8yBbxvPFH2Rw==","signatures":[{"sig":"MEUCIETnrsYHTFkNnTpqtv4MX+zYwxjHuTmZXCMTnvc2XrEFAiEAoOEu34uIR88/NpLlM4bESkB1tf2R9dMovNVkf8NyZwI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":554429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdduWbCRA9TVsSAnZWagAAoZ0P/2WCv9pUlg2+JLMAtPtm\nJQVL0vjgCgznY8T7ElnqJFvkYEXKFoEOqV7658Aojo2UqLrvxyPuX360Dwq0\nSOSV5qQmKHFlytMMvtXwdaZoaZF3YiQVvvaJwd5T3ZoAmobv0HbqUxbM07oF\nDmFm1aKnMmv4mpZ/E1MbT4iT8PvCriwuRkjK6fI+vHFM6uLWih62s/8BvQSi\nYEGfC++71YGq9N3YmJilXWKxAbye21HCyrBcP3FwbsUpVCoEGCJdD9QORMnp\ny0/vNEmuwnCog/aaJhKym5yJbfGYTAODmBtfi5VDS6hXCX3zrsd5suA+rOwd\n1MT/zM7/LI5potbKjZH0qmYUyUQhNuRSUZUkyf+NiKyKbN+DP1pkfA6hIoWG\nnhzappJxU17HAlXURP+BMZ+iiVqZRI5EsB5tTuvLDCXjp3OS95uNdBq/tAXS\nwXfHcDL3Sp2yNQDNM2EuWAxS+lJMeXpp+EWd+9xJ2+hgtWtaCdbmbAft8S2Q\nI+OZ+KLJ0qZOY028Xz6adquxgZvBmFV7c4iNB8w2v9M49dz6Nc963gBCeUGF\nJWbLqjgrV7c1Rja9vliu4dSTk3gBp0OCObTdwttr9QrTsqmTMa5Wktui5JiC\nmD7vJDzvVjKtTxHyLWaa9MJLMOmY40Bb2beGq3bQhDfUQVBaIRf3vlxZRFfh\nJSQ3\r\n=h4wl\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.1","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.6_1568073114545_0.6149719341403215","host":"s3://npm-registry-packages"}},"1.0.0-rc.7":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.7","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.7","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"3aa2e1844021ac978436a3bbc33620bc770f8d3a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.7.tgz","fileCount":68,"integrity":"sha512-VuG7EFl4qLvuQ08J1W1W9wGrMuu3uYYhDxI6Hd4DRjY4ksrHcRqGo5tQWA5WMn0AH+gDfAQbfLYkyjX6OA8Ycw==","signatures":[{"sig":"MEQCIE4YfWraOhODE6yU+MFASTQUP1/DT/ghvAYZW33u3vXeAiAUfHj6ugfWtIuFTQd+c9WLRvPyX5JAy5X0U14a/6ahOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":558763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeinaCRA9TVsSAnZWagAAb7wP/3pHWH4FFIqUL55wXtsj\nY4AVbRRpqmjKBoft+czUzArdVD+VD70c9EYGhIKjKx0CWnetRO0jAcPjxHiR\nlCVcoSS3eT80eMtkAoxA7ulhAxDg5qifuVLcul9hzDagTCi6b3IxL5SoHu8c\n8yWKMiS3MWJ5SfR7vpt/zkgLCU6Kd/58/Amwgg5iod613+/1SG35/bKB+pfr\n86bERma0Q+KxUxnqMjHhnnAgtZUPNYFZEnLoVOcRaRGYs8nlk+ViL543VZuS\nKnBfhsKUUXsAk9Kn10dQLL3kDf9cgwpjj7sDlDEBr6BbEPZQCt7Xx7lt4k5I\ntFXmNyWPBlOkLwtwUW6clVSg27pDTgvBPgVYWrDnEnuEGyjhyM5JKDHasG/8\nkDdxSSPwCN3kqGQm3SViJ0pBLqgbdu03H/UbqpBHvQIGVDsJS/rAoWP6rZ18\n9pSD+yqlOfAnGkzhqq17BuCp95AEOVTxs/UCRZ8d98ThECV+U24s29r+CYsA\nPe8i6t/aNCLWrI3wg7HjJybchyFBMOZlX9PlVKVNUKqo9x5wwu+2br6naFkW\n7xm+7ObmDSzWvwq9BXcwg/vCFg/IPQWcInCw8JpUDZz5zRHvYi1EdmQ956e+\n02jzLLcHBi6AFSX9nnHbcUKDueOiFzSaJ1SrgTu+jcbcX9OpGsIVB92Zx0PR\n6SVf\r\n=WWFB\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.1","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.7_1568287193973_0.5284615933130363","host":"s3://npm-registry-packages"}},"1.0.0-rc.8":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.8","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.8","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"94501e0e7e3b7b34fde81d26c9cad08f6647aed1","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.8.tgz","fileCount":68,"integrity":"sha512-lo0yiJ/s966/OXTojUALNbH/zaQLg96HigCP3i59cWH2gSaH314+4d69h2a/zMVgNltO3ZEMwdNyf6EPpIPCEA==","signatures":[{"sig":"MEQCIDeISf+scDnJfCGk3Vube1ohNTwkDMFaRcvV8AyJpWHhAiBXfZO2MFZdYlr/77W8IVVi0Ea3JQKiegc1xFA/rdLwjw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":576769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJde6sKCRA9TVsSAnZWagAAp7EP/1ykRluglfUbd05AvY9n\nVpI0x2WfoPKlPJ+vtNL2wHtW8f00O6GCsHb7zqRAJF2vj2W/AJN/u1z6UglH\n+4qyu34JiQCIXt6ZZ9TfOK/R9tXSbWZ0PAg/vwA7KLj7CSv55pPcxnVsCvGx\nGIUNnmKc6HBzZF/7A7So9j0avMAwtZ6XnSxZv1qtrFvQyVAbzvwiXAhNq5DL\n8V+NEPczwBkCc3DhtGH41WuMb7uilPnpbjEx1juJYS5i7Kg8M5ns+1umJ1/c\nRLj+rJHY97E/vBlujOmePXI8IvSaGotXx0ims5tXICIknq3SbZJcPXjZ0MpR\nLrRS78DsXIN1zzz5cl3Po0ajn1ayYVd0bAjvbKDcvC0qhfxCpWMgm2ENO9Gz\n72+83wzB5+CwDUQC4MpGfaZaWc5tUFSVCDgaU9MP+OnBM8ejgR1gzdvmb9cv\n3spCSwd79FYEB3gdRDaR46K/Jox52TRGkYIWSg9GooY+2xUttGCugXDdJeci\nJykLYHVzOUzv6V8mXWjLjcws/xJ5g527XReceMwtHdfGOQ2yZy+hXYkpb1Zo\nZk3B+DzSo4puI2UtPRv/yMmuO+GBczGhlyCoQDoEZCtowOI+uQJ6GLXP4jy8\n0x0XiTkGx0pP4sUKGFsbTUHTYCpgEpS1bmA6CSjRBr9XH1f9kMfslZYz/euM\nDpG8\r\n=LpFa\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.1","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.8_1568385801369_0.9362367328150516","host":"s3://npm-registry-packages"}},"1.0.0-rc.9":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.9","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.9","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"71a83ee5129c0e152e1e8502d19e02c92c546876","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.9.tgz","fileCount":68,"integrity":"sha512-OfHcL7b+exKS1vF1Iu2W0iNzWv9e/lzjYat4D7Be0hMNtx2wvQV3sAVgZaymGrYTJsw4OL5r3VjfAmMqeBFavA==","signatures":[{"sig":"MEUCIQCugfILTP8JyvNBjc3NM7kkUl3ba2D/JEyFR65bB7DwowIgPbOpfw5WMDqVe7+XzwvBhl2Y3VDX68647izR/tWsWPc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":578526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdfupRCRA9TVsSAnZWagAABUEP+gKv3FL5zA9WrkG/qLR7\nFg+DYq8Ot1NmOtn7dCyl+m+KGtai72ZlKCDBnlr5SIfgqWsYH/tngdTY+t93\nff8Z57sgl/rrTOWoFbD4exABZ49Zq/21XjMQw3dleG/uhrq1UxI9Dw/N6Xbm\ng+zeBeX4I288JY/DVuhV9JQ0E6Qr0fvEZcYm4eqgKtXI/adAzYowhKi5qWEe\nN7/AE+F+qzkJjUbPxh+lb9+QIMA787bKj9Q+V0JJRVQLizwkjmgutC7o8Ps3\nsk/koOCsIId9gUA6WWWUluHKYDeED2+45dVXHNpb5QbMkUzp5V0Iz405QGRH\nfl3RMAlV1ybEt+7zS28MLLcU41OfEqE3TqIbtWaD5X7AOjQWRZLuIw9NZAHv\nOi9+UDsCBQF29SApcPSDqbkFSmTL15pTpI9gG7E2gevCUKQcQzMeOFE9i9uW\nxcbjjxRdG22H6OXTNR5GMmjiYQYSzV5lNOEkaILhUq0f8X/ag0ZofMdOKqbV\n6rMg7c6pP1qsvr5aLUuyVpsHdNTfWfof57uUfs1dEf1AYlDsgYnPqI5ukpMc\nl0z0wW4SIYDHuPNASy3bTXBlp7+WJg0jB6Ps5m/42SYzFfQzH4ffp0uFbUei\nkM8vVMPlt7K38BYBHNc5YAyqbQ4PN3Hpj2AreX/ANAktjpGPWhMTfaDE2Qph\nprgy\r\n=rPeK\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.3","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.4.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.9_1568598608998_0.10223550237352219","host":"s3://npm-registry-packages"}},"1.0.0-rc.10":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.10","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.10","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"92aa7340e7b48fa65911a4c3b584264df96b2769","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.10.tgz","fileCount":68,"integrity":"sha512-Ru6UWWNeaot/lrYo6AzBA+anGEkODQgjPYucugTKxwbrnobZOk34LwPxwQkEB7t4ECcABMKMtEkmBD39JUEAnA==","signatures":[{"sig":"MEUCIQCJuBtGqoXZ7wIByqj254KP1q6MY5LGS3Q+cGfIdUxWEwIga+ic2OLgAsxBlSmCLoB2DLLEVEMmPXiJpkB9sjYWwqU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":578726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgj9iCRA9TVsSAnZWagAAR/AP/2MGxxkabaZSvYJRfLIv\nIv3hZT3dhBMoq7oEvLgVDzpIgsdDqaxkin4qdr2FB622S9FL9OyqEZedf6kz\nXkWRyC6e42Q7MaZUNjnfxIiYRkqBmoHwk0F4qsD3vpq2tUXKJ2qsh3auwg4x\nfSaaiyCTHh8RtEPd2ecIbIpLsD+AFUU2C5vlKNpTIe2yGQrHdCRpVb0Zch1N\nQT/lTUdIlJHlXGQp+pA6VPiTFu5cxvPKsBYRElQuyDTWMfvXOna8j0wRJtir\nvqFdNdMsc8SO/PirXlWav6ynK1jFrhiXcZBfcQ3vs06AK9kcCmsJgmYqq7ma\ntvEXvyuuRzxPwirJ2P6aZvHGGzCMINuucr6YuHUz1rlgHnomvZczkAe+cF9R\nTQdN7C0KGuyqz0JGnxNLQL0JqdHfVh65VHcxN3jmpXXei8auwUZYOJ7RI2zJ\n0/JL9V9OjnXbOTctgSwSswudSNX66r5QlBOam1UfWBcmXPm9FbSEKoLcqKBS\nVGow12fWGRnsFEsQuEbeLgyKti1vCDhgMGneE/mPqwqUAvPRpi9cDp/6hr5G\nl8uhMwNW09At01wpoVl2l7RIqFPXQgo1c8lU/q/QQxf722A4DuYFwaYlh8hy\n93RF6kx+soLWVyGEFB8dmTtnnp/ZBJJ1pgsEGyoYs50YHgT6pTFnEj46ta59\nExI0\r\n=t/Oy\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.5.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.10_1568816993629_0.49717361782346137","host":"s3://npm-registry-packages"}},"1.0.0-rc.11":{"name":"@urql/exchange-graphcache","version":"1.0.0-rc.11","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0-rc.11","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"c0751036bdeec943db3ba2abe64f76fc6e7408ea","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.11.tgz","fileCount":70,"integrity":"sha512-Pi3h7NgA50EYjoBk3iXFPIGfuqciASw5qw40qdHjDQtta5ztswTPaJPIqmMD7mdgr892yds/IIjc0gmV/hmh+Q==","signatures":[{"sig":"MEUCIBXgZs1d7RAqAIBXbAwfRRrUJ8nxIWJEzD0zaiJObDyWAiEA3lYdgHrwKmwgK5jX39WHQVXHA/t+rC5rI7y7zsyFLec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":580077,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhOpSCRA9TVsSAnZWagAAwpgP/1rL4GqkxKLn5rDocYk2\nxpLDxbtUF8OFG/q640MF9uUkLAPLJzjJ2LadrDbwXJv+J2n+qdIq3FzeBhnV\nDx/Uv/0izdOkWr+/qb7Yz7JhWa2v2cVNacs9Old04i9/TlTO5rQMMtHNKjWU\nhtLwpU9xswozvz0EW/OF+Krt3lNa3c9EN0v15mm0TtxM2Hyrq6G0cuhn9z0O\ntRJBZY8xfuJ1++zaK1DDEYzBeJZQKz60feC0AR1ggWByzClGkbE3gHmHacsh\nVvJMs3EoDWSBxN25QTTML9YR6bMVGWoQfKvjHR6JAMN7TXxfLyVCyW6mNatx\nHQ8F3X8TUoCXmRfVT6Vt0ksFqZVMAsvvPHIpu8tm10u9HsYmvej1ASyD9bMd\nEA6g4l8HgsYLgWTC1oazf7vv4zbyL9dJoGWbQMBkSQS8ZOCGmgewTO0nj6LF\ng6ujs8j/JQWhGLpZoS+0eVMKHeXI5Zpg3Z9mpH7vLYsqGaOBWN+eLnG/nbSi\nCszcwD1Uv7U8TNlg9q5kyBPdXRXgkpeMhByVsOOVCy5lbT3Q34Xfr/2KwRlG\nGXiYDZPA2l5wnLq2Ic99KRrlrV0SOPHRZ8awm60NFee7XJ1o+G95Jgbe6KtT\n9KeXPvD4CCaCATxNHAfxmnRcs7n/WqT/WZehn2VGLZ2QIe4Ph8vXEZANRfA8\nLSDD\r\n=COsI\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4","tiny-invariant":"^1.0.6","fast-json-stable-stringify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.5.0","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.2.2","rimraf":"^3.0.0","rollup":"^1.20.2","terser":"^4.2.1","codecov":"^3.5.0","graphql":"^14.5.3","ts-jest":"^24.0.2","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.5.3","@babel/core":"^7.5.5","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.2.5","npm-run-all":"^4.1.5","@types/react":"16.9.2","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.6","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.1","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.3","eslint-config-prettier":"^6.1.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.0.0","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.23.0","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.0.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@types/fast-json-stable-stringify":"^2.0.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.3.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0-rc.11_1568991825908_0.8890679832845891","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@urql/exchange-graphcache","version":"1.0.0","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.0","maintainers":[{"name":"andyrichardson","email":"contact@andythedeveloper.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"37c702e986d3e7fcb20ffeed24f32c374d2ec305","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0.tgz","fileCount":82,"integrity":"sha512-3jH/sK50HY5J/N0UdMqC+GPz1V+UUdMnGFrpCkXssx4mq4UGbFe3246nafBaja/gW60O9oRt0r7G9Donxka4qA==","signatures":[{"sig":"MEQCIFzM+n2tX2373359ql8rS6qhziB66aqUKzSZAgd11R3LAiAOfIrWjulZgTXx6DFpk4jQYaxkPdoVyHWxCjgjTjNXXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":695453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjPD6CRA9TVsSAnZWagAAsA8QAIymwEXtWp2R/giO+R4h\nh6vptuCNb9YGRWliyizMB5IdKFCWCS129L04F5MxHwXfaZfREURdgfqnLSrT\n06j269vYQOvL43zTQ4fxM7ZU5f7i8US9AGlX3dao0/QuoIGNRQ8yZA6e8w1i\nVLWRLm7kXA008M14zbV4PGQC7fd7Rc0CHudcDWXEbXkScv3GTQoJVZR5TSPQ\n4p9zWiNgVP6HYnyUDeqLO6DWB3X1CvEOZRCFy5ZoeYbOxCwu2SfRvCLx5CVT\nMoBgQoIDwIgI6Fsrk6+R9Iv8PvoYwyaFoaZh3oOB8sGXazGKqCrCm+2xJ28q\neiyVuLHFv+WV7hN1GDfJOxMcZ/nLtevLSViwcSE/DvT86SlzZ/gODxoV8YAS\ntZhhXDDwg8ni7//DoDZ9m1yXE7thrp2tXfLy7mYWPldCtn0Qna4DwGfeUilG\ngFpDXLlmEIUY7+Rx2PDg9oM77C6dDvnXi59s5J4aj6pK4zwladp9a7FmH9cS\no9DmVK+5ctaeooxaoFfVH60FV2kzt1cd8jdztEWYYhGd5z46kYgf6xXWDrY4\n0DRMfyhDv8FCtsHJe81UBhTW/Y9E7u5hOG4a2nPkPS+N5DIyr6oV61ZsPF8K\nQIuwBFchvu2zX11vCqn2tID2fYUGo7A+woCDYiTC/Nzmvb5jWb0h80S1ma8M\nzDNB\r\n=E/rD\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4","tiny-invariant":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.5.1","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.4.0","rimraf":"^3.0.0","rollup":"^1.21.4","terser":"^4.3.2","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.4.0","npm-run-all":"^4.1.5","@types/react":"16.9.3","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","@types/warning":"^3.0.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.4","eslint-config-prettier":"^6.3.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.3.1","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.24.2","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.3.1","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.5.1","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.0_1569517817861_0.9702067163953345","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@urql/exchange-graphcache","version":"1.0.1","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.1","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"777f220e870726bf1e436d5958587a78f68b7128","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.1.tgz","fileCount":84,"integrity":"sha512-h3uceqileAcFOC+6t2rOpNHfaB3FT2IcjpRy76F4Zlr2pn2cqDQu3Zjbngu1zML/m1IpNY99WGZJjz+oA/Qufg==","signatures":[{"sig":"MEUCIFK2CV0NwB0dTMmiLO9VgOmSig93qNeCc8K67mBYUKnCAiEAwlGmEdoP3MbjfETshEEWzHG0UBZrIxOCDxgqVMljqQI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":697114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkikUCRA9TVsSAnZWagAAoHwP/RyEJQo7Zjf0/FVwS0gD\n0KO81giZSMi/BQnG7DklxdSvzO2O9U2DTzT2w64fs2El/hetqDjrlqPmDt5g\nn7cViJH245O32ANhyx/IiE2Yc+CRw4y8h56/nit3fZw5U+22IZWeTidoZQyi\ntdiLFRvF9RvXjKAQoa2q7lStLJgGGsYNR24zxcVI4ZeE14SOWfAUYN7hKxYW\n3ntBD8CC9bp75QjEVe0AaQ06++3h6myoMBxr+4y0/d2vYmkDf3Uk1D1UiLMF\nhUs/mb1aSiUuNX+iIR5/OdKm/4nisIBq58dabwGMa7/gn/ckylN1/a5ixvmq\ndUMYB09V3+oipIGNIz7Q4JK+D1r3OGLiIfV8UFDN7EKd7dtNQTOqnazEGK7/\nQLJsAONwBMspEYtFksrwBU9RjKk9rN5V6Cl5elH5zEpQnh4ZfGPPtKYlNLn8\n0X2R4JYdQFPBG9FGObnu65vdru7It4yy3vfmg3n7G7StCXxUl4hjZ2pPZHCo\nYblVV/F9G50b76qrUCagStQUpYyPUXQS4K+l72iIZ0JO2JYmcivO1Mklrx3o\nuoJkwZCrixk8QnHMOuQrZ/ia7XedNBb0+ThtSq6KAsIu+49EJNWqlhflzClH\n9wCWuWTTlnRBfNsH7xnMWBcBrI2uknsK1MHAAoIYGqLtBVlh+ytfZOuQUdpK\nGP8W\r\n=zehC\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.5.1","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.4.0","rimraf":"^3.0.0","rollup":"^1.21.4","terser":"^4.3.2","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.4.0","npm-run-all":"^4.1.5","@types/react":"16.9.3","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.4","eslint-config-prettier":"^6.3.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.3.1","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.24.2","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.3.1","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.5.1","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.1_1569859860175_0.19497672759270035","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@urql/exchange-graphcache","version":"1.0.2","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.2","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"c7ae0734328cb61a9133755ababeb5ea7e64fb4e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.2.tgz","fileCount":84,"integrity":"sha512-6wddmaAs9dR5SwONKD8sBVNI2FvfeRTQhSDerxko+dok2KlwlLYt+UUPPkwUqxQTH2aOxWakg5o4RDf3ga+/dg==","signatures":[{"sig":"MEUCIBVXd45gmU82wdWgmgCwBklTGHgwMFjiVM/Na8zH5InrAiEA/XsgwVPfONsM6fCMV6baSSS97AuxS8a7SYyLdD6kWgI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":697534,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkzYrCRA9TVsSAnZWagAAkhwP/1AAxd/TNqX/KcZhVXF0\n7cY4Yz1dSs0pF6bzqSWuktVY8h6v2bg/MmLhnbSHpiIvDmTkVt9spU60LpLz\nmSiMiGJdSvZMEo9I3Rc1iLPFnLMU4usH8xvkaeKc2pLbrEgVRlep+wpjaRip\n1W5rm4/GHdEU1R9x85r5dr3wB5aI6NSxEPay8r2YJXkTkoIAhhwpF3W0Ke6/\nbDw6DEloreAkKP/O70gWnkSlzIKsrRRl/U4zJxyUg1GCkTgBwMR9jV4BtHNq\nwIAgoPeFrNVYZk9BvLmpmF0eapsojETg+d5bx5CWCa/LDrTKFj0vGif+wIJR\nIsW46nfJju8c08CTwVVcexFHHOnweVEzBASnsEUKSMeebj47HOcZEWAYmYbJ\n73KUlBK32KTfRCynYgVOQI8LHoRgiRtPwOAePhbe4sxpGlGxry9GlB263QWJ\njJ/Am7mIY4KTkGIe5Cl1ZSsjdkEXE6Dp6cKhSUmj2aMw8sY90Tv6MCWQ6tJh\nk+hF8i2PKFztRVV72JhL49VcMw8vGit5HWG+2TgAfBk8cxiBRMK4EoAm7RNF\nV68noa435aDLp/53ZuoFCY/XEop+y0ztGjF+KLQjQ+sdSsF7QIrg3FfysHEC\nawyNRoOyt5CQ/lvbiyYx78mxuqlhbrfjMcRPeAHIIdCUZ9EWsVGPHwcm47tN\nEN9E\r\n=iBgT\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.5.1","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.4.0","rimraf":"^3.0.0","rollup":"^1.21.4","terser":"^4.3.2","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.4.0","npm-run-all":"^4.1.5","@types/react":"16.9.3","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.4","eslint-config-prettier":"^6.3.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.3.1","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.24.2","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.3.1","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.5.1","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.2_1569928746551_0.4672998933213641","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@urql/exchange-graphcache","version":"1.0.3","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.3","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"d7d2fdfffd27fde0de537cb8a83dbce71732ab30","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.3.tgz","fileCount":84,"integrity":"sha512-66Fm215DWdRS4F+VBY7qwcbGasQwFNiNRd6WDCZV0ce0SeQdrQgjDNqQJR73sgVdLzUHHmxmhF8unIh1+e047A==","signatures":[{"sig":"MEQCIAiXf+m+oDWtP3arObDICXRchZcZOMTqzlwz4EegRNlJAiBLeKF8cdgX0Bam6csK3y6lWqvqUTm7O0J/+eTvZl3rnQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":705154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlh+WCRA9TVsSAnZWagAAZVcQAKTDTq9vDAyDTaGczmeW\ntJYfBR8uZEq80pi+sQTNaSqcYq3QhCAIATg+YMuW/MUcb4/4Gn/GceeXk2E6\niQiW8JamIJJQtFHBFyCLv7FuNs4M4vEwQVJIBsJ+/jvI1Y+k8pstv7Wa2Cq3\nDtHsCRDlBK4rCZcwGfNYHVKbQRmKrf6mRmugFA5SCjFCls1i7b/a63VWQFB8\nNr3t9jMlbGn/cbUipSCxSL6Ldn28Eq404XWlD8M1xHKWHfRlLy+pXGMumlcY\nYh/EAOu56Rb0a+JeuaIpQbiRJecTg5q0TyIt+XMWvybUCj0sG2VbB12nzMVQ\nyMza8EATdraCm6pfotGsB51Wf8mz4bAduU6b27D24kF3fYHVLgyK89O5kxGI\nxoSWz5nTkh70kKzIiTz+NxX/lumefMrKVl//tmMJqe1DTRl23t2y4qbDwbST\nOHhWd3J8DdCOKROI/vrKAKCq9rGKgben+BQYHxDqE+l9LWNs6/BD0bjVONPB\nrN2yRJLYEw+DzZwBlNnm9dwz0jIbdPgRFieCKt/L9G6Hv4td8MBqychiXF5v\nC1rRq8dht9xaQ9u9W+oBemtMBnsCKC+TvFgEeKxHNWyBgRaNx4Xdl8m+J52C\nv1m7Tl5n6VpQQJBmQMXYs/8kVKfd6ExI3DhpE0Dy8vgLXT7GyByC+pGF9OZA\nM9DJ\r\n=Ckd3\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.5.1","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.4.0","rimraf":"^3.0.0","rollup":"^1.21.4","terser":"^4.3.2","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.4.0","npm-run-all":"^4.1.5","@types/react":"16.9.3","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.4","eslint-config-prettier":"^6.3.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.3.1","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.24.2","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.3.1","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.5.1","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.3_1570119573609_0.263651975644579","host":"s3://npm-registry-packages"}},"1.0.4-debug-trace":{"name":"@urql/exchange-graphcache","version":"1.0.4-debug-trace","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.0.4-debug-trace","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"41a613ad059d50902828703085b57e730870e0d8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.0.4-debug-trace.tgz","fileCount":84,"integrity":"sha512-frVtffRnqzVjLk5TXvzUE+F+FoEcSPeUYgUUiRE0Fl2KJNeoXpbUmWGVTVfSFjRGjA6CRbjk/yy4Mhv2webu1Q==","signatures":[{"sig":"MEYCIQCZ3JtFi0Tgvlv0eGUSRtttBysT+n7Trq45EcoWA2vnyQIhAPDTJ0/MsdaJhdJqOHqJk3CWc2HbJfsruiyeWuSB9XRm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":719696,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnnJ7CRA9TVsSAnZWagAAd8YP/jvOuxqzpt7ovSMo5G45\nDM2oNWXTpQq5lGcw4SuVYmOHtxPPZ3xc7DNJObal0Wjo3+ZwhpoYsqIb4bzB\nxdgR53jkxmqRbOYncIO7urQ/Lg1JPQRpVI9yGxVOUoO0ZTVIdkYHM1EAV9+m\nkggFzzNCKsQrF4GTZr8hI3/tgzFEOmsQNTpegkpNCTGt6Z3rS+SjPZ+3BCfW\nnCrX13R5J6SiPAizAkrUKu1Pae+Kie6jCHTH7jeziiKYLz4UprHNjQ6pT3yt\nWpnb5BoxrNeU0OWEgN2GrfSj54AvWxIcvp90actHMLb8M6uaNodNU1q4qYNt\nx/XcgWcmlvmb4+htaNrMeQaRtx/Wpov8JQcFilqjNqXtGi8U2Qn6mxgGx/0z\nGJUaX+aaK9mVBl9MZvI3wVPvCg1eAqBViZ6zn40DpQ474e7nk9xcF7D1lkXg\nVU2sF1ynaofS4oAANebbBQYIeffsuC2MIQI/uQG6vA0lzeoclipzZ9FvMl8c\nvA0DjmCPXKYTvE+5PUktSWfeivnEcJJokFwmOuyLlr6MCzH88vNAn1MyBGFq\n58GOKVzOsfCwha4to7nrt5reVhNrDVv8GPAtQFkS6cX8lFYYu4EX5uuzJkLr\nDSXySTLiysahRrI+ptILWvyeI9Xp6/41nmeT5VMfYxgAA5PUaYWJhHg6vVNZ\nhccs\r\n=Zo5E\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","urql":"^1.5.1","husky":"^3.0.4","react":"^16.9.0","enzyme":"^3.10.0","eslint":"^6.4.0","rimraf":"^3.0.0","rollup":"^1.21.4","terser":"^4.3.2","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.9.0","react-dom":"^16.9.0","typescript":"^3.6.3","@babel/core":"^7.6.2","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.4.0","npm-run-all":"^4.1.5","@types/react":"16.9.3","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.0","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.14.3","react-test-renderer":"^16.9.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.1.4","eslint-config-prettier":"^6.3.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.14.0","@typescript-eslint/parser":"^2.3.1","eslint-plugin-react-hooks":"^2.0.1","rollup-plugin-typescript2":"^0.24.2","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.3.1","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.5.1","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.0.4-debug-trace_1570665082708_0.4427825540058583","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@urql/exchange-graphcache","version":"1.1.0","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.1.0","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"4eba036b79581888a91029b255bbcbc252b17cae","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.1.0.tgz","fileCount":84,"integrity":"sha512-jc88fBopSO3x0I5EevT1HBzqBFWKSi5qYcXAPdGbnCiTiDuJHq2ic0if2ETS4gslxPyD8sBvf7KyisYxI9gw+Q==","signatures":[{"sig":"MEUCIQC14XZ1ZtASpNurOdTnTNazdL/VDjTd2V6GwYI4DM+1qQIgDOYzI9BDxRQbCjkXc+OlROL7kHbifaEqUo6gi23UzkI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":721421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdoLY2CRA9TVsSAnZWagAArAAP/20PmgeQtn0yNDJLGhU8\n2xE5Xch/3rvtZYLkwCESGaarbGPl6BrRIrS0W8X+F6lWvE7BJAlCd9M7UY1q\nanKUoLhLb7dM8srRp8fNciR9BhwH+H0Kip5rXdVvP2qIfOkh2dDdgOaGE354\nQtMBikAhgbkrA2Lfkx24VpZLOcaVawanUhTIEQ2WM4gZH8/8Fh+A0GZJFKF2\nzw34NOGKoMN6I7yzX0fbjbibY8UW7aQeI/6ebs2riCKx8XBBtt/2MPy9aK7s\n5Prb0KlxvZgFN7ToprIEq0CSIQ9C7C8f2LJ0dNd+kFgHyX58zbujoNgCv9Mi\n9h6jgCDUE3//J8NfUvwtiaMLQZDi3LefyFU4/6CTGGnX1lXjqAzTtK/jL7Cl\ngZUiIzSzla+Njs4Dd6ledU/IGAFyuUOdCHD4F/H40vVq++AIH0Ksuo6frdrj\nOrWch5FEV66MA7+WvsgdCOTv+5IyseWk6G2ylRtWtopQVQ9U5bu9Hn5Vjqpl\ndaqEIAf67NHAIJTR7rJ5Ua0TjVPJ4tCB48bXz1AqOpfw8E3ayxOT9sSOURCM\n6e8BNJCGAZsRn1FMULsn4dEk40QxpOgChtATTqM41CmoTaOZuSS5JYvJ6Xka\nw4keppD7/aFL/0VuR4zJzZhKQKhvDaJZJdmf3aWSaxSDda+vLB5pSgH5bCSd\nhk2M\r\n=Xwwz\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.6.0","husky":"^3.0.8","react":"^16.10.2","enzyme":"^3.10.0","eslint":"^6.5.1","rimraf":"^3.0.0","rollup":"^1.23.1","terser":"^4.3.8","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.10.2","react-dom":"^16.10.2","typescript":"^3.6.4","@babel/core":"^7.6.4","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.4.2","npm-run-all":"^4.1.5","@types/react":"16.9.5","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.2","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.16.0","react-test-renderer":"^16.10.2","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.3.0","eslint-config-prettier":"^6.4.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.15.1","@typescript-eslint/parser":"^2.3.3","eslint-plugin-react-hooks":"^2.1.2","rollup-plugin-typescript2":"^0.24.3","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.3.3","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.6.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.1.0_1570813493496_0.18104962503898103","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@urql/exchange-graphcache","version":"1.1.1","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.1.1","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"1193ad33d4b8a2030cc26f761968fb050862d2af","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.1.1.tgz","fileCount":84,"integrity":"sha512-HiG/GDoPflH43S32A32oqyPgyzyISPF1pUizQfAg1ciGgrBCp+ouBWtW1rY1QTcaBcFNWK30Pv+E8YLq0O0nPg==","signatures":[{"sig":"MEQCICN6iJomEkoNX/k6VEoJdCMFjVXG/zCDYtFJZJflgMSvAiAQFSgsj0G+VzaXFCtbG4xiViVEZOK/6CFxOyrqlYT9eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":721421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdoLbWCRA9TVsSAnZWagAAJvsQAI7100ITAKy/8ll4U/AG\nRkXnVjQxFwnMJv4tgG9IYwHn/Uh6VBNQKvCuHo7DHaAmorvQUfFV8XuW/K8+\n16IGoJNmoY4TkkR75rfkWoOKYkfbXrtig1V46rU48oVoY5BDwkBchyifQxNN\nIrx6QHiPpGnzNBO2XZpGdHkcFncbvddlCL0Dg3CUrWDfB0noPKpajIJ/XDjh\nyZXtcu/IEGC8i05XebXEFyw1rCuurOuXhnxXkGVO3H34W4NKHbPx/9msXboY\nkTEdwfy5Rt1yhtIGi1eojqOByi7/Z+iwDaNvEdW8QnN79+RS40tENVaHFUr4\nqejhlBU5d/bcLpRsYzXY1A25K6FqcXSqli7ybYSy/jhJt/6QEFcrw/pPVyDt\nSQNaQvbnNuxCf7wKrAAiKlQS+EJfXJ42a+4ALnnXWndlScZ59M0D25fs5t4q\ng7Q4dqta+BC8z03FqHICKS64P9hYqqpvXd04Q9ljJReOK8pbplCmQxUKSlS3\nJUn/K/oGYJmRdbyA1L6gck1haljnncpaSFNUqKurMxQuQpCBmUZPIB1l+S3/\nfLnwVBYG/3D9qjwZIt/A4AtBDcgQLPgxofv8Cg5UmKtrjy7KG/5EMCIkMf4J\noP+GwcAaVcywSwviHTHTx0dlciT0aqCxpjrGxREMQJ+9hGKktwEMhfaQrIh+\nJn1j\r\n=lBiN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.6.0","husky":"^3.0.8","react":"^16.10.2","enzyme":"^3.10.0","eslint":"^6.5.1","rimraf":"^3.0.0","rollup":"^1.23.1","terser":"^4.3.8","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.10.2","react-dom":"^16.10.2","typescript":"^3.6.4","@babel/core":"^7.6.4","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.4.2","npm-run-all":"^4.1.5","@types/react":"16.9.5","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.2","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.16.0","react-test-renderer":"^16.10.2","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.3.0","eslint-config-prettier":"^6.4.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.15.1","@typescript-eslint/parser":"^2.3.3","eslint-plugin-react-hooks":"^2.1.2","rollup-plugin-typescript2":"^0.24.3","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.3.3","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.6.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.1.1_1570813654265_0.6348483245059007","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@urql/exchange-graphcache","version":"1.1.2","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.1.2","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"7f533d6429f01ccc71ed7ba7d5399a39809f30dc","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.1.2.tgz","fileCount":84,"integrity":"sha512-/HH8U8mCOgxHvvcvb3PhbW4D8/G65cbtZ5TGE8cVPiB+4KWx3emxp6CIJOnFDAGb6a67m81bL8ryuhhnR2tO2A==","signatures":[{"sig":"MEUCIH/lYL5EyO7NtZfq9oGZbq8Nm2wP/zBr9nzRVVUcFAWeAiEA8OgrBc8+Wh7mLnrXZzGmQAN2zxfbx8f9luLoO//jVdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":724144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwbilCRA9TVsSAnZWagAAWjgP/juGQqE5AFjfmTqbmcq4\nyLTLPaGxY+KysTIMisrGv8lTxKD5jhphqQtjSv6ilF927a6WlX0JMIyvHkwe\nwXE0BCqUkCSdOycPKA+RKhAGKS3eMEcr/qdhZnaWdnyxz+HTyP/ea2RYdCka\n+O4Fv7pcD51w9B2uW8v5Nlovi5Qjin35EDBFSxrbU7uQ0KVPmyULYATM74+Q\n1Qmsf4N9A2owwvo0tY2ejY7XpUwcWrzjaJPVVI+vSsfXaSxbwDAgRsoFq8Bh\nMc5mYK1huPqLnBb4Yoaq7LpkFOBySV+ruBGuiDD2YqXEEMq3zqP7BwQyLA5A\nCtWNXUas8rTZ9iot6f1X7Wl3qapelogD86POrH8kpWKnrEq44fprMhqTaidV\nwUm98hO3bAGlbCUiOUbzrI5ZmYHelhhhS3sKuuXJoTIQhjf5LvshILLJKoLX\n1yZQLVgWuL3k+W4fdwzAgHUR42mEFDHisv2uZz0yE5egAF0v4a+iZd7w84jb\nJGuJVCKWjXWzUjoReD9xU4ac+AU19IbuwdAaQtN07UlAuaDJ5PuS++AtreJr\nTYpNE36ajifTSsWV8PTF142qwZOr+TwUtKmUtR7l04gm0Q2ONX5MneZkdTa5\noof4dMcea4rUGfXpzBeNgry4HnaPbIY/PzTmgI/SSiAxvbdEDnx0Kzv/yBLB\nhVQ2\r\n=OtB7\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.6.0","husky":"^3.0.8","react":"^16.10.2","enzyme":"^3.10.0","eslint":"^6.5.1","rimraf":"^3.0.0","rollup":"^1.23.1","terser":"^4.3.8","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.10.2","react-dom":"^16.10.2","typescript":"^3.6.4","@babel/core":"^7.6.4","@types/jest":"^24.0.18","graphql-tag":"^2.10.1","lint-staged":"^9.4.2","npm-run-all":"^4.1.5","@types/react":"16.9.5","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.2","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.16.0","react-test-renderer":"^16.10.2","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.3.0","eslint-config-prettier":"^6.4.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.15.1","@typescript-eslint/parser":"^2.3.3","eslint-plugin-react-hooks":"^2.1.2","rollup-plugin-typescript2":"^0.24.3","@types/react-test-renderer":"16.9.0","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.3.3","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.3.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.14"},"peerDependencies":{"urql":">= 1.6.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.1.2_1572976804528_0.5351197340204441","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"@urql/exchange-graphcache","version":"1.2.0","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.2.0","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"e46846da6f30fa301e5ced8dada27209fd40b366","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.2.0.tgz","fileCount":87,"integrity":"sha512-mLzHHroAkzsClKB0TEkWbfVa4wT4VBzHD83n7ys5DBtVvElWawclHB+H1pcPITs7GxLKVwH2ixtt93yl/UXYCQ==","signatures":[{"sig":"MEUCIHMLHQ7jgqE7Zo+C9nIi8CzGrspEKBhHUMSdKQRqcDcoAiEAuRgQTIC0KScSC3Ba8baR9Hmt0bBP1Kq+sfOqlNtQG+M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":744921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0/7GCRA9TVsSAnZWagAAcgwP/2UCzt/hCBwwAt1aVnf1\nZIAN++hDBYdS/E65jAE6tZU5NSZPO8B8OscWZ5JbIreMQNo5NhZjrtyC+Vqx\n2/So5zh4dYDEZr/4Zp80quLoHXviuCjdaokYuwSMGFaYWOe9crp6u30/ck72\nbhEtKkBUBcAHD8OM0qzcfj3vrSZ4TOTEH5Hc1fpnHhPzgK72WQNIug9LNoFv\npgTOOIXJ3jEHpUs1RUI9fLtwiTbCSXsSvuTUX1RFt3srf2gkdq9tQtQPlrum\nuMRzqTEZvt9ccA5So7WH9bROMRUcZ2MHZFiLvkJzxtxpr2nUmEwpDNEb3kSm\nvAjMlXgRHobIxkc7M6z2kVaWVkoepGIk7EUFcdojQyGpV3oAnt8f7/65Lg8+\nHnoI44J3plS8oTPw/clRPPcHXZ9SjUwVaAVx3PdyGzHZSqcAxIOli1bCNLKe\nG4j1BAFTvNh1H2PEWgEzvf2xhPYoXQ8QSZnaPR4CdmuTHheN78MEStKvIem3\nAtXlieo9IL+3/FQAGWFa85yeS7Wf1Wm2AucZlDWyrqRSJrAPzvQeMUB5an1S\nvNjDkMy6inW8hI9P46gS3n04gBFUIarXoV9bTOX6YhR0rrm8G1YAf6JA/p23\nZrqbpg7PCZa3FkfJUOx4wd4mRruFtidL8N18GqC4aDb6QRjJEpMxpWVzEx66\nwd4t\r\n=z858\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.6.2","husky":"^3.0.9","react":"^16.11.0","enzyme":"^3.10.0","eslint":"^6.6.0","rimraf":"^3.0.0","rollup":"^1.26.3","terser":"^4.3.9","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.11.0","react-dom":"^16.11.0","typescript":"^3.6.4","@babel/core":"^7.7.0","@types/jest":"^24.0.22","graphql-tag":"^2.10.1","lint-staged":"^9.4.2","npm-run-all":"^4.1.5","@types/react":"16.9.11","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.3","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.16.0","react-test-renderer":"^16.11.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.3.2","eslint-config-prettier":"^6.5.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.15.1","@typescript-eslint/parser":"^2.6.1","eslint-plugin-react-hooks":"^2.2.0","rollup-plugin-typescript2":"^0.25.2","@types/react-test-renderer":"16.9.1","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.6.1","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.7.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.15"},"peerDependencies":{"urql":">= 1.6.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.2.0_1574174406432_0.6894890674840453","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"@urql/exchange-graphcache","version":"1.2.1","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.2.1","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"5f87c3f78ef718f8e6777e882d690f2d69397d3d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.2.1.tgz","fileCount":88,"integrity":"sha512-NrEoE0Pqoe81d8WfY7hfgBhQNcXtud4wLPhc/NOdvaNAa+bgMO3HmdN+rdQBumZTHUTrKt7aeKvuLFv1Yzl0Bg==","signatures":[{"sig":"MEQCIFvj1y9s5fl0ZpSU8bXlQEhfu7Fbx3vyIQ07IvM5Vk4wAiAtXhaqLAiHaszK8KRGwXKrMiYXeuhv8KJmX6iZQp14cw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":746316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1CAvCRA9TVsSAnZWagAAHjQP/ArFjVUml2mpkoUxBRaI\nmg2AGXNZW4rrZs2CNtajC+F5fTa30K0fW7NJwzpASWF6IG6ez24ccCVPaQqR\nuV6F6cO8V+JP+OqdJ9DuRHG4VuZp8BpZNfJakuMCob+H0fodG3HjRXboaSE8\nBr7VVFymf1iL3t2iekTjrMqN6EbWlMYUzuniOoozHStpU0hnSfPcsFKTKJ6L\nk9jtiNc0PQmxtcnM3naMD2rW/08RdUGQMmpMKjxSoNLAdIVMkMlAQa/kWA4v\nkVs6qbXv8vG+3XJTje+Psdf+ff6Kk+Y8Y3Cw1e2r6gG2/FwLCNuvxLWiof/5\nKoHyLQvuqKpoGvnUh8ED/miTm/iuYXQ4eOkVSMjkZELGag/OyXTVZ7E2oE5g\niPasVuaql26CYQls6fgxwcNCltkn9uMikcL0NsmJh6ZOzU9KGh4L9F9YV2XK\nUpg1w3infLAh5nlQUORFAQmcdQifgyuE5W2tovsx6SCraV2MbxQi86+i9A6y\nvCT/g4/LRR4CUOqVk2JmXXOMLtT2gZDmSrAW+zVBF5LkrSCSr/jgv1x5Dx7v\ne7bVPHrfvp09Rg5Z4kifYiWuLC/WSYx0toBAMjO7nNOv/yJvnOAo8JmhE+3C\nbmoTSDEM9gp43s1b3WdSk273iPgJ5isMAznaK4pGodixVTELJm3oNXc7kUJr\nVftU\r\n=EeBI\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1","pessimism":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.6.2","husky":"^3.0.9","react":"^16.11.0","enzyme":"^3.10.0","eslint":"^6.6.0","rimraf":"^3.0.0","rollup":"^1.26.3","terser":"^4.3.9","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.11.0","react-dom":"^16.11.0","typescript":"^3.6.4","@babel/core":"^7.7.0","@types/jest":"^24.0.22","graphql-tag":"^2.10.1","lint-staged":"^9.4.2","npm-run-all":"^4.1.5","@types/react":"16.9.11","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.3","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.16.0","react-test-renderer":"^16.11.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.3.2","eslint-config-prettier":"^6.5.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.15.1","@typescript-eslint/parser":"^2.6.1","eslint-plugin-react-hooks":"^2.2.0","rollup-plugin-typescript2":"^0.25.2","@types/react-test-renderer":"16.9.1","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.6.1","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.7.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.15"},"peerDependencies":{"urql":">= 1.6.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.2.1_1574182958865_0.09965451935969605","host":"s3://npm-registry-packages"}},"1.2.2-fast":{"name":"@urql/exchange-graphcache","version":"1.2.2-fast","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.2.2-fast","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"6231c980271ec8f88242a9483c0c207f792e414e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.2.2-fast.tgz","fileCount":90,"integrity":"sha512-VDATQBrzwxFjaGlJOIVC0VrJr8dURXKTUqz8Qh7wNxmjjDbUO7q2yc5VYoHoXwonHAK0pnP3BrBBhBIMuY2iTw==","signatures":[{"sig":"MEUCIQCDxL6DOY1E7htgc+TbFDvxw/B4mL/EUd7fktZTRSutPwIgbLMzu+1kS5VWzLMJPQ4KlNhCtK7SeJsDfSNqeJzCc9A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":759821,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1R46CRA9TVsSAnZWagAAqe0P/jP7YBPoN/Ka8kcVjOZL\nN0tfiHGSgduiwQrmBNlVu45KMr5DqsN9T7gPrXJnbDI67atG3spFc7iygu8k\nZupOWFd7Ntm6poPs+sdoOKONaXS/C5IxL/WZ/bltK768pXY/fHwa8CkfXQWb\nemHIIfZ7RwKXPZFJCFIXSy75O5EXeV2BUoKxEQj+rYtzIFJ4Bk2WF4w7PBVo\nyAb9qcwMXMmoxdT4AGpZXyL2MZUq7RF/VaHX4ZJRNJqHr1ZAAVSqk5p1Y2mZ\nvsKSEIGAPZVxv8b7cYIKqs5+rYD+6j2o5Z0vNxhIKBQx7aaJkYH0Q5/LLvQZ\nUv62/alMWVLDUC1wQ4qQDAOtmRctb/z2865KvDtOZBcZMmwERyvruBgVnuJ0\nrBlzLYNi/NY/4q18/3zscQHJHvjsJsxoxPjegdkB+x1xUTFdLEi0l6tTiVUJ\n3m4Pjo1xGN4NvL8CGmst/QSFymwI1bvH9gGVK4JGkHOT8bTFPsrT3kO/88uh\nC42tqYdPgnOV1Vkxy4/8swzxsSv6yah6hRYTXHiSyTivFfFTmzWI65+O/bCq\nLvg4CdPhIeqZ3CqvKYtDQbjTAdzLr3ySV+pi19jP4juip3LeJu/W2RSzzUT3\nveRpkJRP7Mal4TFZbFI2OCfEvJ38q3ozLUK4m1OTRs+4o34oaGGfBmpWNQ7z\n2tHN\r\n=O/9b\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","urql":"^1.6.2","husky":"^3.0.9","react":"^16.11.0","enzyme":"^3.10.0","eslint":"^6.6.0","rimraf":"^3.0.0","rollup":"^1.26.3","terser":"^4.3.9","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.17.1","react-is":"^16.11.0","react-dom":"^16.11.0","typescript":"^3.6.4","@babel/core":"^7.7.0","@types/jest":"^24.0.22","graphql-tag":"^2.10.1","lint-staged":"^9.4.2","npm-run-all":"^4.1.5","@types/react":"16.9.11","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.3","react-ssr-prepass":"^1.0.7","eslint-plugin-react":"^7.16.0","react-test-renderer":"^16.11.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.3.2","eslint-config-prettier":"^6.5.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.15.1","@typescript-eslint/parser":"^2.6.1","eslint-plugin-react-hooks":"^2.2.0","rollup-plugin-typescript2":"^0.25.2","@types/react-test-renderer":"16.9.1","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.6.1","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.7.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.15"},"peerDependencies":{"urql":">= 1.6.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.2.2-fast_1574247994132_0.7502023234850701","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"@urql/exchange-graphcache","version":"1.2.2","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@1.2.2","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"1662da4f280b3e645624710f2f03d30b3f5d045c","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-1.2.2.tgz","fileCount":90,"integrity":"sha512-I3xs8Jhb4SWP2erQBLdsM7TJP7SVSgTPEr6M8XxHmNtogQ3R99VW8+KYy0EE0k+Uxu7sGeSGsEfRjkKRL9TK3g==","signatures":[{"sig":"MEYCIQCuFINBOyB9WqXh5hyTFZom+eGEI5t9s68USBqdLppq4AIhAOjYugQrgi4NJxUu/vnTaZWqz6tsFv1nj21g9dB71dUe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":760357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1m45CRA9TVsSAnZWagAAGioP/3PLWg3MrU52STD8vq9P\nlzsd8IHGv4H8oMf16GUb+5rLO9jYZwosKDo3slEKo+SZ2/S1On51TbOYDdLj\n0+ySPeiED7w4VDTtpsQgi4VgiOK64aO5QDSsXvU+qu2b0bJxL1LfXpWdbkaF\nzooVLcXzNCMTnM6Ofukv9Ese4pPucJJFPT8HT6IHikCAWbbdSfp1031UZ4wN\ne4t/KoNxbT9zGDkKiTyNhSEz2EfiqWNH0GYi8pRLhLOzotFMuYvOaQZOpwAY\nETHpSdVhOszAwMHJzzKELAiqZdH3Qn+sNdj9TTvRAZl6YMf1ICwet8kY3PI6\nCk+oye1QZv2akC4gfBi86T6fpzeXIJvU9Gzj+7MOJUP3swzIIyy6N7Fn0gQU\nU9qd4pUB+2sqRWVx7MWtOsAT0wbmyCyZrdOjqAC3MXHM/LD1jz6TlxRo4BSg\nKI04+R6E7I2cIEwRsGvfgYsfXt1PVnR/KUBFu946GoXnXRdaWd1FdjiWLWte\nHpTE0mWJ3ex3ek4/OtRUqe0H6mo984Z4qHQS8mtVvv9L5wASqbGZqUoEjEWI\ngz1yLP2fhlj+SqW3fH0L7xvCFN8vqK4FyYScr91Ba5JbGfq860cnBYldwmT8\nI27rEbBtjrsSlMZ+Q2pMpHw5Ql5JnEOgrI5KiXeM49eqkoPQVgF2907oH3uu\nOSOE\r\n=XGpt\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.6.3","husky":"^3.1.0","react":"^16.12.0","enzyme":"^3.10.0","eslint":"^6.6.0","rimraf":"^3.0.0","rollup":"^1.27.3","terser":"^4.4.0","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.1.0","prettier":"^1.19.1","react-is":"^16.12.0","react-dom":"^16.12.0","typescript":"^3.7.2","@babel/core":"^7.7.2","@types/jest":"^24.0.23","graphql-tag":"^2.10.1","lint-staged":"^9.4.3","npm-run-all":"^4.1.5","@types/react":"16.9.11","@types/enzyme":"3.10.3","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.3","react-ssr-prepass":"^1.0.8","eslint-plugin-react":"^7.16.0","react-test-renderer":"^16.12.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.18.2","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.3.2","eslint-config-prettier":"^6.7.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.15.1","@typescript-eslint/parser":"^2.8.0","eslint-plugin-react-hooks":"^2.3.0","rollup-plugin-typescript2":"^0.25.2","@types/react-test-renderer":"16.9.1","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.8.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.7.0","@babel/plugin-transform-object-assign":"^7.2.0","babel-plugin-transform-async-to-promises":"^0.8.15"},"peerDependencies":{"urql":">= 1.6.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_1.2.2_1574334008869_0.21390798660093324","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@urql/exchange-graphcache","version":"2.0.0","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@2.0.0","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"9a52646cbb18ae5d4166f196c398e5be050e0930","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.0.0.tgz","fileCount":95,"integrity":"sha512-yZQ/oTAlOAd3MgHp1axDeRCzg8Zz8RqgWVAxNmL/myc7we55oTnV7NPygw6V0CGe56PbpCUb4c4iQoqgIswebA==","signatures":[{"sig":"MEYCIQDQ4pWNH1rHqNyeeFhTtbXWLKPHwlRrCP3ERrfCh7jaDQIhAJY2Sou1NmGZZqLKc2zkdKT48X+o87IcAkCZJUD0Sj88","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":597031,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8m2hCRA9TVsSAnZWagAANegP/2gTy0sJEXUN8cW2zLoc\nWbMrF5nO1EYV9nHPfQYZ6uZNLn+Eu0C7C48eR8iqYgOFnXyr9W7Q7os4BlLg\ngmbTXKaHNQxot6DSwnRGm75t6iErt3Jym4bBCqPMGIsvH/wg1ETrPBFxbgT4\nsXVkNKqfYqup9/oMd3ZMNxSlsF5K+LgTyA/Y/cjvj5YxlgGcexNFF6fWA4j1\n5PljERTwYE1GQgg9UyTUkaE3HkqgnwKT+0ki838bprfCVBMLaKTXZpHWLKMc\nuVgiPiBuKIx/ZVYHGPtJN9yUNv86/CtDmCiNbCsmJ3WynhWbIxzL+QQ1ZdVs\nXrvNfg0sVgVgoRrabsEyLTFKdg226R03E28NBo6xyh3LU6w/cowMl5myHRFc\nPgNTM5yRtW0SMi9TGB+hBEUKmAIBUEZdntIHvmAYgS7ms9Q7aXXmD7MqhdgB\nm03znAs6fd77rOusPQqrpo8x2ZBvkPZ29RofZ//PoHLP9rj7o1k36kaTvTxw\nSI5IWMb6KonSdrmDAC16J8HHnqS6X0xPs2kdlypyD7A3prt+zgVOZr3vuIAJ\nCfZln3mhyah5pZycjAuCnz2oMMJb9a2W5Rrom2afDmf4Ta8bTY6VT0Fy0BPA\n1/qAceo/SnHQbTBWUNkxGf/u/9c/zknn+E1m9A4eC7KWTYnYSj3+Ev0Gczbg\npfVz\r\n=eWig\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.7.0","husky":"^3.1.0","react":"^16.12.0","enzyme":"^3.10.0","eslint":"^6.7.2","rimraf":"^3.0.0","rollup":"^1.27.9","terser":"^4.4.2","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.2.0","prettier":"^1.19.1","react-is":"^16.12.0","react-dom":"^16.12.0","typescript":"^3.7.3","@babel/core":"^7.7.5","@types/jest":"^24.0.23","graphql-tag":"^2.10.1","lint-staged":"^9.5.0","npm-run-all":"^4.1.5","@types/react":"16.9.16","@types/enzyme":"3.10.4","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.3","react-ssr-prepass":"^1.0.8","eslint-plugin-react":"^7.17.0","react-test-renderer":"^16.12.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.19.1","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.3.2","eslint-config-prettier":"^6.7.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.15.1","@typescript-eslint/parser":"^2.11.0","eslint-plugin-react-hooks":"^2.3.0","rollup-plugin-typescript2":"^0.25.3","@types/react-test-renderer":"16.9.1","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.11.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.7.4","@babel/plugin-transform-object-assign":"^7.7.4","babel-plugin-transform-async-to-promises":"^0.8.15","@ampproject/rollup-plugin-closure-compiler":"^0.13.0"},"peerDependencies":{"urql":">= 1.7.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.0.0_1576168864861_0.6901943151656968","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@urql/exchange-graphcache","version":"2.1.0","keywords":["normalized cache","cache","urql","graphql","exchange"],"author":{"name":"Formidable"},"license":"MIT","_id":"@urql/exchange-graphcache@2.1.0","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://github.com/FormidableLabs/urql-exchange-graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache/issues"},"dist":{"shasum":"51aff1c35373b54460c6fc8ede47735199d79ff7","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.1.0.tgz","fileCount":98,"integrity":"sha512-DlkhWKuLQV9QdHyD4+OE/S1hy0JG7E1Rj5KpPs1RnnpqUO1hYZ++xRsn5X9FP4c5DOPwp/TXvBDiR27Pa2wXDg==","signatures":[{"sig":"MEQCIGJSFo6cTG0/J3fWtrdZ2vUW1ebRm5KWm67K0+4ag1mbAiAURcko6ruCykpgxRTmiCcPy7YoYIjPpHHyeue3m95NdA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":616469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGKZJCRA9TVsSAnZWagAAE3oP/1yww520x3T2k9uO5dEx\nwZaZ1NQcJ7OViXURzYNLAKMb6+LuiblYnmxHch0qociyfSJEAsmLzf11ocJb\na1fKbq0JVVq0TzIKJRtQejul9usndHACKJYqUcF9R/ZncenFmenwRBA4rIru\nusis/mrYr/Ga1HzBCiJMjw9vdNb9B+KQSS7VlsuRbcIQdIKlRWmR13rYeDhp\nViWCu6T9YWPzPAT02vIYmemJtARZesB6Vl+MLzk/X4dwnLg4D1UMZaTcyiGz\n3nVazZmb+l/OoMY6wjxOWwJMaxsjl7tbq1y4hAme44/Nf7Epl63hsfKgd8l7\nuo/q1pmW08ZsTtGKUZ1jyfyd4ac7a8lAI/jGDQxCPLdUZIV/N/Lj9pakHp2+\n5SSP+lj7HQSVYufJpMRuGE8Y6NaxK9a000OXt5QlOk4PxfQ/DMs9hPo1Xwq5\n15epr/4Egl/45xm6/kV6659vyAygue51zqQ9dX0KgdMHOfxSfisZLmKN9Ihq\nt0UT6JxCy/7y7ybRJNrwxJp4sLUNWzuOGFoPhC/Dhnuh8agN+tDD5mGhG2Lu\nyoC7ImRUTXjKv3tMmjGU6lCKgx0+y/8wAqrKBZAKiJ2MhxAcFVKc5ysq6dWb\nZwXiLqwwJPCv55d6I/n07Q9WOVw2M3BnQF7SeK0fh3mCWqQLTny6v/aTqlwO\nUDNC\r\n=XEK6\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(src/.*(\\.|/)(test|spec))\\.tsx?$","transform":{"^.+\\.tsx?$":"ts-jest"},"setupFiles":["./scripts/setupTests.js"],"collectCoverageFrom":["<rootDir>/src/**/*.{ts,tsx}"],"moduleFileExtensions":["js","jsx","ts","tsx","json"],"coveragePathIgnorePatterns":["<rootDir>/src.*/index.ts"]},"main":"dist/urql-exchange-graphcache.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.es.js","source":"src/index.ts","scripts":{"lint":"eslint . --ext .ts,.tsx","test":"jest","build":"rollup -c rollup.config.js","check":"tsc --noEmit","clean":"rimraf ./dist ./node_modules/.cache","watch":"rollup -w -c rollup.config.js","codecov":"codecov","coverage":"jest --coverage","prepare:extras":"./scripts/prepare-extras.js","prepublishOnly":"run-s clean test build prepare:extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"prettier":{"singleQuote":true,"trailingComma":"es5"},"repository":{"url":"https://github.com/FormidableLabs/urql-exchange-graphcache","type":"git"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2019 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"],"*.{json,md}":["prettier --write","git add"]},"sideEffects":false,"dependencies":{"wonka":"^3.2.1 || ^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","urql":"^1.7.0","husky":"^3.1.0","react":"^16.12.0","enzyme":"^3.10.0","eslint":"^6.7.2","rimraf":"^3.0.0","rollup":"^1.27.9","terser":"^4.4.2","codecov":"^3.6.1","graphql":"^14.5.8","ts-jest":"^24.2.0","prettier":"^1.19.1","react-is":"^16.12.0","react-dom":"^16.12.0","typescript":"^3.7.3","@babel/core":"^7.7.5","@types/jest":"^24.0.23","graphql-tag":"^2.10.1","lint-staged":"^9.5.0","npm-run-all":"^4.1.5","@types/react":"16.9.16","@types/enzyme":"3.10.4","@types/graphql":"^14.5.0","enzyme-to-json":"^3.4.3","react-ssr-prepass":"^1.0.8","eslint-plugin-react":"^7.17.0","react-test-renderer":"^16.12.0","rollup-plugin-babel":"^4.3.3","rollup-plugin-buble":"^0.19.8","eslint-plugin-import":"^2.19.1","rollup-plugin-terser":"^5.1.2","rollup-plugin-replace":"^2.2.0","@testing-library/react":"^9.3.2","eslint-config-prettier":"^6.7.0","rollup-plugin-commonjs":"^10.1.0","enzyme-adapter-react-16":"^1.15.1","@typescript-eslint/parser":"^2.11.0","eslint-plugin-react-hooks":"^2.3.0","rollup-plugin-typescript2":"^0.25.3","@types/react-test-renderer":"16.9.1","rollup-plugin-node-resolve":"^5.2.0","react-hooks-testing-library":"^0.6.0","@typescript-eslint/eslint-plugin":"^2.11.0","babel-plugin-closure-elimination":"^1.3.0","@babel/plugin-transform-react-jsx":"^7.7.4","@babel/plugin-transform-object-assign":"^7.7.4","babel-plugin-transform-async-to-promises":"^0.8.15","@ampproject/rollup-plugin-closure-compiler":"^0.13.0"},"peerDependencies":{"urql":">= 1.7.0","graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.1.0_1578673737364_0.5427944433234242","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"@urql/exchange-graphcache","version":"2.1.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.1.1","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://formidable.com/open-source/urql/docs/","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"15df85fa00f43c74250ac8332b982c61e97ca323","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.1.1.tgz","fileCount":53,"integrity":"sha512-FbloTlK9rSHfEe0jvuOXnAe1hUpdnpgT/fcs8WE3g3ODj2eqiW008hmLJmDoWkE7QI9MFy+y3rSqe0DhzRyKUA==","signatures":[{"sig":"MEYCIQDFLUzzigXEBw+wC+H+gYx2uhVrQOlBRubs7xW6gE68sQIhAIDFH0LeYVTaI2Wql5V88MxJQ65dUnbZtKZhkW4WNYRY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":681667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRW66CRA9TVsSAnZWagAAagkP/iXfhKVrq5Q6ZY+0MVVP\ndaoQCr0DNcH76pn2ayolKttZHGCTkRddjHqsrNfTxgWFzs2zaAdlmWtI+Gf9\noOtCuW0J2AKkM3XeHHjHoRPJqhudYLYvCE6QZ7gIRnnRv0D2v+T+HkFkgbk7\n2z1rXcwgx3fDONZ+8jRT3pSWX0O8aa7LRY/kSL8XqijTQJdD7QewVZGR66VB\nGFszQZW/uyV8eszWVQGGfeBXiyl3Gzf98uTo/ezOEaAgYOwZcsJgC/p6BAwJ\n7x8Tz6Biiv9CZeTiRZD1UycShqH3i5xAkHq/97iT2G4AkIPJ9ZBw1Aq25Qwu\n3Wk+htuaiG+SuCnSoNp2uXmnFApGLb5SfMkyfEJ/XVlklwcwpBpTtGv4rx2z\nUctyQzTlgLRtp1lTPpOFZLbW8bQqbBJW6XIZdFwk6ZJnn5tFNlQs2PoKlj0M\njWYYqITah/fX3uYFMEFtiXnMbxpyFT1XgNpVOlTf9H3ZJIyMauaiKh5en9b1\nrLoql1FejyYuWaaPN9taBi/wgQdRNURnIpWwFWitG+Y0Xn79R0FYFR3BrvUU\nmMC+xf84CyZKPPDznNxY/7JmCQSxGIPz2dEvfoSA+Zktuvv4SsNwGhFQsTcF\ngYg7SvSZqPnAO32kGxpP5RhGdLVR+aft7xLF2uEOLjhgs0mWpDXlcW/+huEp\nK481\r\n=lxCa\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache.cjs.js","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","exports":{".":{"types":"dist/types/index.d.ts","import":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","require":"dist/urql-exchange-graphcache.cjs.js"},"./extras":{"types":"dist/types/extras/index.d.ts","import":"dist/urql-exchange-graphcache-extras.esm.js","source":"src/extras/index.ts","require":"dist/urql-exchange-graphcache-extras.cjs.js"}},"scripts":{"test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"10.19.0","dependencies":{"wonka":"^3.2.1 || ^4.0.0","@urql/core":">=1.9.0"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.1.1_1581608634513_0.1465740782951428","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@urql/exchange-graphcache","version":"2.2.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.2.0","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://formidable.com/open-source/urql/docs/","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"f861e447f94e89749c8ad75cb019e8664f90c9ef","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.2.0.tgz","fileCount":69,"integrity":"sha512-dv3insB+5uzTslPKb7lzRlqwGM4M0EC+cz7nqNFkS0KlcG98mUI+31zgwYFMDQtUgAvKnj2U1Vso23Vu2Z1WIQ==","signatures":[{"sig":"MEUCIQC4aZMna0g0rb33MyYNYSyRoXUqT/CO2UTzm2dP1AM8cAIgWCVcS2KtFLPhzX47FCR3SbP5EMNbzK4Q8j/MAfCoxrs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":670931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYpQ1CRA9TVsSAnZWagAAjHkP/jgdGsLM+kxcjeR7wEi+\nTBOcchTs2TKJtTVVHV4YgbCrnMG/3Mi1Wv5vOu1FLuR3wTU+3/xDPEOeohOU\nKw5Gr77mH/JIys7Mqgaahde3dKQPiCLBycSlFsDf52SGioX0GrQmpPcD0xJP\nXCz+KDsPa7Ipl2o560HJwztPdLIH6Z3csPXGKFaesB39YHtRBy1XyqulfG1i\nJnew3R/Cq4WgUiNS55TPNhW9yKXXykd20nuM+5o1fECCCn1pNSSttNwq/TyO\nbb2FRfvxTwfWKFs6Tj6KRW3WRmxVGE3JDLsPPLd+LZVBzu2cIPL16XVvcW8m\nXU7vXs9sAQOJ5S9h/JcQh018PiOTQi9xblU+4fvAP8I7SKuKJAGPkW8hapMp\nvZ4lv5o6AVu7b7+iDfzRXQjx9Er9YSJLw8N8cwhWu4buRJ2sqpzZ7aNZZmGz\nbbq7Pv03NE18ndWsm1kzS3fV3fdQDgTy7cnxMOz5OneB/TUbzZKpclqCbqnp\no7GnT4zxc62lkUKqbn+4fxbh0AytByfWE2Gvxmydt/DK7tBN1dlob2IXCUOU\n1t5Lq15/VMhpxN73KLXBdqb8qcuwfGLYgpYaELItadNuLAdn42rTefXRfSzN\nco8y6PlNF+g6Kngs7U/q88O3KDyo3eLWkMWmoH3vtM1VqUt6tAkRoRM6JVjH\nRZL+\r\n=gElE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache.cjs.js","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","exports":{".":{"types":"dist/types/index.d.ts","import":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","require":"dist/urql-exchange-graphcache.cjs.js"},"./extras":{"types":"dist/types/extras/index.d.ts","import":"dist/urql-exchange-graphcache-extras.esm.js","source":"src/extras/index.ts","require":"dist/urql-exchange-graphcache-extras.cjs.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2018–2020 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"wonka":"^3.2.1 || ^4.0.0","@urql/core":">=1.9.1"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.2.0_1583518773089_0.9781962930747219","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"@urql/exchange-graphcache","version":"2.2.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.2.1","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://formidable.com/open-source/urql/docs/","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"4302571788454a08fed750b2791b687ad8bb5809","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.2.1.tgz","fileCount":52,"integrity":"sha512-XI19B3KZJnPRX4i3ZAtDvMqTwxqsvP3d+XqL1AGkamoXb664FASpMEfSgMTBYCC2Mph+v72IC0GUwiQp8MhE6A==","signatures":[{"sig":"MEQCIALDAcw+Hy5AASmm9aR9qpTB/dlJcMschz/MS3D5vratAiBJtmpugE6x7gBvKz9X/yjAupazLW7KbQ2El3vdj8ObxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":692521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeY5FbCRA9TVsSAnZWagAA8hUP/RDBNz/OMgJ8gkUvvqqU\nFC/GGwFzPbJR6rvXZyPn0TROiDMf1nNQo134OHk3d/cIjJi8S6bXQ+gAVOZH\nz+VZ6mTc3jqbziId6ArCrhhcM7X81Jnst4CeVNXjFAADt8uD44XbsaQ807Zi\nmRiLs3lP4bETo/E2y38ltqtu5cjBM1HTHBMbMGvmrFmwM3FH+0fowYvPx24Y\nYshlyAxeZlLwRIWu13VOYn1pqRW0C3TTg4DiDf+3iOkVmGDxvKbFFMFLiWnc\n/GN0AVripxTJlbb1S5dgW8dlJLltm6ayFqySpS9rkB0nUj2X34IIL1bgJy0V\nfEg/oMHUkrp7MfekCD0KZRsXynf3WI2UWWV6KBabG39dyH+2UfO4wkXnFhfR\nVVa4KohDcKc0qZWz7c5PNSu1f0hj+jcsGHaFmPTf0rFt7IvQJOiGB6stqyZB\nm9ul6pHv3MaQgtqoQ0Bwyk9iWwzvTkweqCsyXxir5HSUTwJuGFMiFk8kI4if\ngcbVIN82uqHbqBPW4e7EoxcHT/Hqgxxv+w6pUS3oK03XrUvi7Q8SegT9qpNr\nKfstvVLkwPJVyV4k3j95nJjc3TUfj3UKNDtt+l6XNKkLmDdH5VDzajagwsr9\nWRtOJksPb2fK8LmGkMUTYWYMfKbO0cEgbHwohLVS9nvfA4gpYPhzITOCjDrK\nJceu\r\n=wwv6\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache.cjs.js","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","exports":{".":{"types":"dist/types/index.d.ts","import":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","require":"dist/urql-exchange-graphcache.cjs.js"},"./extras":{"types":"dist/types/extras/index.d.ts","import":"dist/urql-exchange-graphcache-extras.esm.js","source":"src/extras/index.ts","require":"dist/urql-exchange-graphcache-extras.cjs.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^3.2.1 || ^4.0.0","@urql/core":">=1.9.2"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.2.1_1583583578854_0.8479805804619465","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"@urql/exchange-graphcache","version":"2.2.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.2.2","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"}],"homepage":"https://formidable.com/open-source/urql/docs/","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"ace2e023f8f7184db38cc75db56bffe7f3bedf60","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.2.2.tgz","fileCount":52,"integrity":"sha512-t0MbsTvtz/9zIZIgoA3dMh0djNmN5vlNXD4NYkoScat8GPOdX5kuugRbWxDLMRHnIuHd98zx/ymtYlz5DTsqwg==","signatures":[{"sig":"MEUCIGmfIpLtAkuxo2eQRUd/vKiQ9m3ToCnqMujKQ/2sb+6WAiEA7lJIhtNTE7E9fcC0pHI2BsPio0B5wJUnaTyMaaGsKYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":655336,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZYRuCRA9TVsSAnZWagAAq64P/0heFNZpIPaFs9U7fFdj\nJH+Y9CJlrEirLiFteafRgjhUiDbA/Of8xK7NutuBNVh513uLtxVrHtRbbWNu\nJBIcu1VqG1kO5uDX+JerI0nj0zFLNq30LIWTreZAF4Un2C9YCjzIWN4f4+KD\n56nHYcNWQoP0GseUEOTpvXo1vnvQjAd+1QiyaIrP1c3O5fSiXbfdsNwFRo4/\nb6/4WBZjL5as3U6I+AqqIrP1a9aPIwVQrXj5Rv55G84Xe9BZfMa9SOlVlYoK\n5NtFNNjgC1UDDUHaHUhAZEWxGfoo9bamoyP44PwZBjD58jprlUbnE1xPXZWA\nQ7tvA0ehjt3MlAw9XdqKWkLW5UEKtY4/wtEjHj94zgRWPqVViP81l4J5jrBs\nbyeaIFpqg3sUxKauwj9Cq/dJJuSke/r8kUvNyH9lCYs9eIErbSayUsJPwl5h\nE9A1dfBIyvSj/hCX+2LV6XeveiQK0M+ttW5K9mpsA/TR+G4xfEX0JOJZdo3b\ncxsegSLqgWjLnizkEJWgZnUI2blKTzmN1GLkDHwMEE+hJ+8U/TZdkmDl4mRP\nv86Nou3BwCkfRg8ZsykbMu7astc9VnQ40yV11QrGngS+roSb+MKHFo2LBUuY\nXeYrxvrF4n9XXcs5nTlIZaXZRfB70EGRb2T+4/UYRn745GkhaAzeaLdqQREV\n2Oag\r\n=Hxcc\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache.cjs.js","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","exports":{".":{"types":"dist/types/index.d.ts","import":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","require":"dist/urql-exchange-graphcache.cjs.js"},"./extras":{"types":"dist/types/extras/index.d.ts","import":"dist/urql-exchange-graphcache-extras.esm.js","source":"src/extras/index.ts","require":"dist/urql-exchange-graphcache-extras.cjs.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^3.2.1 || ^4.0.0","@urql/core":">=1.9.2","@urql/exchange-populate":">=0.1.1"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.2.2_1583711341515_0.8402541677377804","host":"s3://npm-registry-packages"}},"2.2.3":{"name":"@urql/exchange-graphcache","version":"2.2.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.2.3","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"40d6ef683e933791018e8a0cc02f4e60fa2c43d2","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.2.3.tgz","fileCount":52,"integrity":"sha512-WDLMI4Ls8Ijla84izNykPDrazT+ojLMwRf3dW/Hd6j2TCK4WiPnVs2z2H5yHZ+2puG2pM5W9Jn7KkRrVwvi9Lw==","signatures":[{"sig":"MEYCIQCFvlNE3xRr3vWfOLc63v48B9RJJ899FGPFEyG5VWfYYAIhAK0WnewkwuqHfJjMV1EfzAlQufazvdsTwcNdaxYW9qaI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":657555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaoLSCRA9TVsSAnZWagAAMmkP/1v93nbfmgGzjqAyc1E8\n1mkdLnwd0Ls8OqAjW61GNydVtRi6SbVaiCPsv6y9nrEdodumjMTqKz+Jv4Sy\nHwhH9xVArqjsjoRtGjJQn/cLnL0BHkgK97F411+ryleQiKj7XapX1o1YwYJn\n4ciMv3WYzEqqXa8VdUXN2Lj/zGpNV7xxLxfvQ27UedYsVeE0aJsoScVAh3md\nA27X9PTgC67rYj1fq7XOLMkR/R4pp/p4B31jNtfNsk/VRSMgeQK/Er1OpCZP\nXO3GE/HfB8PVQljwKFacDVc7e5Jax3UAblnIcY0kOLr0IRw7CwM9SQR5l2Me\nHK+Zsilb2w4lZ3oLMY5s8HxLXUiPU+wpkOrEY9uYZ6ar8lu2gU4jrjx2pzsK\nJ+7suShaXQxzCoekJjK3cVKYXV69dEP7BF9NsSTcTb2Lyy+7hbzkJgwhTByI\n/yqFj0i8mwfAXWN8R+3dSkwgvdLkjUelJLkO3oG8tCUXSOVmVHB3YaSDjLWb\numA4LPNQxK4AZEJcjXBfMl6opt4+CEI6cT1NAE+f/Iz1PinUMbO7t0rY14Za\nfo6jLL4GAKxHULHxJvXqOG0EKt6NUWj9FMPtwSSgxOtPjRDDb8rdeOW5jFfF\nVE+beN1avTeRhxP6w9wTjmS/gKXnApCcfGZ/HCVtGDUvmaTgeEzA5UNlB8Ge\nPr3U\r\n=WUeG\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache.cjs.js","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","exports":{".":{"types":"dist/types/index.d.ts","import":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","require":"dist/urql-exchange-graphcache.cjs.js"},"./extras":{"types":"dist/types/extras/index.d.ts","import":"dist/urql-exchange-graphcache-extras.esm.js","source":"src/extras/index.ts","require":"dist/urql-exchange-graphcache-extras.cjs.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^3.2.1 || ^4.0.0","@urql/core":">=1.10.0","@urql/exchange-populate":">=0.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.2.3_1584038609566_0.3031568513330116","host":"s3://npm-registry-packages"}},"2.2.4":{"name":"@urql/exchange-graphcache","version":"2.2.4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.2.4","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"9c03fcf4ab9475f2b45d7968ed5f8716f7a6a802","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.2.4.tgz","fileCount":52,"integrity":"sha512-0J2whwl5qteQ3ND8pIQM5jZEXAA2JI161VD7CUOgjA4G8Zrk1HSOWdIdDqXbWXnYHNLo6qFiUyG214tJWwDZQQ==","signatures":[{"sig":"MEQCIBOOBYPAqkSN+Ex7vHybv/19gI7BOVwsMAElePRoXvSUAiBC2BHku0uza0k04N8i28++Nmii0k41LGIkOu9kElj1TA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":657894,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeap0XCRA9TVsSAnZWagAArqwP/jpHBRc7cZImtzrVSl3H\nVZWNsf3p8YVk9grypGUd2O0v8l4QkhLkB+sX6sDyxFn/kK5vSp4KAt0L506N\nxT9xY23G1SWfG5BoTpSYaS8ZybCoY40ctQC4EJuk3+Cx7y0cMU3qr/vEG2VB\nRJXZoyOvMcc1vHly4vGODhoLj4u3U81AgwipAGZQqvNCLLZxS0kPJ9UDFcao\nILhu+yNpg2/cYfDwnYmcZB7sy3DXoH8c8LUi77nNYeoS8gCBvTBm0G37NiOY\nOPsAHe2CRyioLeibG5KezHMzg73crfJ4/XEHwC3UQPmim4XyivaCoIVf11zz\nQB+WX4mJ1Q0Y0ebk6Rd7d8bMR/HsU9QD6zUINi58Y3RuStYmVFVOQL3g43S8\nlFLrTafD+QlQVb8eRs5144ZcY/O9dqN9GSaZITHCh1JxK4wVFDj2cGk8TFGH\n/KLp6QohZsXhtP81fv6EdhwQsvuKv8NiFS7YTvC2tkaU9YKjF/azreUVypkx\nhxvXyh4HrVOcnjV3OaIpOhXLnWY2obh9jGEj27kuTWNYoxK2UMyUGQ2860TV\nhjF5MVu/ax/5zlJNNIoRyfWMF/P5zJ9Yf+3IvL1r1byXuHHXTI+GxUHDFQQG\nV9Lgno22GpKnNa0LwgwOKOuf5459en6J/kZFVAE+MNHLXVnaeOqApw6sxYy6\nzbHC\r\n=s9dq\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache.cjs.js","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","exports":{".":{"types":"dist/types/index.d.ts","import":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","require":"dist/urql-exchange-graphcache.cjs.js"},"./extras":{"types":"dist/types/extras/index.d.ts","import":"dist/urql-exchange-graphcache-extras.esm.js","source":"src/extras/index.ts","require":"dist/urql-exchange-graphcache-extras.cjs.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^3.2.1 || ^4.0.0","@urql/core":">=1.10.1","@urql/exchange-populate":">=0.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.2.4_1584045335210_0.061888647813800324","host":"s3://npm-registry-packages"}},"2.2.5":{"name":"@urql/exchange-graphcache","version":"2.2.5","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.2.5","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"3829356c4c0d2e2bf6c1c176d24f5d2fc8424f84","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.2.5.tgz","fileCount":52,"integrity":"sha512-sebFiSe3Hvk6apuIoYCJsmPoF4VtPCK1Ag30ndFWE4ZQ23blkSpvq5zRcDaIScRszDAA3BTl6ouNyJwiL+JPiA==","signatures":[{"sig":"MEYCIQD7UWbW9oNHce8XgghHcFSC1eMJrOHDtTNlMgcEMDCH3wIhAJRFcZZyDsEnkpw13IpeEaHBSdBbfx3YoY0eC8q3kpZB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":601270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJea7HYCRA9TVsSAnZWagAACAEP/2vpilrrlEeIHqgoRZyc\njxf/2bACCn78bEJrlaTje31TKp1jqoQwMeJw0QlikDoP86OfPooram2k6j7P\n5F1CoN4APV5NfhHROywwQtHqQFOm7e6kmZLMrkg1ywF1pTAYYZfSD1K8CBWr\n+VhiI36M7bNTNCudLL8r1Qh6A/FwYa5Eic4dyI76ymFxpqkJenje/msquNFp\nGYPDJ6uar74UPHaFNriFIJJB/EP90asnUT92DbFwmDDOFVC2G9iIGiwsUDMX\n923qW8XhPR2b8AGXKAfheivkHkPGCZQiU8HwOcSq/AW1YJvXw6yVhu+eyn7k\nQ8bMseN7NJjDwmBRFsvws+zQGjEpWwJw0ebgIqVoHMfmyNF/6hPjGqs6WPsz\nEMJg9h5dmSK9auhX+dGjXzG5+zI+LnjwUPCVw/lZs1UB/t7o7/15pNMQLfIH\nEKHgwANCCbJ+Aitz8IcOOeX1FoOUdf4HHB0kFdQL6q4RceoXvluCIBg+NMx6\n4P8KNAyG1q8/twin992oxwXzzkdmwI1KYeUkA41YFXx4IHISs5bNrMZ8hEIl\nFzLhARf54rIRTJggjc26KWGIMqgzKk3+7WgnvZcs8I3JtRrHg/o/QUy+YgGG\nBoJhmb0on8TtnkliEneuV8Hj5np7H2cM3wkgyn4VoPWBhYvqEbplChUyyElN\nvNRZ\r\n=T5R5\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache.cjs.js","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","exports":{".":{"types":"dist/types/index.d.ts","import":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","require":"dist/urql-exchange-graphcache.cjs.js"},"./extras":{"types":"dist/types/extras/index.d.ts","import":"dist/urql-exchange-graphcache-extras.esm.js","source":"src/extras/index.ts","require":"dist/urql-exchange-graphcache-extras.cjs.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean test build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^3.2.1 || ^4.0.0","@urql/core":">=1.10.1","@urql/exchange-populate":">=0.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.2.5_1584116183330_0.7458237222644748","host":"s3://npm-registry-packages"}},"2.2.6":{"name":"@urql/exchange-graphcache","version":"2.2.6","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.2.6","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"840631d78fce299701fd02af61512079847bc19f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.2.6.tgz","fileCount":52,"integrity":"sha512-ym9DC+tCWPZ5ELSwGRwP7b2H/Y9KvuOtxJhzP/OeSHqjWkk8QmyDC+PnQFVYbu8XmVcf9iMy6b4ombrVgY3t8A==","signatures":[{"sig":"MEQCIFXWgzk6KL5FML/YtwGdc67yCN73cpPjv7idicBrnWf2AiAYHH1enuSurU09b1x0MwlDeZpxKGwmaoK9iSOq3eJY/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":612591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecRkeCRA9TVsSAnZWagAAsUUP/1OfyWSmZKG/vH8iPnkm\nEAQcFTfZMHb55ahiOMLPkVYxrRGYaiZDiG5QWk6yCavW+B5StKjr/QSOqmN6\n8NUqCJjPJmNupf+s0q1mA5iCyHcH9McPb1pOejEzG86fNvCwalX3vRf0KCTT\nEsEBS6rEv0QHUPTQ65eBI4D8B6CGXS1wMg371cXnU8vAgOByEabkZm2rX41g\n1wM5dQOjQ48ftj8TBBXQ3yYO5fP339rMJouQIeJzh5d/VPpIut74qN2z40PS\nC85Hgv1dhpV2OeUJUW0Y9kPsJ/y3PzMi/m4/KyGTWC9mrCunFaOzEgUII2kz\nsQkTrSuktT6BIG9i6JWf987JG87KOoXFCJGcziWaLpZrAXFFiv50V4L4Rl7T\nS9osLGIcd+VIS7y4/FZL95qQZ+QHdtd6b3pkuVd58pEKiRHELTlWCDO2gJCM\nIrWwm6lQ3+y/bVY49xKlTyLYEzG6MWDQCsXumDRCNqibAmXuRJCAvD3/2LRZ\nRb1oOSqppNk392akX51Oq242mCnp3dAiIMwvuVAey96Kw9BeHxQr2QWhvgL+\nO10ACqNbk+e/7dXFdkRlZq+/BER9dGN6XiF4V0Sg/z6fsDD7nnb7Xso+Z38E\nqHWNnxnA8K43ZKujQb0yUDn9YyWGwMMaAhLOkkXhhcYt+1ZUR8B6m74OhS8+\nwb7h\r\n=yArh\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache.cjs.js","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","exports":{".":{"types":"dist/types/index.d.ts","import":"dist/urql-exchange-graphcache.esm.js","source":"src/index.ts","require":"dist/urql-exchange-graphcache.cjs.js"},"./extras":{"types":"dist/types/extras/index.d.ts","import":"dist/urql-exchange-graphcache-extras.esm.js","source":"src/extras/index.ts","require":"dist/urql-exchange-graphcache-extras.cjs.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^3.2.1 || ^4.0.0","@urql/core":">=1.10.2","@urql/exchange-populate":">=0.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.2.6_1584470302225_0.009531703976650707","host":"s3://npm-registry-packages"}},"2.2.7":{"name":"@urql/exchange-graphcache","version":"2.2.7","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.2.7","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"1844444854b0684470d5a0ca33a266b8ebd9de2d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.2.7.tgz","fileCount":52,"integrity":"sha512-3r/pQpRM6uP5gJIN8xFh0JwVmnDD60MbIgpDv3SlYtjEIiiIcgEG7KRvkMVgAZC4uSZdXzSYjCz6SQWx7N1pcA==","signatures":[{"sig":"MEYCIQD26+RubxV6pztVLg2DDm+ddaPrDskpf1NRcZcWfMbwPAIhAJvoYRVyXVqNj7Dl1SZSsATBXMRE9cp45xGmmCu7fsGp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":611465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpj4CRA9TVsSAnZWagAATxsP/2zEiz755cq3rUwWcobJ\nx1QGUjeRYROBYIVIBikvA8UHlOp8YeL7GoFkHjnXzWYpqMODieGyH4ucvkMl\nfRvmuD5uVJywMAat1dMajNn9C2NsgAylYDzR+EhrTQ8pK0TxOAkcWTseBDQv\nnW8T7TixBdvkucgwLa9v4SOteTUP3WeUIvnF5ofsk8njah3fkxLRbZb2ESij\nRmSXg3VEXCV+gBcqnILW2atNF0GjqseKWSKDp2pmmLSJcA0A3IzShm0VHdrI\nS8sIbMbOTN/m7bvAPuw/K6N3xZHFKU7rKstVRErZZOAMofGtOTkFn9jPYbZV\nGS0t/27zeOirol07ph7xO1OHhHyrgg8f2uR3sSuaVQT0a1FThfDE3SvmZJlZ\n5WWxLsIdFzZ2bO+DZ/VVt3B04Qst8jFRfv+CW3fz8pp9ghSPp1LMM7y+2tmh\nS/XKSCOklV2qRgTsTNeCome+jjEK8j36wLDaqS+YkNw0zJ9qZYt9aEHEBeKk\nTHlPJehwvEYtieRwaJfvHiiAuHmmKc20Xa3A7p/XnZtIn0kRvGI+6010NJup\nwNmOrTeuyPjjwvPhFb5yxWnuqDBI6dB+OVDeBnUmzGV/v/OcbKhNjaLedj9/\nQJcn08+0DaBYbU2PeDOxfLAn0bzUUaeYCC9VXwb7J3kOvIYPOEITRdFnH/fd\nwSXG\r\n=+lkT\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache.cjs.js","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.esm.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.esm.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.cjs.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.esm.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.cjs.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"13.11.0","dependencies":{"wonka":"^4.0.8","@urql/core":">=1.10.3","@urql/exchange-populate":">=0.1.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.2.7_1584568567642_0.46829109265664237","host":"s3://npm-registry-packages"}},"2.2.8":{"name":"@urql/exchange-graphcache","version":"2.2.8","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.2.8","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"0ac87adf69537ba928858ca564e010d94442aae0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.2.8.tgz","fileCount":52,"integrity":"sha512-/lmkMVEeczpFsxnNxnFkWnPu6gGRXR6VwUNoXTQ2mLDbb6FFCdso30/SqRaw83InTHOW0dDSlk0sDbWa3KbltA==","signatures":[{"sig":"MEQCIFUz+SMr2FGpAO65fZ121vpu0cQ9sd6/9zXXYOTswwbHAiAzpVl+f0zeam+jpk0NycMoKU2XazBS+UL0AutkSZ0SkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":611764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecrdWCRA9TVsSAnZWagAAwIgQAKIax8IUe8g7+sd8uuGh\no1WvLpq5wztE6hDbtEfS5DQbd1jvO132Lv6fDNEZxi9yNKvNXK7mntreIGZR\nVySP/rRUbOgrLlJq96aNvpiUurvl8mnXp+2wVaQnGAvLs/BxE2XNAUSfhWg3\nYXJNcBuf8EAGLmRAzOccbEq4vL0bBNlf9iNn20CW6NUgFPXR/yvsQTjWUjWu\nnVJrg7iQTynPVFDCihkXOmLHReVt4sh9kPwQcV9gx/76MHe/z9225i8rAR/p\nEj1FP4nrQ8gR/tp4i4u9MWK5olLY9zltSdmSQY4XNfJ9KIaZfmaXJkAbqZn9\n7+S6HK89AKX1PX/y6jlgeoquDMxfkQZ1Z0iahFI/AdANOgDG89tx7O1GRa1i\nMu0rkax2ttwfyxRqE+NgP4eLY1SC/fKsu3I4ezJuzVYhtHDQV8B8w8+Y1w/x\nq4XSxCVrn9DXtyHuPRL4L+3+C1Vy2CPXD4/IP9N+yXSY+/jizVWlF/H/MtW3\nXTXOskcJlbiU/vkcgKIitr8xAnSlZP8nNa49lOok8OfItmnth0gVHXJBq+dC\n04yHXXgwzOMcQNWCXPkigUOZiu+oQvP2nC6+xyKbowMpv050Tmvj6a4uU1TC\nZ3FaafEI18j/sWRlSmkPX0dU64c88zCWjx5s60FWPUMn0ukb7u490R4Rdw6H\ny3lH\r\n=tow7\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^4.0.9","@urql/core":">=1.10.4","@urql/exchange-populate":">=0.1.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.2.8_1584576341799_0.2763247265247637","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@urql/exchange-graphcache","version":"2.3.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.3.0","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"dcc5978e5288a67470c9b2661778815f403eb2ce","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.3.0.tgz","fileCount":52,"integrity":"sha512-JW7ADJFdoaER73B8YhEYs+KPltvs/rreLEP5Ql8tUf8OnXVeP6bnJWFYx3eDGUplaPAByiLVEcDD4Bjtt+Xi8Q==","signatures":[{"sig":"MEYCIQCSpoxfFU0D6LkzlXrRqNPgdbS4W15iwVnezJMQr+z65gIhAK9xETIbKF1FRxEfD54HuQNcVXDLLiIVFRMsEDEG2Sxh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":610735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJed+KUCRA9TVsSAnZWagAAGDYQAIzaGaj35NLfK4umAUUE\nGyVnPCkujsfEkV3TFsPETLr1CoRucS8tYVVionQbjbm4tP3zX/d+i9Tfbvhs\nt9YRpNR2EFkAZM4wdayCTs36D3Y2Nb5cOUQiTGMGDXwU447NsR+0VPZk149o\nuIcgniy6pndtL+ljggpw4hgm2LwgOLTYNeXNWZwIV5DeZLmuNcN3nvBFxvK5\n6go102PhcRMkgvtOeCfqfiZa9GFCYGZuvbhB+ngAuyLQBCQJ2ACeSf6lFt2c\nTRc3sFvPDZo1WQ0oe2ucSLPJhdSuxZB+tjmf92I0EG2mkfwcG/doTZ5m/LUT\nqmSKbyFEeTjM1zOac9gFnmFOqrgh1DWnKyBSOn4pr3I0vmG4bCBUj7Gtrgz0\niFeB9SS97Bd7gFY7girZQWh4flQKS4Cd4kfrud2AVB0YyMYHIWRSQb4qHiNg\nNPqE8UNBJKclsWoDJfr9enAhuXnArn1bEAFs5JJM3N0KeyBo3U5x3pb1P9Ne\nIx1kY1u7jSJ0stB4Er60E34EOO5O083MjnEYysSUiwnQRCEopLMa2q2CxTXj\ndfVJF2JnRniiD/7g2UAz363gTx+f0ALGshci/rmhzTJu5uPtM9xTW6+RFreX\n3Rg0UjsZkRldy3BxDjDw+0QJjKxgXRd98ngw39UGWjcLR5kb2GGKYrl0dj/M\nl0vD\r\n=Gl47\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^4.0.9","@urql/core":">=1.10.5","@urql/exchange-populate":">=0.1.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^14.5.8","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.3.0_1584915092239_0.7163887615608191","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"@urql/exchange-graphcache","version":"2.3.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.3.1","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"16fec13d138ab7cabf2de5bf45e35da9171429dc","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.3.1.tgz","fileCount":52,"integrity":"sha512-E81YVCQU58Ley7mzUC1sOEtMqjDOcX8RDzQPtr2Or0mxJ1CSGE3vkvnOijMR17qqx1OKv0Eh3K7YPdXj1SzfCg==","signatures":[{"sig":"MEUCIE0KTkF20eKBeCpuQhpb7zG/2KvoMKx9urGR+Axq2Y35AiEA/qf5xvai6PJCLdL5PIrkEUxc79ginsEavV0gsUbbSa8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":611938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejw6eCRA9TVsSAnZWagAAfWsP/1B/npnjvx2QAfW2JaUY\nlJApATzCcgJWjTv/Kj+cm5R4kXb0jw2rwNPsMkQy5BcADV8ZwcpLXFnws/tW\nq3kE8lxeCqOv8ddVQH4p2NPAuCN7TsgAwzp1o3AXgM2GO4o/blqhx8NGf9L4\no2Td0a3UemVo3sPGYenGqVM5OLWz8uBUFNTW+anQTVCzj67uFYMxGNSZvZJC\ndXo9wJ9QPFS7XISOY0OUvOhM9UgiV/Pr9WJtkjWtJ6ef+Ym0Jrcekg7Gfk0P\nmGQTOQNQcSSYpRrbb0T32C3YioYrlqIB2As7z5j+JGqIRuAjr0ie72+gyccd\nSLrlv+gu2by6xRPjnNu/35x98IWCIiXN6o/Or0emyRkwuyhy5QaslvRUApGP\n2Cn6DxYOf41In+E96+lcxKB6MySNvXpp9dp1/T6Ylc45SHI9DFJyPtG6Yc14\nZqus8PJpPZbNuhabOh0lB9hjftPrpnx+LR/uI1LbJYUhfPw4G8vMvDqMjlOC\nX4rYcebqYStCtAc29GFzZ+u9CeoPDoOAf9wH5ttU+c71+nLrWCPDHYTT5K+T\n9SrwwPFI8rYE6cFbMqeA8ow3ccyk8EhSOtOZhYMGpbd6G/yyU9S8dqIgL1+2\nXU6kNkqmFb6RWvjDu/S701p47b23lp+AirM59JfWQs9ZvvSimIo/dsPSwb3T\npcUo\r\n=nF1Y\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^4.0.9","@urql/core":">=1.10.8","@urql/exchange-populate":">=0.1.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.0.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.3.1_1586433694222_0.9980357145576175","host":"s3://npm-registry-packages"}},"2.3.2":{"name":"@urql/exchange-graphcache","version":"2.3.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.3.2","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"a3fc7301f0a8e5576c944905a0d94f8c139c9423","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.3.2.tgz","fileCount":52,"integrity":"sha512-9tYqE/NYRhXcHBG1tCjHQiqMdA7b9Sh/UQaBxELXUqAJK0PRgYZiAspww9M5YbGra7ZiIEq3USj3/XdwmmzHEA==","signatures":[{"sig":"MEQCIHrQkYRChAABA110TqQ2+XmQWP4Sj8LatiZXi4UY97hBAiBJ8U3dgwEHY+/L+aSZVLHBbBx/5boXcXFXfpbMfPYgpw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":613381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemEk+CRA9TVsSAnZWagAAQvsQAJUEitr3pw3MjK2xIFSi\nlJpJSSegXo+Myyeh+tYy2XjQSs+9Yw4WgSdIc12UtkGV4qedkNCBGSfxqNJP\nCYF/dDHoqJGEn0ngC2exAODUZV3xQQacBPHTorxhg4pZtLCqgZXTtzCeQF6b\n+pQjaI8yZBdFoU7dkzG+laq1wMV/hyh+BiqmxSrGwlUxDObtSQ6VNLopoM2Z\n0ia286msVC5bKZBelCtsEAFuKF7hX8uVNZLXGDfRyyKJ0/VD+C71KeFyR7hS\nzycq6Nh4jspuQWniQfI8xTll4UEPTEtEjO+F/i44vXeucendZIB4ftn1uQ/e\n03vNPRs2BedFqGC7k4ETwJGgFJkyJTFw72eFB2frBFdsudQrfKy4vO0twFEb\naNld8AmV4HOn7yTMAbXIt5NeZEfGQmeCBt5ASDg0S5xys3TjFQFm9yh45OcS\nPKXYBWw7T38mOvk7vVDTlRM1Z7X45TeS7ykFUHioLVi3x0WpV51xPQLVwTJL\n2NtiBYBUUmbzeO00xYl/daDKSTNFL7i44WPLy/MeVCnIfKq3DxQbX1y5pUkA\nWKi4yEcMkvQ94F/vJTUAe/mlnLpg5kaHIzoV7asLUMWGQUsNFJSZyklDn3lA\n321Fro/paihJDHQuE8JCzJhxr/BjQPF0YGDA0829rFYqoKG4xDk4CVbDx53/\npLJb\r\n=gZLN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^4.0.9","@urql/core":">=1.10.9","@urql/exchange-populate":">=0.1.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.0.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.3.2_1587038526157_0.08211256588985338","host":"s3://npm-registry-packages"}},"2.3.3":{"name":"@urql/exchange-graphcache","version":"2.3.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.3.3","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"47834fe34ba5c9701c8af19985376ee1010af393","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.3.3.tgz","fileCount":52,"integrity":"sha512-6T7tN/JLhiT860HfxQhFhYJ5TeMTAhxutodjR+ydzmi/solDCU2ZPe5uTShQam1An7SqWZGrASNSNKPuEfx65Q==","signatures":[{"sig":"MEYCIQDyfL+gQLGyM5J3Ag+Hy2Vl4WmdG88l49Tqgol+LqNyiAIhALJ/+GzG1aSka1th02dUxhzNKeJ/XcDzBUJ4nHJCu4eK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":613735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemgWNCRA9TVsSAnZWagAAMCgP/RnWh2v76GrewGT6gnuu\nD/lmi9978ImNebmb0juiL559pHB/QfIqZwxSXaFeuLFDl9m2hZsEWSoLf4Vx\nMrrC+Al/MqxWpNSevOYjtg3vTddkbI9bhw33731FWI9sGMHJfBaWqdd5p9dw\nY5r96JlVo1OtkBAptgMX4iysQ95SLpgeXbRO/sH1uvttmIdB2PZ+JuYf8Qy6\nGV9hVj4PjBNMxaW2cOnjI4ZHOXl4ucBw2dh3B+V8taatkmKqcuAcUkyIeB2Q\nM9LiGbCGBxcrgsfCPsUXjH/XOnMN3UxBUYo17mjyxokA06+AyGyFN7VOhQHD\nc8L1TG8oaZ5zXY+ARep6Zp0cyI9yDVTI4XJOxA0GQY7AIQ3tAgC31Gpn69xx\nnLZSYEyt6nHrfBgms8+WA2QZakhsi7XDlmQCBRj8KwfUNVD9zzMOEfvIOclq\nr1ZVUiQtrjeF+rPcvC90quOJXepchof/udV7XM6/Q0JwgN4fyO+hmIKY7qNe\neTccagSm1pdxf6CbBTGoUF4vFqbDb74HpqynRi1k+RYfIIVA/29i2nkeshuK\nk0/6qI8FVMiwoYUKA8j92hxl115QI7KJmmBfghkG+k4YjtQ6qqmIvFl2fG7r\nTV/lFO+GV0zKAAoQ9oxOpvyuX3i7wydGMQkpOeEKRw6mbSQdDqUPseLDxGDc\nDsuk\r\n=ywUP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^4.0.9","@urql/core":">=1.10.9","@urql/exchange-populate":">=0.1.6"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.0.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.3.3_1587152268696_0.5743978948944111","host":"s3://npm-registry-packages"}},"2.3.4":{"name":"@urql/exchange-graphcache","version":"2.3.4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.3.4","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"a117fe3333b7f137d192dd598efc5bc24eaf7489","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.3.4.tgz","fileCount":52,"integrity":"sha512-2ZI3x2gH/h0m3XerLJkYgqqxy3l63Ib73XwEqU69qDdojMNYpNxtnM3r3CEUNZ0fxSsWHuJAhTeVdYEsvYTLCw==","signatures":[{"sig":"MEUCIFb6wMmWaoDedmOKPG/gLksecD3p1oAsiseZYGs7zWVhAiEAmoPKOKMVuDvBDEXBHTEDdzaMk0s4jk/kK2/09lXIZtI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":618196,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJendyNCRA9TVsSAnZWagAAklgP/15oOA9xAu1bJcvNS6t+\nfVvqSUJE+YHC+wJQiJJzn+d0ydgka3eUcHOvRVc8YyttwyjdJeTbewEES3C/\ns5p0shIggTkKihFLzoOhyvy8NZKtlHnBSE9NGCL6R124RUt2hmq0a7b82kMX\nA/W9rb2AU3XThZtN/HANgqn0YrHhqn0LX1Qn90WRrxqTdS4ZtD2hdYG7MwIg\nRO8DidiUL3IybHwqH6eO16oPfEUTxCzMPPiwItxjHct4VVkp3PrRf3Wtsgx+\n5EgRU6c+WnBEuJK4BnUw2ifvTfCQrJrxVdWz/2TU9CNjE0L4gRotbqN1AdCU\nxeNeQiqyXzuOHJTMMZu9305JX4hIENr8yYQkTjYh1MhUCHvNyDxvLXArVRL6\nyBKLDteZvoqYz7watGjh+qEHyh08CMEF+/8ws4KM1C1uSTuGjjkXPymBHTi/\nazMtk/WgoE/tRQOZ8mATJV235LWXDY3cr2nSk0iX/YhmfkJ6DYO1yxSnqqB7\nU8Z3A9mh6/+Qbg5h/uLE5soTB/pwT0wx8PjBE1fy1znj1vU1BYYkVBQDQmIV\nyzCw4K4xK2v7L99/TJ2aqm6UJ1FYfOIFViyhqFqPbhNAsljXLo1SWp7I9n83\nOI7/0b7iNSeIlqG6S3nCEEa8RPwhli9oiEOyvwcF+4ijXQoNGQ/i/A53uw/B\nS/V5\r\n=5AWT\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^4.0.9","@urql/core":">=1.11.0","@urql/exchange-populate":">=0.1.6"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.0.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.3.4_1587403916603_0.7434402969400598","host":"s3://npm-registry-packages"}},"2.3.5":{"name":"@urql/exchange-graphcache","version":"2.3.5","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.3.5","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"8c6e73b294cff8c5370570c0160bf1501011ecbb","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.3.5.tgz","fileCount":52,"integrity":"sha512-mafJ8S8qDJRpJtJYGr3YwE9fzb6GU17bt9ht0VnLemymV9++w1qWaUTPYsFcJQ3sJMaQ9bTGq3eh5JA7RS8OHQ==","signatures":[{"sig":"MEUCIG+2Cv1KW9wnCPwdxG7HylfIZy2lomeOBzRQ1Oxu5YUnAiEA9SoMSQRxPMwK5lDMHGD4lqqnElvI0RweAVg8wgK8ub8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":618351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenjVFCRA9TVsSAnZWagAA9VYP/ixuY3BGnN7WW9FZzm++\npni4ksyNKQ/zxpf6mq2OmuJwBtvJ9/KD4ceMkHSKOQsqJHMMiuUfkwCC844e\niRCZMTxUFlbZzZrvfGLll0ksURKXJ1a/mG2IU3DAxwE/V/3UdVh88oae9iIc\npqfYECx6h1CgFtNpcOPn7kGBMtT81+WOigrMXLt0pi/PgpqgpWSTJk2yI6uI\nGfHocYt1bHbZM2noZv2eaisIOrF+qTCpZnhYLNlEx6NBjyY1Xwf3m61qlyAd\nDGbWPFTKUpcuKoog4VonQHRbRTIZXXTG6QwzyxQmKOMVDW7oCj2C8Hf3OsH6\nGkwXnxGY3HhWMuhoOoog9CKXFbcSmnNlhb/Iusm1IZp1wPBGzmYQBBofiDZS\nqfX7k6E9bs1sb1RUh5ElLj9njdee/H+uH5KyWMY3GPrigu9qwJjPeH7pQwVe\nHymht2Q5f+DCh6sUwD6nMr8j9ahnlvfa1iVOcvydSBKwXatAJBn9m4J3haZc\nykeIuIV/nTPr/W6/V/B4TpEpGsqbkUeHhvEiUHWpuv9aSFpqRio4A5cJyoTl\n+mgKEgtY5IphU9NK4dkF7uXEJaFRNN1h7U2RpBrLOwKewC1wSgccc24HceSH\nNTMz5vXixMiHw2u4OyFUu2oNhNdsP6sWog5hiiaPH/Mx+hyiFtHgeNoweO1J\neUVq\r\n=b7ac\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^4.0.9","@urql/core":">=1.11.0","@urql/exchange-populate":">=0.1.6"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.0.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.3.5_1587426629091_0.165094604478899","host":"s3://npm-registry-packages"}},"2.3.7":{"name":"@urql/exchange-graphcache","version":"2.3.7","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.3.7","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"d4cd3bc0c60c78d385a78e98b1a33537404c9b17","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.3.7.tgz","fileCount":52,"integrity":"sha512-zSQgTYg8r1HdwbeRtjGV/ZpuDlhXIJpzUqz6s0hlDtzAAo/yZo95NwIm0AMFGUTO1rJFJvNk/6sVoXq0k+h/6g==","signatures":[{"sig":"MEUCIFSVFgLDy74tcqW/3397OPP9enGB0a5wXhQmk03b/hCXAiEAr+W4U5VD+DQDqvEZtXWbqCbqospkHJrqGR+gMz48nCg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":618795,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJen1zHCRA9TVsSAnZWagAAnFgP/3mxK6awpXZnV3zFRSKy\n/c1oaS4EG6qMOPlo24nr9rqxjYbS7xXMdTOt7o3+MkZJmkpZQ7ZnFWENWfqS\nLf0rQdx2VtoQUfgLAwBMaS/mR/1CAcgID4nj1jWOOQbeh9YbKvV1odDix3qx\n7L+18dPUSrp6jAw2CGX2ZLCiPisbVPP3REhxNRP0oq72SoAclrWMjmQQ7yg0\noxa0IdlB+foSWlKgc9SoOzECFg7QI2QuEZGGSzyLVawLNEu1Wyy+HI2PiZLv\n/v+Dm44TGTnZSuyVcQ2eBtyhdtWiWsbOOWaEvdQzu6P+N0ofJv6hYR5uhULa\n3tVecqSrGUQNl5HOCcJWJ0d5N/z7NHQ4z3qH2Tp6c07sPcrtCFG//oTXn6DV\nwfDbF/v81W1dKnePrQmivVJ0yl55FyqLVy0rj916Alr+Uicxur9Z9VLuIKb5\nLp3WXDdw7y/Qp8FQhscm2i++GRlcPTiOqKnSy1z3OkzKJu/3iaYLd2AJSrmf\nLm2sHkdIRliRNF1chE0KJGJjD4UsKrOXspJT2y2hUg1ur3W0JIpMAajaA1Ln\nboMU0qq83Z4tuEtX1Kyji5e419YYxiS5nnOfcbcms6/yrLPWVXWp5lLhEOPy\n/zIjHwCyO6XOvgavG5+ddnGxIYo6Jn4VPMUCPEWJLz+sDilPhLxMSGoOBf95\nf+Wt\r\n=sJCN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"deprecated":"Broken Build for @urql/exchange-graphcache/extras","repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^4.0.9","@urql/core":">=1.11.2","@urql/exchange-populate":">=0.1.6"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.0.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.3.7_1587502279173_0.41851725212725754","host":"s3://npm-registry-packages"}},"2.3.8":{"name":"@urql/exchange-graphcache","version":"2.3.8","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.3.8","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"5607a8d6e96bdf5715afe00599939f6f05d2e34f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.3.8.tgz","fileCount":52,"integrity":"sha512-MvAOMz/4fuYJc2W+x+9A64OuEnpMXx50hrG/SHPrCDRN2/h7CfovmUGhtQiln4fpPkmpo2HuprYUMdAY2C7Tyw==","signatures":[{"sig":"MEUCIQCIRD1wh0FtQyiWIjDCOoSZ6USlM2USiX5OFOZCtydOKQIgRAK2PI2kSIRW+gTwir72SsmQVSCmiMFlPQCmn1cZv7Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":619500,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJen3HgCRA9TVsSAnZWagAAvTsP/2ReUAn+AWiZZe+kB0pD\n5JBc40QvHJw440irLWF22451aFNId+7QzGpxtEsMpvGL64Nc9fgaf0nQ18gA\nZv8ksPCUB1rP1w1sLdo6sWekwdlcuV9f7gzlFWKrvsBDftciKhw+SePIj3iv\nxeOc9Uoo62MID0/ivzNWWyLV9CkW2w2m3l42hjgr9KJDYkl7m9l7RQBc8g7f\nTRrTC46FCuJ+csj3EpENAGjcZ9C4GOk/yMWB6xTJH6R4Jlw/M57Z+AOQLMRP\nVZipVa4E3Vs5IJmu4eVw3MxhLUvP0jCmWYnYEVil66nmQrKrrGdB/g8IQFns\nqe1vngChARSM5DiTzQzdB+d/QZuDZkBLoYYEN+bCKuEoQJ/7xCS1m46xdxfN\nlHKb4fTlWw3FfiWw3T5kFMTQdnHwW+AL5m8/fyDsDA61Fhfpr57y62O+raSV\nhOmgEsJHwjUzE8wlI1UBi2E29QSOl3b9VCbc/Vswo41KcjhnAL1hx31VVrKS\npZEoPrNE1QYgS4FwO8xnCY0qzHmVmVVDYDMGdUrmLvvOVM4uThn4ToEh2j02\nyt+DTkW6xVdOYHS+DubT0x97B5+NlC9fmx63HQ9mnUWkCZQhqdu6t8NKoimY\nF8qJPDr1E67+t6y81qMZH9aZT5Mrrf5rJx10VCyGoDGDGFQEVx0mWsS1nreY\n6Df+\r\n=w+dT\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.13.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"wonka":"^4.0.9","@urql/core":">=1.11.4","@urql/exchange-populate":">=0.1.6"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.0.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.3.8_1587507679944_0.2876948724903088","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@urql/exchange-graphcache","version":"2.4.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.4.0","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"5a899a78717124165bd588776bd69c0e68077a94","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.4.0.tgz","fileCount":52,"integrity":"sha512-vAdWFnzn572LlbyK7C9kLl1Jf1AIcImMViWQUd2jzsIVhCUALzT1TPcpHkZs+uMxpIr5vpULuBZWCQ2apQUl9g==","signatures":[{"sig":"MEYCIQCcy78TS7OPTZKS053xWZR1xWX1bYRdUl6jvSU5oo9qZwIhAJGLAI3rgi/BM1XdpVF11ANAceIhDSVWK8pnldSubqfV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":561548,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepxXrCRA9TVsSAnZWagAA7ZQP/jmkfHKD1i0s0eeEQqlb\nRncRDW0efxZIhSs6q8C3jUltE87Sg9YzY4ac689lVt3F5Qe56tm6HSB9/DCQ\na0KrdI9DQ6+W9VbedyuujCQcWrgRNaQaqCxEotUypTET4D8f1VNwhYTODlOM\nXS95MvuC8BYk0ypC7XdRgRU2u7yfjalSiTRfUyn2bZwgf/epkM/BQBMe9Lvi\ni8Hp0Q/2LOfeSOFrIc1pU6BfL6D/c4+oWhf2iEtDz/2EGgFXnym1Ssfp8mmv\n5pI8yq9K8/rpaYEHh04JIclZXXhk7ppbJYHISxl8qj2MI1gkUWupM7xNieVr\n9MwSUC/6VVg/3uf2ccf4yg6LUIyEr7WyviZaj3vK8kZw8VA2ss8lRB0/pjMS\nDX++LB8QVOGD+fZrxM13riFTg0cuZN9Om+6K+LhFPULnPX+BTJ7jgEvM+9rl\nrSA+inJP0VO6YLeaDWYbxove4R2L+EiGOnjdzIdV58p03xW76BFFfRC63j+w\n4Xxyc7xQXrsncNr5i28PgqOBhJqzHopMgbiccJQrmtqvhUtlsSSyqJ+Wb2Kl\nqjTam/JPYTz0NM1oa7A1SX9hmo6DZO+1W+IsekuSdTx4GvpjplS+z8GNx0Na\n1swWxtM0R7squCQbZDeQZSIquy3YLtTSMHLwShrezalQXxgPcOfq+S2lEttU\neBCR\r\n=KQ+g\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"wonka":"^4.0.9","@urql/core":">=1.11.4","@urql/exchange-populate":">=0.1.6"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.0.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.4.0_1588008427191_0.666383866737174","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"@urql/exchange-graphcache","version":"2.4.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.4.1","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"7d2c8449226493d77010795a5dd192af748dc5fc","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.4.1.tgz","fileCount":52,"integrity":"sha512-7A2pH0FZBv2EzP/04wkm9ZEBdBJ7W6eWCysA88/quxsbYQ0+Xu9LZGrXFsII4K0SYDka6F9zL6/4Gmw2PB6/pA==","signatures":[{"sig":"MEQCIHa3wI2BspQ3v4RBztvpmip2yTbJVirYRCzKz6mCZ2VTAiBoNWacBS3jazOsFQRrM1YUG/R6JNr5Y2sRiEZgeLn0yQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":563548,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqaL7CRA9TVsSAnZWagAA9EYP/A+D/K+MhrL4Q8eEQRNm\n+pWmbYOrIjj3Rbs8k0Gpc+rlUga5otO5L5x+f2Wy1r/gqn/2cPin6Sl/qVuW\n3607vxjDsyiNgyBHLsAB0Bt+jvuRQ9hDF6476+mYqyAF250ledoWbEQ0EBbG\nMJO1qCIRcs9a7t63FHQumt8Jmg95JM56L3bZ04Sma3ds51LVcBgTX+W+c7a5\nJlUfAcz4eyzPmIfCIzDkGvu9XGaltIpGAm/okPFk9GABqWzlkeRTEGdG3O+I\nFF2/AVAbxLfG4b8JV3jvrYtBDhF+LBdjw5d/pf4ucgEuFCgpVOitvZfF9p8h\n0DLH3EqQY0XX/g5TmPdO0cGLXYP5hkRQVk9KPyyr3Ob4v3hJp7sspZ3tz1h4\nkaOM8i2jHOTdzixRMx8zV96FsO4kcnG4Svcqyx8BQdwCOkFRUQKT58GDScaJ\n5GGE2AivOE4g7yiYO9esHZ2OoI0M2j2F+ehY5N/yNKmS6ss7OSpM0tzh2Htq\nbuJtMXkD5pf3/rfAoXO2TMPtUl7P+fZWAJuUfPY8jwlviK4Av4WuvYgBBkEW\n8XSTx5jHkM99T0QeJqgrMswJE+HHZVg7LL1hPvbga9LfKOVTRsDYM37Hi3S7\n0jTzOFkDPKgaJOJS8k3yskWRrdVx7uTUTNJQ8xwNIJbytC/+NZLtf/vH5Tj7\nVzq/\r\n=X6/O\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"wonka":"^4.0.10","@urql/core":">=1.11.6","@urql/exchange-populate":">=0.1.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.0.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.4.1_1588175610984_0.3209962461230076","host":"s3://npm-registry-packages"}},"2.4.2":{"name":"@urql/exchange-graphcache","version":"2.4.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@2.4.2","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"977b71b7e8985c88fa7e6d8c472bd47c96d0e4eb","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-2.4.2.tgz","fileCount":52,"integrity":"sha512-jLUmkWnaFQTmRcrhFkb1AUfltw6H8KfXc3dY8LYwcAWkJ8JNAfCENUCQr1GnThHSeEu/3DBgzajpvF8rgjXc/g==","signatures":[{"sig":"MEYCIQCqi9bR9p3Jpd9euNCCKeNNY4z4AT0qw9kInNxZoRdkMwIhAJ3xFuTD0BsGfV4HbCuMY4g8S/c2r26BiN7c9Hjgw18O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":564471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqd8jCRA9TVsSAnZWagAAx7kP/Rwyip6HkUj9gZZcKm/x\nxyiougMgjKpMBdEQ/6XP1/gsc0ucQc5rwLLSk+EBUG37OT7n1Vqer4HHCI8C\neUQYvGUtZD8LnFLrB54jwmZNyqzr07CNJuwzFZHxgtiWQyfkEaZDorqMnWu5\nSQCZeBJolS1ReZxe/QnEu49a/ri7gck4dgL7GyCPjRfbCQDWxPLv1QMCjGoA\nYDqHn3NC+wRLjdMoKHsz/D/qAhl4Xy4IvvNBQ2A3fXjJ8ATgyq3IsBjgLe4/\nJDnzc2guzjqSHR7SHgBjGBjdqEkj4SgfmI9J1LZUZ3WR4fFywuvCeDvByBxM\n+d3C8bf6hY1LOwGP91xbttRiU6DZ1GLYgZ+QmvfxvKhXG+3yyENjIQgcR5QI\njnWwI/Q5sEtrF5XThb70aR+QwcYu+YOiFJVDHWFQKt0sMhk3jcfZRaNdcsGP\n3AYL7DJRZl8jvfVYPc6N9tTntiwgFs21YnmodIRUllwEOCNYFiXkIMFNV19h\n0rhN1tQvUv8v/ks2aXawv3zskgHEwbUR97wWcb4OHM3Xpvsv4IhP8cvb6So5\n5wsyd0dDujvLjOrUXHDVPewE0Q2JQCdDaox+KXdpN/GZ8DcYHT9jEtSlGajx\ncJnt+/KJr897h/ykClXVElROkbs/nHrpKNmCnbK4opaRMTnDmnmzrxmY4d61\nZOeF\r\n=MjKO\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json"},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"wonka":"^4.0.10","@urql/core":">=1.11.7","@urql/exchange-populate":">=0.1.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.0.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_2.4.2_1588191010566_0.9695189245436442","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@urql/exchange-graphcache","version":"3.0.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.0.0","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"d7b8a05fe5ad8c22f73b39b4fff43f05c559ba5b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.0.0.tgz","fileCount":63,"integrity":"sha512-/5CSfY1ddRBpe8YGZT3V36cAezoaGS1aRITRysJU3Yt7PLMZejTJh5YDvIBmZeSKZFpGigKViZyNXqSICw0+6g==","signatures":[{"sig":"MEYCIQCsuqdXi8CEaHZMMgs10x93n6P9Qagdqqasz3/L3A8uYQIhALSo7tlRLJsXdtWVP8pkj4CsTugNCOa83wtGUzBchJJP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":649254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4Or/CRA9TVsSAnZWagAA++wP/1Hg0SJ50j+J+ygXeOH1\nv2FgRQKcHkPvYhoqGt728DTsx8hn/Uajz679t0t2GRGS4X02g/5mZ+/wvxo/\nFB1hftPdF1JALzWzZwGE06mtwwFRIILhfM/ACyJvcSUO6EZc0YvUt0AM07Pe\nn40EMq0q4x0tCFaUFm2nUSrRDvdplgh6Mv4IIZ03o/G7aCmxTwpi3DHFy9aD\nzv9jl90+il/5CXPGw6xJU9XNGJs6kxS84FW6plSAfsIeSBa5QFGE7gTW7n1S\n3s/jarZSWHHMkVWKdxJ1uX6GEfJ6rNQURw1p1qWOw5CeYAyvxx38hkwOmqL4\nsWS+qat7hVE5TP1w5QabW/iRLd6SSrUtIzwr4JBDoErC8ptpbsrCh5O6LYVK\nduxQDRclNTS9RZxxExyIBMplNgGo/cjeljrqCprLKpmcM/lO12LMbvOPhg6S\nBWg46ayCPMO0+wXkEd9Nz6jwFayfDXgE5EeCtXVApEMu9HHnsRghxEDA0ADj\nTZmzS0rIYRViNZDVJ+r5Sl7g8O5OGSY7HhqMEoxORCIC0XYCBWx6/z68YtJ8\nwS4hUOuxXHVyMMvKIPwDHcxQBbZ0Fp5aRuEFUQhqyCO557uoHpKFihtYJhJg\nIBZzh/M59zlJD9z4T3ZmMcBd80X41R4T29ZzcGlXM89OEJEIEieufMVr+xhj\nX+tF\r\n=QgYF\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.5","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.3.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.12.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.0.0_1591798526895_0.9154616191697749","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@urql/exchange-graphcache","version":"3.0.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.0.1","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"9ca02aee8127da6f5e41e2c85f940c50663978c9","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.0.1.tgz","fileCount":62,"integrity":"sha512-ZuDx4KL/Zrf/ogTzd4v5hKSR7awv0myyRVOtGds3EE0YrziMNTPCOL9pO9c48aO6P+J5yrKFYDeKu8BDv3aN4w==","signatures":[{"sig":"MEUCIBxLiF+7J/EZ6bE/qc2HWa6SnXVjcmBKPa7xqg8PZew3AiEAprv8+bswmcNNvM47SfIOZRtJWBEzA+XT47d92SPS+Z8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":654384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6j64CRA9TVsSAnZWagAAtbIP/RlZxO8fWOkjE+JSnA8F\nBgSnSXRGZfofB4JOSUHpCJtVL4aS26Ij/eQjyyoRCHTgLntN5qwbmyIyA2od\ncc89vr/tkrzuBoMcqk99H3TZO5GG4TgQtUTOiyq0c97z23DixH7r6ruuFc66\nnhuDVG7p6TePZwOFy8AWjtCt+yrSURROuf60EhL+KPmIYieLpVcB8BFNMmWv\nEkEP+37zua72oJvaDCxLKLrjzFbkgTfzaI/Euc5EslvtmQjfb9G5nAm0s1qK\nVPKU+Qi+s8BkfijpALRxXdZtsuc1MkOCWjFzFby96rAoNZ5blifwk0AKDw1U\nfcQD5iu8SyAghqkGWUZxRmDuVLTPQGNRCnrhG1cY2zk8SEA1Rw2gb0WlYIGs\nmdWqlaau+HUA47X7VLH7K3oLOzhJaAPw4ylKGczFTgQALT3uzV9/Mfw52S9s\nOWP5V3bXSi5j6S70zjyhNa7404AWh0JB0+larfHuaM+ZABQ1GeDuTDcUddM+\nCVbzr63MKF8oSfFsTSDA/HX14hGahK39/r5mtQTnDJspudZA3+bhsva0cBNR\nAF5zfa5d/b2NpSP/6tEDLl2wOlejmUk82r4GrftVGE+GxlMnkcyTpzugc1xP\nUVuM2a5/eBgNqyECPaUy46fEGbPz+FQY3zHMAoylUatHQ/1e7hzbvS3cdnSI\nvbw5\r\n=YOZl\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.5","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.3.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.12.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.0.1_1592409784450_0.03787676174712429","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@urql/exchange-graphcache","version":"3.0.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.0.2","maintainers":[{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"074db388c1b301660f298336fd6dbc6d09340364","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.0.2.tgz","fileCount":62,"integrity":"sha512-spFdJRpHXBfpF9+RcmzKDIjYds/x256dBvBYyf7Mo3MRE4xn7hQzqVnTzT+jpnokhvngzkjjzy7TIz2L5BFxyA==","signatures":[{"sig":"MEUCIFkMpJ8WijZHOEr5LacDZWddVl65sC0AdTpzu6SsOzMWAiEAu4exyJ8YuUeFmHo6GCNvumEpkV1+A3D2pAHAJqYSbck=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":656303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIXyDCRA9TVsSAnZWagAAA/YQAJH+bSi80S9fKfPHWmy3\nygla3Dy05H7ho4lfs5Gjpp2Ik591mgWGh0HQTyvQpCrXR0fBevdYGt45ZcoS\nawI7leMnyitUdDOqgjTWX7Toex4HOY5Z4DG+ZR1xWaEvB/x9pyjWgr/OwqmC\nHuz7/lSh2iEqiu3n/z9dfKdMVAs2hYjHFgr0Gl7zwq9zzx+RKVhhRmGUTyLk\nNZH5pyupImGWxm1fxgRfvUMA21QzK+lhsRwHi1tmxK1Ml966E9WbAj6XMrLh\nCcbjNnzGPiT9CUBffXt7k6LHXGf3r1HKAStORAnZHB3acT4xzMO4u+JhZb0P\nE3cf/Ez3Ex0eGv/6IV798DIkWF/VX34UQuR8yuJPvESPg0/rRlUeykzj4uf2\nEKwtL0EZJAtMHk6Xk6E5DAmP12YpOHqikbIGkp/8o587T7Uk+RfAeK6oSEY5\nrh2T0iUYjL6017n8IuoBvd5LHAd0Wh8Qet9rw9G+IBK3o9OLKYM3WPftN5Ii\n5Opv01wE8f0IwvBT1bpSnC0NP6KR0GlQd5jN/Q60OJuuFqYvFM3BZxLEbGer\n28eQSNYqLZjc6Up3BvDj26rPJz1lUvh2y7yCtYwIAnL75yVUkuFFIw1cJBSX\nabRaEU1N/Cf+BvXLdzmI4i6e8HOv6qfcYl1idN56Hd7sYTNmdnBy4mILl+N8\nSKGs\r\n=gCU/\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.5","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.4.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.12.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.0.2_1596030083357_0.42136015915711855","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@urql/exchange-graphcache","version":"3.1.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.0","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"knitcodemonkey","email":"jen.luker@formidable.com"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"imranolas","email":"imranolas@gmail.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"fad4c2130d9fa99463fb685df76e13dc2f2a4e25","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.0.tgz","fileCount":62,"integrity":"sha512-riI3Wm9YjBwD5rAc5BXgR/vZaRnnjTA35I4FnPwAZjLKx2a91EF6RxFsWZKao2x47/kLnHGiHEKju1Z8oA87qw==","signatures":[{"sig":"MEQCIF03yURnbAfHvLPX+oWLP5Lw4oq2hW3PuQj0w2H6CbJJAiAnQlyCbdksP94sPvJHRMAUvAbkMDtLoChqo4Iwof1NBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":665441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV1XQCRA9TVsSAnZWagAAhwoP/12Yf3KC4vqPobTlQtIy\nLHt8aJjqiZV32Wg1rxGYxWOkom+hZO6PbVvE3wTZjm35MWsLGRRXEBPFG7+/\neZYlT4gw3v1QIvugOkXwHXZxoqAOLcIh0Y2YORDXWterGFAGTXHb8JBD7aXP\nh/5dQa1q+Ou3loMyukwn4rF7KH6dSu4Vva0sPVKCbZ4JfldYmRJvlSnk1xuP\ngU3clZBtzU6QMbz9KZk09qykuO+p3tde2qENWfYGKfT6TiDhIJjKslUsgEuZ\nWwREpM+7comwCsxO3M+ND8fSoTEtEJ7qY1AA0Sy1u+c6NoltOIznB0uCypi/\n5yS4QGJEKHkaZXLZQOO+o43vlA7NCRxBgGvtSlPyoaNIIKR72cPjZHsTRjjD\nn0QQejNAkGTbCuV4gnCJwr9DJVpaMNJe4EgRT8FCaH4p58dZ5Ggy6XjKPu3g\ni/zN1+S1687Seku0op8lEZcE5JHE3AmXTUq5474Ngif3+4qokQlrUUPe03Hm\nzly8iYCTC+JrJrgnWutWfHCi9UeD4wXdb/b+RX7hPJ62BjgdQ0TFFUTt2rWg\nEk5Z9GQqDu9oOWIb/dxOfzUQirD0rEFkUAaktHBfJtUbBUV1AVwZA6Zzg/Xy\nazPRTlQ0pwhxxTzHSPqNevt/7LMgynnJDX782/Db5bd590pzugFJInAac/fS\nu3XZ\r\n=4SlX\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.5","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.4.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.13.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.0_1599559119841_0.30778146999801304","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"@urql/exchange-graphcache","version":"3.1.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.1","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"c2298447588c284345de7685b42aab46762a848d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.1.tgz","fileCount":63,"integrity":"sha512-/Dxvu8dNMNRulzHdlj7c61LeBcvlQCaXInuIk2A2D0WgUALlMCdkRGrABk4+yRow6In9yunzcEd3VxoEQFt9Hw==","signatures":[{"sig":"MEUCIQDD47ZOwTNUkyxEMoTGxMj5QgwB6nBP/h4zvuRoxsTYiQIgc0BttPUDEelFe2ZMIjMtmPhySJ2xuzULv40F0yaYs2E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":665559,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZNi7CRA9TVsSAnZWagAAZcQP/3ir7iqaB5PITnewHNJK\n9qZlq7wr6Y8X6OujfkfH5CnN/8NF7knz2H+mCqSSaQYwKAqDELyPI+eUoep+\nSG/b22ufB/goFMzmtmrc2SaPDEAgMR9F87hszA4paU+p/0l7m8GYErV9h2rN\nZBlhzjneWKzXhe3RQ28Bwkyd7dMh0pB8g4nZKfd8zQbRwhg003VeplpLFtxn\noHh3CyAG+DQ9igySEiTH2tWpQhkAPzxQsJUMUuDi82GFtzV05rLcWfM1QqnJ\nrxyq7DG5WcKu7K3FnH9Wr6xalEw3pdUCjZIrgrqT6ooFMWgqSXEtH5A2xSDV\n3bZqIOxpQq2bym1l4gOpQKcFP9oUCSqygYNKbmgsC+Vcgf/fX7KPQOpViJ7O\nqhT85URsyh36hxqNUMuvnRlq2w/MFJjSKHKCh3Xh+5BJjMbLH5yRtixtrgTX\nQuu82/pva2QM9tdPrzizGQkbiWAWumG0DjnLRiBpwwi1NnwttDK/kBhxv5Vq\nGFl066jTU2xQWOLiw6B0+hrmATUcNSBwwMnS+KdGrAF8OAahtgSRUNxib33u\nlumT8QwTOWQQ+RnWRUnura5VTHTHjlso0wIoJyHOwPtRYTgtXhGP4mckKf3J\nGE9GuOh3orDqunkdPLl/CE3zm1v4Oj9ve5Gc9h1JQEwoe/Za0TluHbBF3vOn\nXJC5\r\n=oMqb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.5","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.4.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.13.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.1_1600444603190_0.834800660312861","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"@urql/exchange-graphcache","version":"3.1.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.2","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"6185822832517ba241bd9bbcb622c4d2d39b5458","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.2.tgz","fileCount":63,"integrity":"sha512-VHtI2EuPSDPtzesJGFSeUjdCkOL/DK8wc21O5MyhAh3bjURG+7H8HXPHJihOd/tnxZbw/B047e3j5S4iHw1g5w==","signatures":[{"sig":"MEYCIQDpoJcHrY8U1/HA6FTvPOMiF4Qpus4qkfKbrGSNdrrQfgIhAM9lYinUV5F93aooSVu+MGIeik0bNReg0UUI3w7+r1ow","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":667342,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfc4UgCRA9TVsSAnZWagAAQJQP/1bmhI5m/EucuypMnXCM\ne8IidgnrATEEwSUqutm6q8OgkBgkupTRboWiWFx2pnTnlQWfCJJELm83SIEh\nGBuzlAhi9yCTC9FrWDHRj8iBH9DmSn0UXxkVYYCSzVna1rwmMf+/Bz/nTtUV\nTYx9707csZh6CZtSxyobCNmR+DDP3xwFUKMyVoTjKB3u79xGJvXmtSE6TjSt\n9nO92IpeCX78AhzyPzWjyTstwslxY3GSbSVe09JvO370ePfFLdkIPtN+LZ0d\n6iR6dQV1Bmdf8k93e0X8dXtqSFlbq8LNkqo9GLHxjJlU4GEfTAkY1sb8/jWQ\ns457UxNMk//K9YOFuPl+ClHjnGM6yIYL3CMx/sf3zxzHG4w5tEIeV69xUBc6\n1yJkbSNiM6TPYuf7K//OClW+Lp8ADU+kMC3N5Oo5yCXPOmSQur9BD6BD+fRM\nVwYk/wkb95HyTZq7I3xxxsPQo+RjZQfE4wMdbrvvjBO8fBBZCnfvwhXAVZqE\n0xLEaVGaFrifITc3M67/bN4ciIwNLCX5K1/smybDnMfRdH0SwbFuWAO78qgJ\ngH5fEftA52S4H6k6LuVwqJpn94y82/q1mEgtuPHJX4eb6rIAoL39wyEDUyVC\nwvDS4JqkZ8M8edTWBEcVMD+hsj6r+cjcWu7chPmgux8OXTricZ0U2lSx2Dmc\nKqbd\r\n=Xbis\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.9.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.13.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.2_1601406240183_0.5135515049092314","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"@urql/exchange-graphcache","version":"3.1.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.3","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"70b1f973b2443d7bd7c897fb8761f5c9efc36518","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.3.tgz","fileCount":63,"integrity":"sha512-6tfPHglss1YDggCmyFCtWOanlAKoxSn1W/5UodB4nYYbU7oe0wz+mCDFW+usBMHw6wnrvoR7UOD0sFkYJuNCfw==","signatures":[{"sig":"MEQCIG9E04drCoZUISRvaOCVLHKpkqZre4qBVwIqSBzT+OLHAiAv2FLVOdljLln2Fr7L3cszL3G0fVLdQJ+qp7bZhBhC6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":668663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfddAsCRA9TVsSAnZWagAA5dwP/jQav2fzImfMWbOepJyr\nzHMNlxhyXNhXpjc5xbhTFX8GXn2UrNuJXj5/YczQLCKLiF/GJg3E6uCF7CXf\n6Tk3JOGHj2Lw6lAQLBQhNwcJw6leZn8iKRg5mHsjB/sL4eW522JRUhyPm/q6\nqa/L0wQPV1IfWLwtTS8tHiPcL9L8kAoCraCABsq75RHtJQEcFzu0S/xVUqvC\nWo58TS5I64mGsDqfJj9J5iVkTmwF7l4ROzD6jK6xv8fvUqMIKxFuwW951QsK\nuiTreq2s6peM9OR/xvQL9Xiq3n8lG+eRC31QzwaCHW5vnPvGm8UDdQOS2dLX\n0D1elf+m5KhkC3ou9Uv/p6PLdzoeqXZAVxbKXRVfpb/jxs9clW0QXAK0j4SZ\npfog21nod45xfQomaltQP/eIR4f1geiML17nZC7ce8aMaDsGvAR0UL+301bi\n0EklkXPNH4RgT9IhKE2DOUbxweg1q+P4PHgdnObmgF3z76JGHch/EAKFkMV7\nAWF3c3IYVifIOEvmjElsI8bOQHKb2CoLf9vPACf1Jn+EQeylJ0MXFQ5KA9p6\nhUunEQ0GLVWCL8E6hZ8CLliz1cdY/NtiOHqkEtyDfhIQsXYKmgliScZQvalQ\nyx5JVe6/xlxqBgzUoZQ1hlOr2b8w+hjkyc19812MkFVIzX6xQTGpV7B/2kPK\nfH0S\r\n=vdWW\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.9.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.13.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.3_1601556524264_0.5259998905660592","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"@urql/exchange-graphcache","version":"3.1.4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.4","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"7ff82e5071a89410f2755b523b490fbb2358ce72","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.4.tgz","fileCount":63,"integrity":"sha512-J/VLlSfGJxPELeMN/1f6IbEjb5myiFCC2O4QplUfoNdncrDyL3Ttms3eSLXV8FqFJRA7OLoLeW//qFw0QcEICA==","signatures":[{"sig":"MEUCIGt11x0YJ0VWZivTEPGhjFK3+W5+wrCSYxq8dP1QUCgIAiEAmB8aAiq1DDgs0Lk/IXG6Qu31+tgUu2+XuZ7Z+iqatHc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":665899,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffEYACRA9TVsSAnZWagAAzSAQAI7osUdMOanEp4C4bm+C\nYroGvCCmuKXSn8U/1DqS7KhiOP92PL+b10g3VZb7y2vMASNHSdlPevrvETHP\nqjePVTHYUnukTlxrg75XxX1z0lHb30+XNp6k9gT3dlJKQ4RAPUcFdopN5Cvu\n1flGi565AAID12JCKE6P19WlD9untVqTHBBQ/rQpkf6oAjrygnQJHRpYI9ky\nOcE42Vj6swuhCRu+db1gHquBa8jYzGJYz36a2omeniGJS0iZrebPjNtVDrMZ\n9m4umcHfF82Id5ilj+XDWNRBns9btR5/njoT5kUEE12ql1PO8iDIjNLCv600\nVuUFzbdZxmB9rdjpBuw5U2ynW1TFrRaiwMfMDnUXOVvRLnJlTkionhFxNjv/\ndC79C+zynbkStRlz3KCJ8alrjSRMrQLh1b6Sf0xIdGEgXFTxOu54IfWWoziK\ngQmBG/A+OVxMbmoZVgD7TZl/7SW+l/JYGMO7ZyXLJUmjaw6n6TR28vnnRVmW\n98clRnd0jHr2Q877dy42UtFfGrNNHnavLgIbz3RrxgNMJ2b4lzeHpbl3GUsR\nFyueO8BVxmdIs3WlLp1bbFv3MHQqzBakr3nw7z8q8bxGYLp02BG4nzGgKh8z\ntD5p0FtlIJdPeNlPeSci877sSeCBoR6pHRA1+Bzziim0Km+8l5l+8foIwhKh\nmgdH\r\n=OZx/\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.9.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.13.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.4_1601979904349_0.18340164750817678","host":"s3://npm-registry-packages"}},"3.1.5":{"name":"@urql/exchange-graphcache","version":"3.1.5","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.5","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"7fc8469c954730db732f669a14c08cb37c51c691","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.5.tgz","fileCount":63,"integrity":"sha512-B6MFWzlhZNa31CUPPP2VbOgTbtFagRIbvqGQkewaxr6kTUK7FbidYhRzlwPJcXS39rFvIzE2fJD0W3artVEaTg==","signatures":[{"sig":"MEUCIQCQk5DyhSYLIRXOq3FgvygT/4EYwnURkFFsGz5P2PyXJQIgSwG2CvNvoYM+K5W6NgpR6HEKl3j3HNVPe98qzs/69aQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":666367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiDqwCRA9TVsSAnZWagAAmKMP/0h8+RLgijoR4EZVcrFN\nt2NDQiED4QUEcofIpwu5SUTQqKotvvgiIAuSYNoaUjASZ7K2m/hQmlhWJJdc\nOKPzqVa4RuXa4eM/hXG8i9aZLKTGiYCEvITbWTzE3uSdd/b991/mefhPL1XG\nPXDq9gjHCJuJDf7Fz9GYxBa32fjSYXTOdkTa6oZlrWUAn9eNCqPmo0Jn/dnx\nKLUgldyYVueI6C7jeAYRpk4SJBHqWkGC2M6hhLxZrAbPG2Was/dK96yuQSXq\nGrEtoxLWQNPCYZ8AX8R0tv3g4TTdzvYDeApEKNH61iXgLMOtOfdXXqy0udIM\nhzx06qQNdStbv/F/PEWP/thGiXVApaw1806W29yaR4r3qJegAdzn664r5owf\nJfDV4nkuWCQtNXdupdsWveiydWtd57n2+oAEPR/rL/9h5uaVRntmFVFC4f5q\nycLh97QjB4SyxxjYlEBmewMYwceLipkhUk5qUiXHKnQjLJ0L2HO/BUmZJqjr\nx7NO4yeWgD0Ph46BfaIFqN/8q1VdRDYbNghKhtoaAvqnWQ0DdHH2JrOrj1p3\nAZhC41SOh6pBTcjRxNMP+ogzFM46VV+yz7jNTJNs9uCL+8HcpOTOD33hMHHK\nz1qKpjn09XgMfUDzqxN27MflQcFzmCNzWRHbNh5/WI4MYCdyPu22BIQp6VqD\ni5MK\r\n=R/Zq\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.9.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.13.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.5_1602763439358_0.7948629042439714","host":"s3://npm-registry-packages"}},"3.1.6":{"name":"@urql/exchange-graphcache","version":"3.1.6","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.6","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"kylecesmat","email":"kyle@kylecesmat.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"kale-stew","email":"kylieastewart@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"6ac4836edad986fbfbb85d996cf17eca3bc9a1ac","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.6.tgz","fileCount":63,"integrity":"sha512-2xdPPjbWVX/wjmbWk6jt1sKkKHAAQX1FAY603rPkFfAQoc58X584gBHjT6t9s9sTOKoG0uSmGFdeAv8Q8L3y8g==","signatures":[{"sig":"MEQCIEo+HpTcCvoJKeGBM7JAh5Z+ptLZ1wWyuPgS+hihjJQkAiA5x2BuObVX/myi1L8rGToG4LpVt0/1UzkljY+4+9G7JQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":666761,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjv1WCRA9TVsSAnZWagAAleoP/1Gi+60MYX328bGtlH89\nfUm+KnBk3A7r5wssFWqmSTqT+vSIDMJmkQbSj2LDzEa40yfycQZWzT1TS/bt\nlbxrlhykqiv/MoXW547tdc9cDHt1Uv29BlxEc9d0VwrceV67b7WC2wQuxAh7\nI+gFyA8GFLijAVFNtSNrFNlqcOqIENx2+36+KB1KA7fkYOOQGxjgu88JeSny\nO13QRLwI1u07W3/REtp2glXotY0VWT7fvC6lZqMOxO+/BvpU2O+JA/J9iKOM\nrBPeYgNJFoUjvJwsCxja9S682MqTGqpomuSX0adfWE5LiJ/j8osgPmznCyTr\nEZU1ElRhtUFLYvktHPWM5GQwFbI/ELbiuz9cqFeDiSI+fA79LNMmlCZA7AuG\nWlIRL1dKu2FNRZmFlnmSy55ulp21Xuxn9I0f2/SAWrP7H6/QNdvysYHpUUD/\nZtJ3YcBXEkplY62ZQgDHAGPnm6nX4GlbsySVs/8YsUjJMyQ6IEbUGh3+Ut48\nxUc2YZoAVtNjpSOuZT4gOfKy0k1INcDCNqF98GX4hXuO1nhxPf9oBjd0cvmO\nqhZFd8mgkGiB1R41PxnkSFi0A0gWoB3lESheRxPb7J9FBzFqLdsv80iWYoo0\nBaNkYIhFyRcBRfXOm0RMm+I3y/0dbHf9mAhmwnnBylUC8fXERPE1fPbrzk4f\nNN2S\r\n=Gxxc\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.9.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.13.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.6_1603206486434_0.26188418326795215","host":"s3://npm-registry-packages"}},"3.1.7":{"name":"@urql/exchange-graphcache","version":"3.1.7","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.7","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"c36685a1aeacbd13ca7913cf18a917bdede05cc8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.7.tgz","fileCount":63,"integrity":"sha512-TMV5RsfaGncZ9cEfa+1CiHsP83jbNtIVVFEwrPSMDyz28lSeITBtzKHXfDZhmD6T5A9v0HD1lFkVCH7IH8+Utg==","signatures":[{"sig":"MEUCIQDHlL67gmE47b/JGclaI5sAkhX0Thl2ZG4iIIpNENzMrgIgZqo1ryAsvgIspgJOHXFwACPiz+DsXMUpOuw+X4fIJQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":669317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkX/wCRA9TVsSAnZWagAAHdoQAJJR58auH7qPIpENGPft\ndEuPVjFWPdTWuVMNlJys0OiQV3kMfuLjYCqeDy+2cKOb/U6u2Itntvf4lxMO\ngzpmMdWEzDbEO7wp0SAwid9Hn0oLwvT/IgcteRiZSlQu4ACjXv+SRj4dRnfg\nGeLqc4tiXYif522RHdugPNF+LkQvfh3qGNJRdJadk6B3FKr+o67lHa012lf3\nV8GvGBQ0J9WPzpaR+HjlJZpoCYPehwg1ere4wn5B44MQt7sRJfe0nUFTFZgc\nlGa+y3K+FHjOeePDl3TncWTy/h3HvbBmbb01xcp6gMUOD9kAsh4azYmCPIPd\nX67vm/XOXWWAUswwOtrY5xHhdwo3KYIoyYzSSrovfOpahlTgUt3zsqPd8qmG\nJrhbxZXAudr/7yaV2mYAskzccl+MpEMIjr3IJX4tDVx8kQYuPY7kjMM3lfD8\nhN8864T3rsNEylOyqjDJ/Rv0GRyBsE9aqd12pPeYVN4iED9c8GEQLpvUtYjI\nSbwZArvuPvFbE4XdBlANDXS9d9cMWMwyJAOZtaN2DZZzQd/HAapnknHj/ZIY\nstt4eHITNfgNUumuWxQKoN67/Y7LUP7RZxU8g7bjUVSkmnjxzV55L2Xfk5Fn\nFWOjMkQI2YGITCLmCQtEmubhLBYMf65VCM9rRtG9aj05KJddnQ769a5KGINS\nuJKa\r\n=5oDS\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.9.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.13.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.1.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.7_1603370992476_0.42751415726840647","host":"s3://npm-registry-packages"}},"3.1.8":{"name":"@urql/exchange-graphcache","version":"3.1.8","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.8","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"c38810f677a6e4fe100a5fbf737d681744cc25d8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.8.tgz","fileCount":47,"integrity":"sha512-eeijMkjSJlLTjM7RtkBgH5FHnqGqlXm7z72BH9znfIjpgKBI7doma7UFb7j9roZs5bWd2/KCcg6nFIQqiSshqA==","signatures":[{"sig":"MEUCIDzHJGAR2Ufcbi8/Fv4Dz55n2guryu4be168N6JaImJLAiEA4g7151p77nPYALsb62ytdPfY4xI46TLMobhLfKf+zrc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":365720,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmrmHCRA9TVsSAnZWagAATAkP+gJD5zWf/U7Vg+t3om1c\nGw7VZg5sq2MIyOWdenFbo9X3Smgg7f2xXvkemzq3IxnhHyDZNb8o3ZuoXd4S\n4kw/Xd75tF6sO1T1ESRqfgbZufmjFAWaerm5gDtpOcOP2XaO75eRD0GH/7Ef\n1vzFOicHnI1kA6pg6UdKCe8tkvDA/ge7eOPsFE3DvWyLYx6hC4MFci5bo/8L\n6MhQ/OpBIxv0XOji2MnQsL2cA7jwF5yDUmXAi1fb1T+YwyzoorpeH94OMlLW\nnDhpU14SV1+uU+DO0IYCogX05gmawcqj6nn7KxFjy+LDm/wweyHD4TAXLSzS\nndhazv5JtOb2EYmbeAe6Bd9fnFXu9cA7Ys/K7JvWiQxalJYaoNebTJzQQqDo\nEUPl4BFrwB5X+WduYGfPw3kZ6n6ifUFOsd14MuBveFjj4BoUluC+RwLAUQJ2\nafSt4Ayn+2zjaSKlBJ3/mq6ZeFxb+rUqcoxx9ZrSohWstQ5qgORJ5fd1PGAS\nBhqmTBReU6bvxbc7giknIOepP4H0S0ZYCAX0oXds3D9B5XHLlgQgkDJ+U2U5\nuiEzbtVdFrH9FUyRK5ULhycix2OxDp1NNeJzqb1uJtYm+7rrV8POUzRm6w/x\n+KICdI6DNpB1X8vfCPT5mW1xH9PbUgj2/sRx+ryl0YSpcwIH5p52vFokFFLn\n/hDE\r\n=AYj9\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.9.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.14.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.8_1603975559265_0.5454193485781733","host":"s3://npm-registry-packages"}},"3.1.9":{"name":"@urql/exchange-graphcache","version":"3.1.9","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.9","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"c2afa24818baa3b7e1a8f0229212041322caffcd","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.9.tgz","fileCount":63,"integrity":"sha512-mb1sVVZjXpX56Ov852GbgabOTGXeZUOm4QLMBpdLtNmxpLhpIwDwP/L/4t0W/2EKGz5H8pc4TrRMlGXtmUNa9g==","signatures":[{"sig":"MEUCIHz4FwWmm8U5YJL/P3qxH8BxYamViONg6j8JRr70JFc8AiEAlsaocYwErHfgtQFEapT4XeMiEjCzxTc1TDB0qYcSzMg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":673516,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmsGaCRA9TVsSAnZWagAAsnAQAJaEtEWsD6c4OJFK8Y+S\nrhCe6CI+pKMxPAkn1uAHNOOhTqAl0/7Ol8ieTejHoywkq0nr/JpcfM0nlhtB\ng2GbJmHWEMmONje5SL6EzqMUrYdNFXiUggnmlwdD8ERVhzaoJjt9EXhHuThd\nkHFnBLLcA+YjQn9icjwxd0J2MsXGCaNW2RagL+OqOM8dKDju7K8AWjSWFzeJ\n07pTue1IXt36A8uFk46fvuD+yOvLqfqR8p85tUIBNmfu/i/BNJJIQkHHTUlw\n+bXaca06KczduSNtzk89qY9f+yGC8w7IsWaMCpQCooaLcPSIgn5X7XIBAsy4\nAd72zqnDWl+666k5ixB8kHmYenMmZsfTylITb6fDQQnNJ+C8q4qsEF6fB6bl\nS4c/cKO6Q8gkzsodqngsx4j4tTQUDE/gSPnj+64hv5EvVMZNEpaSn0YPcyaR\nxEgbh9Yur1jCitCAMNoAe99XyCZ6jkobn/kfQy2BHG7L2RB/xLbASxAqlx5c\nk4BcKp0BOxoxt850YWbuNFA2I/4G2T8LqT4ROrh2kbySCFsN9+sIPcw0aeTh\nRjED2W5ddZ1m5eIN0H+d4PFzG3A0QubULWE8sjrHE66vSt1DLm0b8+O/zyKY\naO5UYRedZsFUrBwOIXbbbsGJr7x2F2CcYckzFGVBORkpdHqQHcfdabWyT8Pe\nrGq8\r\n=LEng\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.9.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.14.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.9_1603977625777_0.20080407039031445","host":"s3://npm-registry-packages"}},"3.1.10":{"name":"@urql/exchange-graphcache","version":"3.1.10","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.10","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"d1c7bd48b3a6a309a345ea51f95524e45c95c51a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.10.tgz","fileCount":63,"integrity":"sha512-JlO6A8Yt7LxV4QnI/Vv1DPNfBmrxyuFS7RQzRqSH4U9yhiLlP3NC99yO4FZmNH66KKekDBn28nxZQl99ZocpHg==","signatures":[{"sig":"MEUCIEvAxyP9dfPWuEG9JUR7UUUqWLImHECV8m3U8Wi0YLeXAiEA0G1NXCACEeVbrN+NQRbrdMQK8S6mPxe4LgUfFwBaKQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":673777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmv+CCRA9TVsSAnZWagAA/SgP/jdezVNYVparE7hJK+ko\nm5U1h7ZMkUWB6g6Vq8S3CAZ3CiI/CWeg9fQgduSZSFT9z4+oZsCIlF2TFXY2\nv2q6rmdrmBZt+7HBdrzkVM+UFmAOiwh0OKue/dIQJwM/W4O+8utuZNbdNLhI\np8TF2xXAa2GVDCBUM3btHJCDMBT33iLikmtO0VcQ48LwqtBxcofAXnQybtKf\nBz+OLzuxifk/Wx8XOwnUvJk0T/Xpun5J3e3TrQA53O9fHGA9gf06IjrRaHUQ\n4/itbpqs7EBEWPc9BlwLiQtTVXRWVuralLbbmr1i9SJT6ragbFnH6GbkePxu\n2QKWd9KCmgX4ORGD75VGlZI6o1dhsxEomH3q394M50QEkT1sKqAIEPUOpj2R\n4ENptyBsJyZkPc7uCe6yFl+DCG8BMaeDH9oksmmxZBqIfuirLP9ShQu3ieBv\npliA/q9FlzX/Yi4xW65IQcC/gNzEZB4YVenwc6rWrk+hMWgqtvPMIJ7EBchx\nYa/TWDL447RxYsn4KY991zUJAr4WD2mmA7WfueUdFBSLMActUOQthQfLoIwk\njDpDKz8k7g5G8VGNEAhwk9lLRnUeOTP2hKaVYnt6z9GgkHKH7hJA49NFmVZz\n7JxNrKdJ3gfOwOlzvaoGRcrRo2iW+Wxb23U4qV2ipUiNxsl7nQmvOi4iHn7D\nxCyx\r\n=4Uyn\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.9.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.14.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.10_1603993473388_0.1566805292182527","host":"s3://npm-registry-packages"}},"3.1.11":{"name":"@urql/exchange-graphcache","version":"3.1.11","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.1.11","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"kiraarghy","email":"kara.stubbs@formidable.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"jason.wilson","email":"jrwilson@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"4182e1b532f689b3523a94c18e2028f8974feb3f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.1.11.tgz","fileCount":63,"integrity":"sha512-p0Pd1MLMnY9y7K4DQOvP4rnTVcA82/KWS82WtGcmFBtpbmMqv3gx/uPeZcvnoERGV2/Lf1U8JhoNQA6zi1o/+w==","signatures":[{"sig":"MEYCIQDGRgO9hbDZo7YBPGb3foVfFxMn9k8H/xRtvWDq6i2iawIhAKYnDqkjy5VMdJvGZaq/lUsG3CHYytph4in7agCJmmKP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":675615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpXDVCRA9TVsSAnZWagAAG9YQAJl/ibllencixA15Tbre\nRBmlxkWsCQEpEDKXoU/EGl45jYb0nkpzgLjs+LZjC1POFjGzCqIq3d9nn8ny\nLynqxPsNPTRK4JGkMOMwuxG42qFDyEJoa7lhNCU4kkFsA0yHZlasO9lfQ5Dr\nNSgk/9CpE+U7I1E7CpHO/P5htbtKSTL5l9AqHv28BWRpzJDD4iqNraZwIslV\nGaOkqui+LYiof7kINGMRW6SSOobVIZSK4PELZuWvcag5PvHy35KiZQlo3JkG\nLqn4Ge7xqd3FPfv5sF41BL37pHTi1ankudIpufsBq33q+b49q+int81CMYai\nBc4pH1OFJkRjh8Y59u89HZ76C0MK1tnmZxHbJmlIe3NwiNnrbViGzROuqbFo\nWwst5/MF8EI6MQg3IuPMvVG4uMrb6xhXpTzZRI/gENF7L0qbe9RBofG+a4LR\ndn+a5BknhKsYI+hAu7DGgpJfPDS51nbA753DNf5JAvfXRjpn4RSeGqCYh8Ki\nDQ1NguY0Hhqu7Vp19yiHZYQeqOdVZ0E431uTM50WWUdwXZi2mC96BfrogTon\nifQOtVNMtOSFzyBIykkVa6BZBRY0+1Q2F4PoX7dOu7vgVobvvkjJ9ogd/u6Q\nXQd+Itz2X9sekv9oMSp7bPvzH2miuKqScf4B4LjuwWKCHl8uAlKCwfPwqif7\nIpdb\r\n=WrxM\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.15.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.1.11_1604677844592_0.437452410218254","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@urql/exchange-graphcache","version":"3.2.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.2.0","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"f373b8521b4505ec973028e70320cb1b468b299d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.2.0.tgz","fileCount":63,"integrity":"sha512-AgiRbvDr+oqredzuKLmy7nzbU44sEI7gi9altoWfcbOJUkIpF803FAj/SNhOCnc3Y5NzXgKLmBqBt6ACnlA4SQ==","signatures":[{"sig":"MEYCIQDO8kmvzrwfHQOaMKtJhzvUZEd3UW+f9R3sbPmAnwjHJgIhAKnZY6w6aDzkR5c/x7YJZYN4qHw+b5n1l+IIgM6BvraM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":676141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvS/FCRA9TVsSAnZWagAAUXYP/1a5GM5YU1kcj7WSMwrP\nUCtmBHqHERbTYY+/UQL3281pEAlFk/K5Y3lOQW9SemLBhOb9XsHjwZp0FQAR\nxr2YNg9n4oJWdqwadtKFQQ5pXPYEMLOPHEoV5cNXCQ5aRlEbc1kP50DqEd9d\nzBcVcVwnsPyyXJC7v2v/8IOlR+dq0CaFi1REQT+/ILPYD6dIcPXUDUwWeYzU\n6mLrUp69JDvFz6zPVyGkSJHQmbem+WUNrGBu5/hKNcFqmf+hDgVxGlTFDD6a\nssyLZMb755Hsilmoj72rE825t+28wtdTArCybArDMlNjcy2yRtjd0xXF8Tna\nNGXS+uxKBXFSQ2d743dj7kMJH958mR8ROxX2xxuLiDc9NMY/jQy39brjcsYj\nZgRXUR/HSkKIEg/0iXLsZE4liLaiotLOC9CZ2O/hN7j1a4Kfj/fuB/YG1cpi\nuThxgbzwHheE8Fo/+Gb5SFTpFmGf55/NNvraZALJtuE6Ev6VuxnHbMYUyHCI\nGZ6mNYehezX5iH95BV3ZnLvrlTY9ildQS38HA7rxRDqZCkQsRoHh6SigKS7J\nxYoC6cT2qGu8stWwm3MM2XBXxfMbk5IeK4/tuPLEDXh9oe0WtJi9zu2A1KwI\nFhMzW84mqqMUSIm7cJk2LLrwPnVR8vGmCBGwcp6At22Pbdr88svVH/Zq+irp\nGhsw\r\n=m6+o\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"deprecated":"Invalid Release: 3.2.0 has been an accidental and incomplete release","repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.15.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0","graphql-tag":"^2.10.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.2.0_1606234053366_0.7490908968474821","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"@urql/exchange-graphcache","version":"3.3.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.3.0","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"c8b5fd0c68c548003f92f41cbe354959da7d4659","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.3.0.tgz","fileCount":64,"integrity":"sha512-iLp5ZuLT3iQK5YLA1KEy6WbcEQhIO32WayqwJkQ3fNOFuo0ArKADvFqVEC632PWoGcobq4vLGkm4JKq7DW8t1g==","signatures":[{"sig":"MEQCIGao2sfeShbQ+T1wAK4TLniBj0RRRuI1A40Ln6aK/I3eAiAVLkMuRxg0un7b3jOdXF/ufN24wbawwtzcjdJfl8m7PQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":695172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyOIRCRA9TVsSAnZWagAAXccP/Rpg6tYELNZFawec07cs\nzLmFHU5W7P44wvIEJaIbQBfXy3CrvedBePKDZtkYwSyCVfZdmFKyTJOwr16H\nsVcMZ5I9zdFFj2BwQNhCINZSBHqSGTSWD+bhjNG4oindB30V9kpbZrvYNAKt\n929dcVHjpubTX+fYDOcbMq6HzzK6IMj6Rsj7UTSCF2Cy3M39vKrEN4XHO/RH\nK4K/IxtkL8fnj3b4IvNV+376BHbnWf7UaWSu5vNl3AXa0jerdZTRd2dUyAgh\nWwtsLQLKfpBPPh79m/GkIgWAioxWgCQMynE2KKc0FrCYdo8SYQgnrv6AMEya\nyGyMP39FeyJEuTNh6YzCcUE4UkWkvxhyqdEsp+e0MvpbvLSJOIpc6/W0hjqD\nrrHf2tJ5xy+2w7QEjYd7iwChmDhiMnNXqWqZ+1mc7jKySKyclfnnR6fpbebo\nWzhGO43UbE05V7Ah4Z3qIHaWjnHPINau6CVkKy21olzqp5pc5ThgVFKvOLAb\nqmZ/o44ID9ubXwOcJ3KiEX2rzy8fKyWkXRzcm0dJmZLz/e5ngAa1VD/99d/w\nUNjZ1gcABKa2OOgHqNItODKC8Azr1Mdn1lQIxNmqFQEdYWBCv/emjLeJ9pqG\nKigbZTvk0DYIyolSdXiSSln7tQIkaODp+lnzb+V59SSA2OB8uAUgKTwz8gan\nxeBx\r\n=t2Ss\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.16.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.3.0_1607000592621_0.07985136117966607","host":"s3://npm-registry-packages"}},"3.3.1":{"name":"@urql/exchange-graphcache","version":"3.3.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.3.1","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"4bbe3708b1a41897de8cd05817ddaa61499e23a0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.3.1.tgz","fileCount":64,"integrity":"sha512-GrqwYICXguMCc0IbMsSPZHbiQ8/s0g0gURD56NTSZYrk2jj33OYuFIL6jcDJNysRkCmUQ/ZSX4pD5qYVboggcw==","signatures":[{"sig":"MEUCICO/aaCrwwyzNRaDQ36S7BvhL5Nak/LVzfRlGD7oU20NAiEA5zNsxOi5R3EjrcgaFPjgxax8syzCrvlRprmrkRnG81U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":695652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyqUfCRA9TVsSAnZWagAA9bkP/3MwCYLwG3gCiq/2QsQb\njZEOiiLXRSfKf8IC99GZgdNPKbnXBpTb/MtZbP7CvkR6E3J4cB5xHRgCHBG6\n/zJPOb/q1BSPBrLLpTd3iEyX1hmLgK0bjN5lfO6c+8r8I5in0XYAQIRXmHPV\nI1EwcUBnBZuaXMxn9r1eBh5xBFULKZHjhz6iik9TkbxwZPFYjiMixPs2hxmW\ngbOvqGWlCFq1XWoiZo+f0mjbNJ1YZVsWsuxg8GMxRJPy2DZpqRGvgMnEgHPB\n98SePiBTSnMRpjXSHiCkFyAS3ml1Hq6VCE6fXV7xEJcR2TqhsN3mI3V5+Omk\nSa71CeG2yUa+/NSpNbJulav/2Xsa0UGLoXnrOlek6dq5FETCv4wCbH3VYKLt\nisU1Xm8EwuzH9+W7JyMCbnenpxSvf3GYykh7cVDa50BPxNvfmH6IkYD/VLel\nK1VOhamEC24dUBcZZ2ya9UTg/7/7WjSrr1SrmzVdTpIAWFYUxOaNw1iNYepm\nAiESf/yXLcbjseigWLLrraRlJkSgmg1FMCFh8VIDVFtC3wBE2hvZDwyQAoZ+\nMx6WzI4mqZi/pu12MuxdA3CjHxTuFY4eQLo7CGMxCSx0SR7l7Eq89hiYDcPr\nAtj9Lu7qj6TXk+0nPwmUZST5G/UUMAtD76FxrOkrSTAoha1CWFOeJNtKm7d0\nmlVg\r\n=8Hu8\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.20.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.16.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.3.1_1607116062783_0.4813434348427965","host":"s3://npm-registry-packages"}},"3.3.2":{"name":"@urql/exchange-graphcache","version":"3.3.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.3.2","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"80a51a9ba1c631a103b0674843de7d922bfd6ce9","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.3.2.tgz","fileCount":64,"integrity":"sha512-kMOAyiKKb9EEfKjMTDV2BTSznVHuPKGsv1tn52GkR0gFfsJ7IvEj4l8qxgEst/yZeZS65A2haS/TeA4UiF27lw==","signatures":[{"sig":"MEUCIQDTFYW9AijLEKcdNnzShBWBHF2ZlXUBfMjQ+sINQCVD7wIgBRf0Xt/5sxA+qsKSmPZPTwN5k369OSxQHAKBR5jr5MA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":696468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0LXWCRA9TVsSAnZWagAAkokP/0/oDa43YhZqhX7ft99a\n+fpFGN3SWhkgWLSx4CPr8/s48pJ+6NW0QO6lS4GYa95T9NkrA3ViE045QTSt\n4Vm6OzoX7mTooRQ/Y2bvi5luyPNryagyb0rLyzgwLl3IvKNXkjnV/LUyv53Y\n9+U6qJ2otY2D+ivwBHg8eOxRuEwMIoLNyCY7wWqClS8Svi4Pkhht2bKIsGJO\nO96oDzcW7FpnY92Em5KWLDCozOxQUYHjH7GjLRI64TAQxKdXgIgF3DuikSke\nLb45hks5Sf2kfCRQp2aw1EOqaHdmmfRg2MWg9sDEqgRZFvfsp5SPVV74G+90\nE1xU5xgXgwFAEs8GzccXjBBEkopYhfRTxBWwRO4ylUfbEtpx++X9e0r0PwJp\nq6QfoCTxJhiLow6ZNM7qShpNmJ34ZxMvZy6TXx4dzCTxL+IEJFcQqVCv+f2f\n2j73gsksBy2TdTX4pK8VZcUXETtv1SZ/U4Dcig3mmm0uURHyDIBlGiCUSViD\nZ9DoDSTAN5ebBKJjcLQ7+R11RjWjsQJvq1NE+4M4rTlUZoH+9URjifThlGJ+\nJjH217wn8NmU38Oh/p4LpO2WgDVBw9MS0b/IjwMOf6rmhA0IyNGkyABPrBNw\nkAjwiIrClfJxC6/zZ4jqaiZzMKLj9+xxjUqr10mX0+dT+C7camQePvahu8Y6\npRK8\r\n=8CJF\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.20.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.16.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.3.2_1607513558125_0.9657737869136782","host":"s3://npm-registry-packages"}},"3.3.3":{"name":"@urql/exchange-graphcache","version":"3.3.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.3.3","maintainers":[{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"bfd94899f52c8046d1b2e52caf4a3ccee623bb87","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.3.3.tgz","fileCount":64,"integrity":"sha512-xkKvSN18bLsl6ldf64A7r2ibdoUwBlNJxog3cCyffktAgG3E1yuKbKs/qZELPsIQIEFPvTpC/gqCpBbJ7+0YRA==","signatures":[{"sig":"MEUCIQCC7HGBjvYqV4skxOO8yhTarDnG+a1PcvNAJR+0paA1bAIgG+PlD5+A4VbgKo+SgiII40jb26D3RfRhf5dAn5Cwv1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":696989,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf05H/CRA9TVsSAnZWagAAqjgP/0QX8HdTbjUJ7wLPWthA\nbMosoS0z4GWFatXbsNrQqTL/r6K4IvgwHdYnAhRbJOfKlNRXOQLizYznUEj3\nXvcrFwgl13cwLUppSeOyicf37+bZmnzJQ3KrposqTH2RhY1MKASciPkRBf2y\nFM0URUoLtuPio8doL8fzztbvuDakjJfS9x+X0RA5A/yEVGPW7oOfN64oo3jp\nuMvuYOZySMMkPqHeKrB3EbdfZ2C1hMhvAHlSneH2+xkmHMcQtHuyjqX1nqVZ\n09W9ImODODQFqm8f7uiKNL/fRdUw7xR4qZhXbOx6gBbm5UKuJT1g8MZPo+/7\nKTOsU8xT0H2fli0vFOSg0tB7/ABjd7vxYMdtQA7PckpiR7vTNjqSeYLeGrwY\n1qiCibLJET8gGPaiatv6zWj7yTqp96ved/qWyI/oLKKB11qRuR5f5KduCJ+X\nnIoc6loVBbFpENeHMJSg4S6BZU7ej/L3wJGx245xZAhYQzn/dvCrAKI3zsoQ\ndfcVfmFtdjq+DDac8W0/JYVM7r5eeDbD9WyfDbfvZ0WBMO8dXKsbphyMJY4o\nNvp+k85VV4YiNXzrlGnet3wqdPdAAcAvdWeqvl/1AEW5YcoaMZKbD7V9baCt\nKLOQSnH7jttICZX67JLWStAHs4t17dolBfcPrFqWx0TYJW3Q/aiClvqF6mFn\ndaYU\r\n=2PxT\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.20.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.16.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.3.3_1607700990775_0.7590065213680435","host":"s3://npm-registry-packages"}},"3.3.4":{"name":"@urql/exchange-graphcache","version":"3.3.4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.3.4","maintainers":[{"name":"manosim","email":"hello@manos.im"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"69988675ee05d9c7a7d5859419735d9fad3fa8f3","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.3.4.tgz","fileCount":64,"integrity":"sha512-L7Wa+mpOCHTOSUNS7/GA8wF5Lj5+Su8N2BYiSSHC4TGD4zIffke8zjapEggshaPVPigRMEJLzlfJ5/348dF+cg==","signatures":[{"sig":"MEQCIEu9+2Yqh6vRn4lXdwox7Kw0akslNpLEr03w4OflpuINAiAOEFG/VjIU86sQhs9EQexfwTJQaMskIpDofo9r3VYr4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":697378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+JdRCRA9TVsSAnZWagAApkEP/jA/+zh5LTvHO5ALKUsS\nqaFSir4if/jhl0utDJv8iKha0Yr2xgf4ckUpi3NiqrvWgjuUZa4kgZVOM6n8\n7jB1NeYiF/mDaNcThYh6IaL2SV+kaFQeMKT46ynWU9Z/gYKaFps8VlVrLMZO\nFug1+6jsvgviUURZqBC4+4x+pq9OiZqI4yfgy5ScYr7k4C9FTX3dCQUlHz8X\nDimJ/xI4BrFHeNp5goUYbvnvQiYeG8djoJRgmCD0s4FbcTHwES6HLZQKBM8r\nYZKEhm3XEP8nX5/dElgbdoT9iuYsoPxsqW+mRaCUYp8g9VhYFM52KcL64/0j\n8esQ0vIgufSIldil02CqFlaRLl1tBkTLVLQN4WrRqsndURScl7NoAe1Sy++l\nCPwBQILhv+uf8hrOSBapHuh6dZQ0GEjaUCruQ//o3SpSq3cE22t8xzlYKcHk\n/gYTym4yNlirFuFxXe1CfW4lCS5o+fSiiLe3DvHKjq7w765tGP13GVw8sKvU\nOq4OasR1vueLaX2+0EasPW7Bm4bddznsBST2eEXAXRalHRVgHAX5FZIhMEPr\nhhTZGeXUnHosJ8yy6b3OqlwhrxxxZauPJb6UqmZQQsg0CwG2krFfiDresTlP\nj4GZVIgbcNnGMHqYCxgfTurLQpONVP0bJ6y6LWKZhK19G2HyQ929jXUDMXMV\nsOeo\r\n=gQ/A\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.8","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.20.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.16.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.3.4_1610127184548_0.3332931757475772","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"@urql/exchange-graphcache","version":"3.4.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@3.4.0","maintainers":[{"name":"manosim","email":"hello@manos.im"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"b8ef8be8c314b1ab4cae0aaddc68b1f5e5077dc2","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-3.4.0.tgz","fileCount":64,"integrity":"sha512-biTs8GZkELjVjdl2rieFptB6TdfnJpxxfgPqEJgna2OnzcW4s1iebD1Opp8W9TR8WuEaE/wcOYB1bVXgUXEg7g==","signatures":[{"sig":"MEUCIDnsxAVCto8VGSW467oNH0KOLrd0exO/DoQ0EODUwyEVAiEAsUcUfRQX3Vhs3xVZYHF7NnqEEOlFXLfOgx4cas0ocrU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":705440,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAdBmCRA9TVsSAnZWagAAdNEP/38mbciIzzezKNpvTo2C\nOj9EBpy7YwplDqx3MbtMqYcHmcXRZ1+3NMZZO4LPuhR6RgP4dx4PW3qX9W8i\nvZ7llMYpTYPXVIu8ZLQk88eDAklgXbDAOl6acWP9Gy1YOhka+Lg9fVIetnaC\nlYOnN75+zXRU2595HCpH0DIlODHcZEGPO3GCs36U+7JX55j3YDuBTohakPjT\nrWXEKePVLYH+LJi/hEMPmFsDtwIYvV2Fn2u2RU+1UtXDltLUhiawId99x6um\nQ1wFbIKaQyZrtPvgNrTAob0uZ7vOQPBTw8iWx859hiFkYrMZwycYTVSGe+wr\n7GDBoDxPbkB8tt7FDtrtpPrW9BgyLHIOliQghWBVHGJa985gTpsXyeV9s7eL\n5dXXnI7XpjQEJ+xCcCitEWX38XhRS162Fig2OMPay9es7IxLmZQ5EWv0sG6n\nn0ATSkJUws8K1wltwsAlst4JC96wVG3z0HUFL0dEcjiajHssIaHhyC8atqVF\ntFUJwsh2get/Cr405OJEyXud8xGtMIDRbp0DGpuPmeZzmOe0kDW1bqMwJIvr\n0jF214/KX0p0gP02WaNqkNBtGqag0k6+r0p4GIsFro0CZveliSxWsWd3cEc6\n51XL58DgdzrugI0baik6ZhGn1hFbePbydvXGWqvP2BqkWsJP5O2IfwDWy3kV\nWAyZ\r\n=7TGS\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.10","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.20.1","dependencies":{"wonka":"^4.0.14","@urql/core":">=1.16.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_3.4.0_1610731621781_0.8507989954801312","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@urql/exchange-graphcache","version":"4.0.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.0.0","maintainers":[{"name":"manosim","email":"hello@manos.im"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"coopy","email":"per@sproutlab.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"be7dd362b6949dee8f2188139adca692b70a3b05","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.0.0.tgz","fileCount":64,"integrity":"sha512-UuLyR2tuy28KFmcMzD0aU3hWEa62H8Yfo9rBVAaXPxvGUD8g0Bq3NXUGLBvXxKMZcodn7AjYeVBlfPCHth9awA==","signatures":[{"sig":"MEUCICESCyOCBEhBHOQTRcIzzkks4qeQpa+pejm5hZ7aaaJuAiEAvDA3lJhPjxUtRk2dYnIg33I08yJElxDUWyuJUrFQDaQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":727714,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJBybCRA9TVsSAnZWagAAyZIP/jgArVuRSViRSS/nBIy7\nbiCDSo4A1ZKh0z5NMUIGeh0z6lIuZguJ1yvuxz6FhVtKWrS5W5o7QV4Jg60M\nBOoeycIUBDysCbFhbI0JyggweZhbOA6wknFQ3b5hdt5IKPX9R+AQmgjl1wWm\ngLpNy7AmAxtwpAwbfMb0UdzKLKTepcjyVjLa8EVw+58jDf4uX7Bq3h12Dv1O\nkeuOyzh/iiS9ZU6qHe6orf2UoWyJ+mZJOd9Sf0VNgu5mY5nIT6pLCzucdc3e\nPbvfOp9r6aKvsLQY0EqXw7RqXIfJpl7mWwKU6sXc00aFyobgFUk6SNj9b6QN\n5PoNUC8U2HRGVWXpOIbhmJBTKuOXPKpoanw18WQDP8Pkbjmf7e0Y126gDyyt\nRdLLBQsxOXkjiiIDgPPjBzlazl2u5gOcbVb9EgN6MfcWtszAPzy2B52O1WF6\nqIpZX7EWBsyfi/gpXN4g6IA71QbQcY2j2cCAq0BUENvdtHIGJOiEgA48rGTh\nlN4/S5e4iGtzuq+VfXPwR6l+ZXMbwITqDO2CvgVFS7YhyXgEGI7Q6wVAdw2N\nx91xe+CH1zE+19xeTcrHyIozg/NwyvGTcqzBsMO5QKZ4YnDPrsTCumU71txt\nxFcTi+tmgcUZwFmSp5z3keO2VR18gXoPDOzWaBMvw/YQUzrHu3401OV6jQbL\nQu6t\r\n=uNpb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.10","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"12.20.1","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.0.0_1612979354613_0.1368021679147171","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@urql/exchange-graphcache","version":"4.1.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.1.0","maintainers":[{"name":"gksander","email":"gksander93@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"30f80498c074a5b62cf99325dd32518c0171b7bd","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.1.0.tgz","fileCount":64,"integrity":"sha512-SDvXF1YIq2buqneUglkkOY1iIFzVrji9TjR6jzpq/4G+IFbxk20x/pNlKuWGLSthr2sYZeL+r6GamX+L9tA+LA==","signatures":[{"sig":"MEUCIQDLTPkEH0Pom8GSwD8s7aoAICCRpz0DZSUw4v0lnoaQ0gIgVg3rPinX5Xdr6Fcpq7fB0lH8ryMTPMPoGqagduX14BE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":774216,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglXZJCRA9TVsSAnZWagAAsTYP/jWsTLp4R92KBZfzZsj7\nvDiHmLCs1/6Fb3rBIO/jsGUFqBjYmY/+Ch84b1RqnTDXU1wI0Rfb7XKgb1cM\nAb2UV3xreE928kk4Z55TQbZlmc7FGOFJWCY6depo9uLvFhgomAE6G+BRO7hs\na1uCjG46XQQfwMHxocppt2cG/xNDNZ4LlsOwUSUl4lH/tpkFkVctTQlDDeS+\nlkw9YotUPt+dFPWS1pk9UP4Qls0RTgFfCwfp2V5IAYE+wdeUZw5mZacCOJp+\nmG2GFsQu7efMRyYmxnVInWwP1PneHm/3U47QrRGRb6hZS0YsS7IUYj27uRLj\nZkbXzVtr6FKgdVryzUuZMhhSrNUUG6fdXGpcP7JHiwtnZJTvVygtS0fnYK7R\nQIa0aJY6VBR2yWwYIQWiCVxzzU1vIAzsoiWvtFi1rHy/p0UCq9SnCchgf9Ct\nxhvCoUKmf2HSvehhTiuOr6vABSyaeGE5uF/MAqaFWwGqEDXxqWFBC1SC5mtA\n+LHrI+KxMo36YYPJ3gN+A6ir1jGgPOS4XyjoWzu51bFyPvq/MOz6NOJpL8An\n+swlWqFlTOCjEBUkxMEJ0iZznK7soJHd6vvx3STD6EKlXOvHrB8/Jx5lSm6Q\nUd7CX0VjmkP22ox6OTHzJJH57w9TUeeweK2EZvgd9RU2HXn/63HM7WGh5X7A\nOte+\r\n=F8rw\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.12","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.1.0_1620407880623_0.11663458844253904","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"@urql/exchange-graphcache","version":"4.1.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.1.1","maintainers":[{"name":"gksander","email":"gksander93@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"0b791a9bf8aa40c6e5477ac6955c7777f5a08ec9","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.1.1.tgz","fileCount":64,"integrity":"sha512-1QhvW5/sBCWMwu5IDy7SZMdADI2ngwuB7UM+HeD5485ZFJHm1NBBUf7OxG3dZI9vcUjg1QR244uSg4Q/G5Mhqw==","signatures":[{"sig":"MEUCIQDfoYzrQALVkUk/mL5A08hqWX/NPS1/ap8Mllw+kkF9wAIgOneca/jSWwcmGwme/4C+QV1rC8GX61C6dvQ3fvgM8Ls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":774459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmpW4CRA9TVsSAnZWagAAg3cP/A7LpsX6fPLqsc0vuGlp\nzmI9Vhw4s5mKxjiV2tKyHiMXMzFEUcy1uTslUoQkYOd1zD/7PNKs6c35L8WV\nEtJv5n0OTov0/+5UOuek7Hykx6HhojkTmZVhlxVypWEZYiT5HBMi6QpKicld\nurCIBPSLlEgta3V87F2MhM3KvGNiKIhD8xWMbPlLrkRiKyspaOwUu2jgLcQh\n6lLzcnj8SvZvFafvRreKQo9NNmB5MiDEK0EZtwCCPA2d2tSy/SOR0O+Lg4TB\nO61032YPt8/H1tZZqZrLs1/WlVDZYdox9t/KfWwQuLNCCVdj8FMzNcN89dIC\nTa4h+0W36wlLIij89tJAl1cSIC6nlXxGaiTfRw/iPu2eWXLGhFZbyL+WgnmN\nRHfYC6JjIexDj/UBG3dkk6bHnBnTGFTNXL8LFKZVVye6RXgvpoSrG6iaTwor\nvyr2f41aSTWcT0MC6UbE2wYQlelrf9ClqaDx4srfK0SsitilDtd8PuVmn3d7\nYd5E/rsMQ0fXyJG+aKe/TljEPuyPuwAqcGioHi0LUiwwT8qEzZGJTvDm07ge\nHPUMZjfhISukppSfnEGxsZcGVI/AkApJY1ljR27GGeVGpMbrJw30kcTfubaq\nFnjCai/vQXfteJGQbcNi+xX6bJcuj4pVePIXKO/ZKdlSFy7YQoc0KUL7EvES\nlO6n\r\n=sGag\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.12","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.1.1_1620743607945_0.4278477897810955","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"@urql/exchange-graphcache","version":"4.1.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.1.2","maintainers":[{"name":"gksander","email":"gksander93@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"8d2af33f4346164a86b5a6f6e233202d3d0c3233","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.1.2.tgz","fileCount":64,"integrity":"sha512-WnCLL88c7XMQLRAqY/Nnrbl9vtMEpQDfJLG890CtJTfvXn5qQQ8x/cCfkC5r/ijl93tnB/opN/uCDX2vrjOHug==","signatures":[{"sig":"MEUCIQDfahxy/Y/mTC1vqEMWftfP9l4ywS/n7T9ddsKtElL6eAIgOKUiuYD0aCccDIq7E7yaSLvTusWLyBKkMbD25B1XUPc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":776422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsRpZCRA9TVsSAnZWagAALAkQAJQb0/fpag+n8bSHspHP\nrmX2YuKRdJZQgX3fswX1LQcOGNu6x2R+tEnLKmvQZJL8ANSJry/hhfd6aU1A\noBCOYwDDEpMdcmP0K2TecLcxs7c97Mznqf9vfDdJk1YD30q7H1YUlxg8iOMK\n5AvXCM15molMEd9kKvK7v8qOp+5Td/+ofeNIgfEP/ETmOE4mEGGwcYEopGdu\nx8xSiKudTfcyEupEb1pkWVCJ27DoWO9cgQhzYKO7Cz/Z5X5NgcoOq+Zp+EMn\nQF5QA7cM4vhfxd4Xirah8aNRj6HHeu+gW8BDc/ICBE/39Wxn2pwrbFh1QuEh\n76e1Gzx3INsipwgBxDE5JgbUfZZiKybXUAffpC+ArktCBaotwHiy4OV2hGeQ\n8bFDazGzcZEBk1AESHIMyzDorWaOiAufwzwxARCZ7/UqkM06qosd/O7AubLY\nvBgIGEEi4D8EB8bTzp3jDRywgS70roVEhMO5pWgfpfWY1wZhtX2wwzliCKHO\nNTnM1BWCN75qB+dbX2CO4OnlEBGc5+fYnPEoDjMK+nKuvQXs7eukijXOIHSf\nXAXViswJoXCCuFb1bRJ3t7YVAd6RSInJpps6cra7FUOdvuFiSXw4Zwd3WtJJ\n9avw06NjcT9I5w1WCEl2EBamBB8+kKJ5j/kscVmQKGHXV7LHzdz2+IR1sFH2\nhV5L\r\n=Uk4d\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.13","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.1.2_1622219352895_0.912454285584807","host":"s3://npm-registry-packages"}},"4.1.3":{"name":"@urql/exchange-graphcache","version":"4.1.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.1.3","maintainers":[{"name":"gksander","email":"gksander93@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"thekenwheeler","email":"ken_wheeler@me.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"chrisbolin","email":"bolin.chris@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"75c3b608f91d453397345ba32aff910da56e3572","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.1.3.tgz","fileCount":64,"integrity":"sha512-J3Fmf2eni9NW39/7f5rFm2ZbaTPdPG9I01n+t4zfPuwCSE38XiGjxf7bcN+0haDpr77qZvMfDgAZ5zmXmr/V1g==","signatures":[{"sig":"MEQCIFDEGXkZRFIBe/QQjCAoJLzFVOss4HM5IplFnNMSE7SdAiAuLEo1J/XeHp7K9nundY9hJqYH2sx63N5/gRtAiHAYuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":776907,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJguNWqCRA9TVsSAnZWagAAOiMP/2o2NMgid0nugW4IfvRZ\n99i2BOMv0Lw4a9uSLEEW/UZwVcI6Q+oQqE265KoFQlh2evRmusoW45n44PU5\nh4emB3Vh3S+gBnAsduP8A66xy1ElCDzWKNwxnLe1b5PHYDc8Mb0VIZX4k4ac\n95M4g/guAGBKXFX7yxcoo8QbmMuacxfOGLz6FxJuO04V2jChSXoQjA01yf4c\nkAF33BjbuJLCbE7QTO4u9CaW3GImtGoOHbZn9GtMX/N5g2RflVIGbY/qq87w\nCYFFodAM5PKH6nWFDoxO4SePCvl2urocf/vHdvkg1ZeGdvGH7no3LVppe9/n\n648nHsALqSiOHX688h5PjCZKb1sxXl6iP5JUWqb7ptJ5PPvgpgOe1HVtMPWB\neA2wsLOcuPXE4pzVMNjfzA1P3DSjkxytBkzwcyQooouZJ3yAN6A62FCNHTMc\nAxzb0XYHHbPCzXwrB+kDn0OmWEkj3Ips3Bf4GqH0Qf0DR+aapDgVApWMD2x2\ndMvrhs7H4caWn5Wdps2WhaL7Qo3uZLtrF5GqObmVjEknQ0tLQotu6AaEoi4y\n6m5X13hrFKbJSF0+UfLEqM6vDPRUkoaSyqUD8WJx7y3MqCYl0eUadL8dr9Uz\neyVmQA2bdxmTK+2urEMOanBlAO35RVKo4F5HqAeX2VG6E1ePEk5H04+qPHq1\nPlFO\r\n=+oVM\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.13","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.1.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.1.3_1622726058173_0.4107034444078528","host":"s3://npm-registry-packages"}},"4.1.4":{"name":"@urql/exchange-graphcache","version":"4.1.4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.1.4","maintainers":[{"name":"gksander","email":"gksander93@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"00217edae1f4f9158bb79136b177861fba528a1e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.1.4.tgz","fileCount":64,"integrity":"sha512-B0U/Zyw6IRaQRC60qy3hhA7ev4NiFI9LYUyx8ZhivSnSplf+qyZuYOCvuQ8aJuNX332vOpC50A9Vzq/h3fp+Kw==","signatures":[{"sig":"MEUCIBDnCm4L9ZxGDlPY9c847LDqb38vI5v1pq6HZnQfUaBPAiEA4IBIF6+YdF7+6rVt4lwyxq2ai1ZcasLbN5woY4GUWd4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":776158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0zqrCRA9TVsSAnZWagAAY94P/3Js66S/JkCz9M7VCo3l\nmkhRwAR/4q+4TBWc6WuPWUN2c3//0wU+MLqL63QbUoTZfAnM+YfKnmvtCc2L\n0CG0d9ra6cmf48Rb7zx22vEOwiC0jB+n4k0e4a/WY6r7wMxGK8QTtQ2TK8/T\nSEzC32i/E5rrncPhaOhpsuYBtspC0sYX7qL3vCHxjRTcS4dtGcAMKNspUQO2\nKcdGLUfnpaEq/aap7dzvl2pL29oG3h/xMdc45jM7wDySATnJgd8n/I0r37FG\ncHAO4huuhGOTg8LUdVqZKl8CDN3Pc3ipkGZYJZA4vDwq8b4D77TywXiMDA/u\nmCLuAl3SFs+5GW+xa3fwlT6PLRC8Wjao9tYZ3Q85ttLwArkCfQEs6JNEkQI+\n4EyAsmOaSaj+DIwYnJrRuH6Xz+ZQZfrk9zYPaEAL+3DgL2O9C5KDL2gjGHd5\ngyidySDNyPvm8AVKuaVsExIICilss/+PXVwe1n9XjkkcKXxNuSTiZEPmxD9B\nyqy5SKbSGlB/vdt/rrcLSXkew2Wk1m9P6Aj16pUV3x4AHAWu8Tta2thjVX5f\nOUOhpLmImJnG1x1xg1TDGqdwAIYj0Bidgi9DB3LZVhCj10wm1ng4KKSUs7T1\nC78U5UwU0GzUu/sYRuPOSp2pZ0KTwakkam86nHDzzwOg808w9h3aLADMDJ8f\nc3cf\r\n=hLxh\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.13","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.1.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.1.4_1624455850507_0.2678914454589296","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@urql/exchange-graphcache","version":"4.2.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.2.0","maintainers":[{"name":"gksander","email":"gksander93@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"f60f16bacbc4884f7937eb9adba61b2b9b036ea4","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.2.0.tgz","fileCount":64,"integrity":"sha512-2b45KCrjH82NzyKs47XYhWFg8oUvvROKfwpC/ZBorzjwijqLHUO/SKoaF6tNVkJ8Db1Y7sXBwnU/yZZ4wkiiSQ==","signatures":[{"sig":"MEYCIQCvx+mBF1I4AD3Nh5CSKxiqLsacG3OqxkZsBn87+VrBMwIhAM+A0Hh+sUT77ZdClm+xdOwZxQZIBq56qYdR3CqC+4hD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":777023,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5IWBCRA9TVsSAnZWagAALJYP/2JfiD1dI74ry/gu9825\nlmGAzv7jzDpni9QvNtipLCyH/+f9O4Ey8aytV5TtmOvgr0PxLzafNCtGVmSU\nTjX7lQUZQh0IJx4A+vS65TqGMAcX3I1yZh60KOTjSfx6kGACKI11RKmxiZ/0\n1e73Nc3ZwIMwbPu6N+3hYhyxPGsXMbchATCOLagecBbf2oYjQ7K+YPRg/X7T\n4B2g64kGEjuK40g/IMRH3iUvH4wwG93g1ewYcIQPjTUtkODmT5gniTSsT3jr\nTz0WErrXMS03i6bwQhM3ACGIB1VvLZn/yudxV3LbYNWlYULsOCjPjZNmP05I\nGRlnwbE6GSeHxha0yMCDL+lamH5zB7wBZicl/htF/I282jMIGHVSHbmA4GxV\nOqYo8Z/p4Q9GBiesV8X5unjb3k+XeonBFwWTQXIz5IIXww33Z1vyY9NScrrU\nCbMYAS2IbeQcAUVYFv04jtKAZIi3pfvWaCpwPRKbsLSIS39xYyJrT5ZHMy6z\n1c6H91ogpGkG3P0qp6BjPX0BxiKKBg4/2KK0VN85FRmx0xnEaFwrKPDO8z0z\nz5SkMloxyB/MKVbLmTDYl4met3F9UuX1addy4UY/H3qtNGeich8GOoUc/hZ0\nzoZrMMGmGctgd6wHTmlVOcc6uKDt1wOr0CG/R3aMPu45jfvWp0kBD5jQx4mP\n7B5u\r\n=b637\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.13","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.1.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.2.0_1625589121142_0.642767903177943","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"@urql/exchange-graphcache","version":"4.2.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.2.1","maintainers":[{"name":"gksander","email":"gksander93@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"mhink","email":"mhink1103@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"d47e5ddc687db077e1f1c2ca74c3c020a5fd14f6","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.2.1.tgz","fileCount":64,"integrity":"sha512-0scI3Lk449WdeQXV90pf7m42W4uzzNAiLOTiQ3ogLSarazn+jmsB9i233jctF26ud+KD110lIysFgyR3UXm+/g==","signatures":[{"sig":"MEUCIQD//9EDIe/luGi8OfNq2Uv+Dqf0RJ2AthJ4JVhmcaUnAgIgNPcqgMSWSmTyURmn4aleNiOOYPwQNoV8vNl/0dQOW/o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":776376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg51GZCRA9TVsSAnZWagAABP4QAIYdNegpuyOUVMwSVUlM\nc2QDu4bCawm8b4e7vmeLZy/JlhIvipX6kBBkKJTF4R5Ch6sfamNRh048Wj5L\ntgFZ9Omu3lWUhImCzyycoKBONHx0xhnI1is4q3iRp2MFkcTrpaLcGEei06h7\nb0XO8eEQ4T7QdiQYm2Fu/6tcEASVnRYeExnISRvztAGt2TB0galv8xWPqzQe\nu5rfo3jljcp/knYTq7FEZAJ38DlG2O/tNeFx4dHaYS3HW18yOSWOYSb2GqW6\nMZ9kJq7poYEnAetcAjXqJKM7r35Eo2AO0P1+itteM13uy+Z9lsbtzNsMb62k\niIk8a2ADIEUBwbndS4fpNrrz7/kL/h05JYQQh/WxLW6Hiau/F6I3FxplmSbo\nExwJVV2yKEMefbNx2OJ6rr65OhMCg1xGu7CRegOxRytPvGw38CGJ4p/80EUf\npgwWqZhU7JWLc1YZ41v4dDyksVFAsC5z4cIPud4XS3gOwU8JpM3hGL4nKVKv\n4VdKJRvi5bPBSWq2Qwhy2hJHOkRMzBLBYaFpwLyQYvxDDSykBg9lhMnuFgN3\nTdAJmjyvNn0TX9CjhqU+IwbsdTVSfzrXg4GLkfHrtZDH3xMxpZZhxH4UZY+M\ngAGUp7pgIxctducy9eEPSmVZIJIOW7An0JxhPW0iL1pdhgXXXeWumZGYdkWZ\nO4XZ\r\n=SIwk\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.13","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.1.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.2.1_1625772440447_0.8544834398436862","host":"s3://npm-registry-packages"}},"4.3.0-defer.0":{"name":"@urql/exchange-graphcache","version":"4.3.0-defer.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.0-defer.0","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"a996097456adf0b0278d5385a62d8301eaccbf86","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.0-defer.0.tgz","fileCount":75,"integrity":"sha512-StqxdS3VITqEUOchpiuWIAeV6jC1XTdDw4QqcvmTjW47E4f/juysDf/K/jp8unoR5Q7JaM98vWB1L9diWeGXKA==","signatures":[{"sig":"MEQCICIGBQQe6B3Cx3ZQkKv40jbfIbBM3tNaEgSTmBYd9LwcAiB04Q+fD4LxTRbyDjXb+7MoPWCRzIo1jiBWgNntCKlvfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":792126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFXGcCRA9TVsSAnZWagAARXAP/jHQVgsTItGSgmvnNrBz\nBtl8aRL04KToYnT5oLxIjRwvMqZ1PEp5jNgh9ePsmwWUK19yyR4s5rfIFQ6a\npOb8t2YJqBSlzwf3UnkadbBI3ArQXNkQxbVTiAqO2UB6UCf09Pc5To9XLfd3\nBIMbd2WPKiU/j1GgGdRD78LReC/QLa1ps/9DApzDOSLiZ7E9tqKZfk4mQqcR\nj9ESHsYKDBWxiPP5+q09RON9TJ+jR641DGPjbqtYM6dARWHA4/sBGX6f0Nts\ng5tRfOYAyCOmV4r8zPuXtbmNLAVQFtxsYsazEahFUy4MbdBrG7x12v+Hudco\nu289mcLdl52TJks4HqpqUJ2tnEgZl6qzrxhjcks9u4FLzaW1JwNWrRTVrKYU\n/bxk6kDbS9EUsjXnowVJCrKSrCN+L9Gmh92wxV3905IaMQGXkV5GfhSVJxV/\n9Hg+bHFH5eJrEo/0nQ9x7ME1vjqJjV3YcxIDpr0iL184tJIRHlS8KGtKTfLo\ntXmBz65yQnTtLkW4uIYKJNbqjORyU1xP9ddX4xBxiOW8viAJnH5mHUaLqt7V\nWFN6/PRY+QEwbSk7sEEptOFogrv07fF3hiMVDb6hTHhf7TWbXAxe4zvrB49P\nPi8o2edwL5kasqHYSzb69hy0iUDlmpoM+r7sP2zLiDpX2FwN7oytK1XIWiEi\noifq\r\n=vJPh\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2018–2020 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.0-defer.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.0-defer.0_1628795292605_0.019908523927845367","host":"s3://npm-registry-packages"}},"4.3.0-deepeql.0":{"name":"@urql/exchange-graphcache","version":"4.3.0-deepeql.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.0-deepeql.0","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"b3d6c386f6b0f72bf1aa8c458fabd02c4861e9b0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.0-deepeql.0.tgz","fileCount":75,"integrity":"sha512-0BT1nAdgSnzDSW7ws5cUFoIMIl5rHFlKHWLVcqKIthbNKQljpVf8nGacVSm/sUBuxjt6JZVumB2bVqUwpFCyfw==","signatures":[{"sig":"MEQCIEpFadhKqP0IHzkLhdISgFx03kAJpJPF0eghIye3spSpAiBeuMsaZqF2E0UUK/lwwnU/ZIQijpkplhodJwM3AynTgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":789114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGmGoCRA9TVsSAnZWagAAMVYP/0aMkNWz3CxTbieE1EVA\nR2wghFj7RUUvdhNwSKH2WZIU/RtJSDuJU1S2utfGUHJl3jgp+B2bJOvdrlT4\nrfzLQm0yy0ifQH+AL2/8RuWIVnyr6Vekj0sqDzWZgpiPpqETACYyB9Ce//1Z\ntq3O8VxThRTTCRl0MgLvocTFWAh1d+utATKvzsjNA6WWZ3ZrIDXfXzEOumn+\n6ZMhL0TJwnkYhxG8S4oXZFS9ebWlnPeaaa1Brm3sfohcB1WsJFKDcHhSf4DR\ncr84LeT56DCe1z9C1qWvcnf2EE1GbhUMF7CLa9W0mNJDKC3oxeQWyleCvg4Z\niRcAnDrKyp6mUOTY+dUgKhLbpYPdP2F0tRfqWjo7WjDTnCWGEqeHOofR0k2H\nMxm/qJEDH4XJdkTcmyXpbURDmXx3Cmmoww2ufz2NDogY5WEo0pZAwDoODyBX\nzZk8xhtms9lKjMmsNQ1Y92s5gPGMMZyAloLKRnDYQ72ZKW6LXBZQ6dCEVQaV\nFuFlC1imuOyUgu70PWA2eOi5DNdadhO3DaF9B2f4xYy/BPFkvUh0ZiRTMsCu\npj0A8og0bUMT7V8O0oF2Inr4twvYPqyCC4rsmnzS7FXJuYlTXCkRzAvgBIIy\ndDZRifMBL6C68sVcs2kC86nyAKRObmLw1+8V2VdkXmtLbQymRHjayXPV5IeO\nS0u+\r\n=i2/t\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2018–2020 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"wonka":"^4.0.14","@urql/core":">=2.1.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.0-deepeql.0_1629118888112_0.008405716256899565","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"@urql/exchange-graphcache","version":"4.3.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.0","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"741493a409e059b796de6d483d5be9e2c0089294","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.0.tgz","fileCount":64,"integrity":"sha512-r2jiBOS6yFYck0X/mPOnxa7Yvi+wH84O18kUAaCxxes238Miztz4DSf4ICXg5xlxWBuxKJelLibZT4spfRR3Xw==","signatures":[{"sig":"MEQCIDbr0ypssHo/Cmw83zqib8WOFMb9Y5i7ZuhaxKMVDtnfAiBX9ZrHCAd/Bv6j/B3TBMqpjO20r/DJYtFBJjwbMTtbnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":806702,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG/crCRA9TVsSAnZWagAAql0P/jsZfc7R4YfcGbM4oNZD\nPD+yfQrSJ4JrZluXdXtLPwHgjWYFbeXA9a1SoRY2IULDtuDhIHJCu9ZXj42s\nssxrW5yS06/8QI18nx9BBdLoYZx9Tb8p5jwGRvSlQnvL9jCHn5HsEOMAUf4D\nvbvgR3N5UKgV46ySvrqzDvYKxpb68bWrzYkP4lsBTaQWNXNPivUpu6mng40v\noFY3pr5P8Wv0XHJGfU0Iq+j4w7tFwa7SF0YnYfmtIcff8Ue/WAOFJoTBLr34\n/Qvdfh1+uEuCz1R8xcGLWuOvQOI32NU1bjNXXDbu2Z/ke1H3x5lhmbl5+0c6\nAiHIs3H/PTG5lyPmJJyRy5JAqvWWRzZEggjhHI6x+bWp4R5e9tcsVVZBz2mb\nQhDsLR9C2pke2kgwRO6m7y7d+M5LjR+mCK45p22gxplTTCh4CWhZe6s56Y+O\nrZ3RcyNyDIxbbULEAiS4N0ApO5rAnP/tEal8kSESjnqsAn1Zs9x7UqclRMwn\nXrUyEq52HjopdblemJLyFmq8FBaV6lo7Lqt1qaWnSwwaY+SLnuSSMhsqDoql\nEDdEY4yZNNVIs7xrflNd+X9J6pFG7xWq4RRziB1evcXEczZmD3pWEGWl6USe\nG9QKPJr+Ym1NFptyghqy8wvbNBBgE1v7n1pxxqSgFGuS70wldfpNzu750pOI\n1On+\r\n=Dukg\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.14","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.0_1629222698951_0.4153536467193164","host":"s3://npm-registry-packages"}},"4.3.1":{"name":"@urql/exchange-graphcache","version":"4.3.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.1","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"c6e10a8759ebe0a814768c6996cdf4c848b85e07","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.1.tgz","fileCount":64,"integrity":"sha512-O8ou+JJt2j7cQ+WmrKJ49D9TLXm6aueSLR9MUl+6mzrZiZ8ZuDREug0Zhk8MjBi25oeUPiu56cVqMnxLvBsg3A==","signatures":[{"sig":"MEUCIQDdfP+2CDnph0u1q3cUvcq0B9Q7+jMdaSjYMugDoc1HdwIgQqsJAes+rEH54B7ABX0lghRJnjhqFi0LHPi5Dc/C6So=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":808400,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJXsZCRA9TVsSAnZWagAAbjsP/0sxOHaZeJf1RSz7LT6U\nx8PzqKc0f4Rc6c6x7R4Uh4WJhDUwhK2r01Te2+absZA5jvCQfiUsXaTY5Qqg\n+p5adD+gJFFSMzRuh7MMu6QzIxcK/CUVvPykWkB+Uy7gt7GaJfw44WbXx73T\nCWoMXnQ4/WqYLHoD0oemQNXzA7dfhfmUT2fmV8RmCHPmFZsLBMsbbJmEWWGd\nx1PXbe9AXNYu+kGf+UXpa8BV8vg8R83gVlsMl9hNgReVP5HwFrOFmZH6cAg+\nnlm+JPe9o1ds82NM0rnx157BDtaPyXK9449K5dgVseGB1BPyB3eEQn8qT7NS\nYbZXv4tDV8DISEaxtOkarz5USeRaHp7kRxuWy7scZwcwykY8XcL3PglzouAC\n6GLfR0WmSy3n/Q3THQGiDKJzUEL/zx5yo1QDEozS71ZXEwOEr2mX0iaPZjw+\nTPUWCIByTalc5i0+EOGN/5f1fQe1E0q2yPhrIuaudK1LBUhGgAoZmSboVRKG\nOX7jwDXBoOhDli0yVVNxKvg4P0I4oA6QH/f1NCQ0OsCwOhk1rALOSStM1LwB\nmctgusEnm1VQd6R0EMGXd073iqT0h0xgjDiGM5SNED0+/PQLvWvLOvFLdOtP\nIems5sdPxqYFiaEoDVJICI2LvHt+ytkgQqfBiIzntXSaC4TKdhkm+JpHoC9a\nslrP\r\n=K3hY\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.14","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.1_1629846290528_0.11010253400657888","host":"s3://npm-registry-packages"}},"4.3.2":{"name":"@urql/exchange-graphcache","version":"4.3.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.2","maintainers":[{"name":"beccanelson","email":"beccanelsonbailey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"ccd0b171004e2d6da50725df65f38bf7ce1a68dc","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.2.tgz","fileCount":64,"integrity":"sha512-stT8Xl4h5XiT9bYqag0ApzawMUFFve2Hve09JN+4oB74bKjXG6qzGiQ33k+1wq1GP3qWvS4njGv0CqU52+XzbA==","signatures":[{"sig":"MEUCIQCGlIS27t5vql/43aMjsN19PQ4UhiLxhVusYzKjIeYQzgIgTnJRqVNDCCxXynWOarlRhrrWbeaJvpPr5MB4ixSv3GA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":810168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKQuUCRA9TVsSAnZWagAAPQYP/iiDPYBhnw5nYrUeEBzw\nMSx5D1W3Dd0N8lDbA9QId3Dg0jg352iVITebQJV1yeR0Zpi3J/fWNfuHadyg\n7QXXzY9hWBhMPCFXbmHBKHdXFPFF+pIA+G3wIBTnyAUVwccLbnSetOwnV5Rr\njcpWpYm8N2ECpvB0UjKpet+uAPrazvqCdQz+ozzW7LMIbDpD9UCBqQlSbHjm\nf1jpc9aLPZH/v1U1voe0I30YVOuR1nHQpyjPIBfBPeX2x51jkZVB4cgVG5+g\nrHsPDeEjXrT0eLg7Vh2rstFu/4ocNQyLePgAwadTeM1FIl989i54ww7j+nRI\nBCs+3J5IWn+n8VjUs/v6HOwWcihVzqx6jU2CYDL5qy60qkxR5/Bi51MnwQGu\nkcGGpIdkf+PazFXFDs9IME+Sb/9WDFNJWd5vRDMRARC9UI9qjBaoMsGJe4Se\nooR2SONJ4KXvqIXBxhATcIK7ZS2K9EaY52YvUPaOA/w0eHSap2yrgwGGEJy/\naB6+N2EB6hAnb3oay8xi647bfVsLJSVv6UTp3woJXreCB53sw1Q9E8d0DN3G\nHBgrLZHjan/+f6+3p8HZWR4N7sf2PjCsbsHCE32QzXJvpUhby9oSQGtdM2iS\nicVv96/csERGU+GZRKP/TX4WQU01TCvtCBXckQEFdn1KBleA634yaQNmGUy/\n8Vw6\r\n=Hy1w\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.14","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.2_1630079892806_0.6414199160404235","host":"s3://npm-registry-packages"}},"4.3.3":{"name":"@urql/exchange-graphcache","version":"4.3.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.3","maintainers":[{"name":"beccanelson","email":"beccanelsonbailey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"5a4fee253458fd2faeb70a2bb1474d4f775f7846","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.3.tgz","fileCount":64,"integrity":"sha512-30xFeagf1pJj+ilQeujY0J/qczFW6kQHMbK+WzLBjuomVkn/+D2ZCylMplaUMZ2gYKZ6hHIpkG4MWX1KUnmqhQ==","signatures":[{"sig":"MEUCIG2b2X99BiO9EXTGW99S8QjTt/HrcLvcomtfPT4+rM0kAiEA2CWqcfshPANbIzgIyF8F7dzQAGSsuqJNVOilhf5mSD4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":810291,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLNpiCRA9TVsSAnZWagAAsrEQAIqMGVB+XXECZma/HlwN\n+geFYeJ5zF9AtLWmIJejQD9y+ldL7i8hDdqMgSOPNh5NQetgbL2RKy46GaV7\nfnmNksxR/MAakJq45Rmp29OdC/Rugs7DdnXcXfj2Errs2qM8SDBY62W1V7Um\ncCfDWNUa1ETPEcnXeelyBhmXCdoli21NCJPj0NxDUCWm3nkb5fUIir/V01v2\nta09kxsyHpyELNPLiL+0vzOdrCc0koyjZx/nGkenZj6VS/lwE6PC5YyOUkmv\nmjI1DIk1kK0xM45QR1ODOGEHnXRT7MzDlmqCWSR1JiT0H5qwA3U4m53CKzBZ\nl5UQoRhEiT/2Mozc/Za8wImU17rdKyITH+DiEcwJXNLIzXdp4ap87GfdDYRg\nFtkV/9QJYKafuV+nplOXZCbLCoQkLkjF6VF8SqXf/p2eyS3WVV/6nvOLegpq\nEDypItsfpCQqwL+t3pyxqqFNSLuvBFU2AR+mJxjzQbvgNxa4cxJPlJa9b8/H\nWKR3kjxgjVxWlAvqnNJ39UtxfIUpb4pCVEKARApnTgLbHW2FTL0d9bDE3wvL\nIzDamA6/PmzpAWC4vc1Bw6IHz5Ql2xnfbraJHVpNPTOCBHUyl56oDTIy0Xo4\nTSBaigFFat8rlCjVxdhrFVIsPJZPZV1eZrurDDRED3YBPoKiH3zo8TI700ro\nLWMa\r\n=IeHe\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.14","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.3_1630329442047_0.40699298746924706","host":"s3://npm-registry-packages"}},"4.3.4":{"name":"@urql/exchange-graphcache","version":"4.3.4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.4","maintainers":[{"name":"beccanelson","email":"beccanelsonbailey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"e08e66311b1b9df7fca69357f848e996b0407a44","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.4.tgz","fileCount":64,"integrity":"sha512-/PfSTFQnS3HHpFwv76ePSzBX0XpBVotVnubvXElhOQnJFOg/eTZo2TZQ3t31TCG1rtnByeqXmkB6cXHG4aePXg==","signatures":[{"sig":"MEQCIG1dc56J4sX5/MI3SLGMlMczF1os9c/aAjqDJ1bH+vcBAiAkoAIHV0uDSjWXkQdO/5oq6P02D4m4ZwiizD4i+Y1s9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":810762},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.15","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.4_1632332963990_0.18743974218591686","host":"s3://npm-registry-packages"}},"4.3.5":{"name":"@urql/exchange-graphcache","version":"4.3.5","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.5","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"beccanelson","email":"beccanelsonbailey@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"27727cd1c5ba5d23c98aa43eea86c609e81afc2a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.5.tgz","fileCount":64,"integrity":"sha512-q5/CzNtSxd5fW/YZ94KABmtQ34XliyS+KKKhyJ+/y66D7mYrN/ZEiuKTlnB7FTt9GLZ0yRtgIfXjwoGicB/Tlw==","signatures":[{"sig":"MEUCIA9XKeB8trGzbgDiH/hhJe6bjQNNNek69sK9WC6Nq4oyAiEAzq1OqDJkqOAWbVAA0wp3VjYhm/XGIeeSA3hZP3I0+2A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":811620},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.15","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.5_1632409926757_0.2358855052955391","host":"s3://npm-registry-packages"}},"4.3.6-spec-nullability":{"name":"@urql/exchange-graphcache","version":"4.3.6-spec-nullability","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.6-spec-nullability","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"beccanelson","email":"beccanelsonbailey@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"8374a62282aabfc648b00fcf5c5f1c0dd674cce8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.6-spec-nullability.tgz","fileCount":75,"integrity":"sha512-LDrVu7dzbAciAwtj/9z9HBfbsTzmxZZ/0gmQQY5T5efnmyf71Naz8BdgJ7ZGI3McP+xos+HY+N4p9/OuINlxyw==","signatures":[{"sig":"MEQCICl12T1/ZT5S34QiUGpWgSh+LGbyvrtAsciN4sBNxSRmAiBsWhnNwlwaylXEC9vZZIGpAyNzWujoDk/LQCx2tpAA3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":813784},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2018–2020 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.6-spec-nullability_1633655022498_0.6476982615470204","host":"s3://npm-registry-packages"}},"4.3.6-spec-nullability-1":{"name":"@urql/exchange-graphcache","version":"4.3.6-spec-nullability-1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.6-spec-nullability-1","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"beccanelson","email":"beccanelsonbailey@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"6d30c4349df19d17d0f90c9d471c85b298d6ee72","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.6-spec-nullability-1.tgz","fileCount":75,"integrity":"sha512-7KM+aFfEbZ6GwLRzAqtRLwoLb4sq3PA1sOxCk0aMPdJhdOTSwq7DUWAWVsfTbeFmZ7MrBYAInSNIQZBz6GXUcA==","signatures":[{"sig":"MEYCIQC3+XkSsO9sWa+dJvPPR4cfhsmjs2p0o7PsrwnxwqOk9AIhAJkKZVZXiq/26UeRKJkZZgkmfFqKxOUUhtgML52jzBSk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":815293},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2018–2020 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.6-spec-nullability-1_1633656156652_0.8798287610805153","host":"s3://npm-registry-packages"}},"4.3.6-spec-nullability-2":{"name":"@urql/exchange-graphcache","version":"4.3.6-spec-nullability-2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.6-spec-nullability-2","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"bmathews","email":"spoonart@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"beccanelson","email":"beccanelsonbailey@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parker.ziegler@formidable.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"a140e79f21c6cf962be8d4db71966c08f5480cfe","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.6-spec-nullability-2.tgz","fileCount":75,"integrity":"sha512-5YukOVOfiRJgEwVeJsfwJZRW+ZoldXvvq4X3V6WEDA9Sv9dtdaWTQemPXYktoXHOfuSXfvsLuVq7m+WR+TewlQ==","signatures":[{"sig":"MEYCIQDE1ezge2umqbQ3ZdwXvckfih6TMXM68PGmEZ8eylibOAIhANIhOYauKJNGN/mGdzMU5qqdcoPoLpWH/WcI7ZZNC2Vb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":817293},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"repository":{"url":"https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"description":"A normalized and configurable cache exchange for urql","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2018–2020 Formidable\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"graphql":"^15.4.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.6-spec-nullability-2_1633658316368_0.7359722226736938","host":"s3://npm-registry-packages"}},"4.3.6":{"name":"@urql/exchange-graphcache","version":"4.3.6","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.3.6","maintainers":[{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"paulathevalley","email":"lavalle.paula@gmail.com"},{"name":"tptee","email":"tyler@tylerpaulthompson.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"ebrillhart","email":"emma.brillhart@gmail.com"},{"name":"stefvhuynh","email":"huynh.stefan@gmail.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"boygirl","email":"lauren.eastridge@formidable.com"},{"name":"beccanelson","email":"beccanelsonbailey@gmail.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"hartzis","email":"brianhartz@gmail.com"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"fea25b8877a704a9d65bdd29578fa6e9fd31bfa5","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.6.tgz","fileCount":64,"integrity":"sha512-RDEi1954lcnwBK2dwQGaxOInuebZrRliz2v7aAuQasj49N9bWYrlSkBfELG14EzOL7NI23IUaeLeaDN7MouDJg==","signatures":[{"sig":"MEUCIAW0RjRtwYcjBDcDajrpdNOrCfojnOvohkOHTNj6KzehAiEAggf98v8Ax00rWtmdWAJASHeskql0R8v8/Apk8j97af8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":812225,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsntZCRA9TVsSAnZWagAAaOMQAKKLa0nqIk/BfvO/otbO\no5/C7QmVB29JpDPWu2gTgTvR5hc/EyXsbW3v/dUSjV3rD0HSaesMMkX5rUir\nzq66HuXkFk5I+rIY5CgRN0KYGPGueTFqAWiRJJ+Suu19KlFl7ftXvPsUII0z\nFtfolRL8SbXbztRmCNI4XzV0Lj7UiRrfG4oAk8mq06DTZa9x0o3+CNT+RXiK\nnC/xskK+yvTsaiM3XRmOmVX7dWzs5MtFR3KsGIDDPPtEpw9xZMOPT/hD6zor\nCG/4RbXJsqukS6vku6OI0g288JoE8UhQe6XgVJto6Xucb5xkm0b1N8gSnnA2\ngJkdTF+whfhx1ucmwbkkoSXUtiiY3abcguxOhTFy7TqN5xvcNfmY8m0yZw+v\nwSjnEfvG6PQGxaoKAKzbSZbfIb/6ozy6bFEx89Qgzq1qAILbT5Q7j9xPKtd/\nIXCCiV14IhI+FR8gAUxKw64Vc1++00IgKm29+Z/D5321yyYgl3h2piHVLWyS\nmJRI+HlZ+ji2LK94GeB/LFFuF5eFp5Se4ebcigDhwzCnbe3uAyduMNSBk65v\nwzbCdsUtIbrJqhZBJMqdB8eVgVol1JqeSzrKVeQikv1c5up06x/kAzQm0/P0\nVZzIvm0uKm2J9cFN/dy7vXjTIwZjr32WuQnPJ7bpBYRRvxRuGQQ1eVCYdpom\nAgB5\r\n=vsuO\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.15","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.6"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.3.6_1639086937634_0.5483186392182704","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"@urql/exchange-graphcache","version":"4.4.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.4.0","maintainers":[{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"jpdriver","email":"jpsdriver@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"f0606501ab8d53713001e24dbd228cc2793e9066","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.4.0.tgz","fileCount":64,"integrity":"sha512-vr89m7E09XLIGhksBcyrUK19+wttSzz2Ieg8Bkt5UkJ7h7YazO6marWUxwFA6n+3/R5Z5uWt5Wie8f3i+oScxg==","signatures":[{"sig":"MEYCIQCE9nyGIZyLQsWmlFSaesWJy5QAgWP+GUWxOXxWeAQl3wIhAPbNbkX7IA/dNpew+/mqcN/4+xMhws7S1uMYjPGz8/VH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":816808,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieEhqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBbQ//Z7ZpTZhy7V2/jqpCiQLYdOv5m4hVsNDYu+mckAJRxJVgikJB\r\nBV0LDdzUZYTuBp1Aeit7VnARWGdWzHCvXdk+R/n+YOIZZVt4nxdjjW70UQPB\r\n7n5k4Q7wZQ/Ut8EUkST6LKOXM7vQK6dqaejg+nRIrEPJxPnofm3AbIpkqkBi\r\ntDTYMtczva/GITPj42MQXDlvTJh7zmb0wqXJywvg4Y05m4MRqlbVy41bsMMz\r\na4boMz8lB3vjm9pt3giUPdqBiK6yBpH1tJtZ6kdK7onSii1s7Ho+xgQ93FEl\r\n0dWBeofiVbfTVbbASe8MN45ry8HdZy1VekFjwU5ltxuxkjj+UyYojuKYn6/w\r\nQgNLabt5J2t0UiflIyjscKi3BSYjSKK8F7q3gNm5HG7k/JpLrzvWasLdLHVg\r\nE62K48HuUyhu8AoVnRj+nhAP85jND8V27G21FC/44G386STvOFClNNRQddj/\r\n5DuoyvonrXsxcW7XhgSx6lsNBJNWEjDY5O6Ir5WS5RtZLKjAoK/+Jmh5fTpx\r\neZQpc6jL+l3maWhkBrqvphCj+hVjEn1xiPcX2Xh7+Vq1ZhvwnFGy7RWaOBfb\r\ndQG432M9xM8C+NWhXIdUNEkm/C0weznSi30R44PIqXiLYiORO0L2ZRg3LeW9\r\njPJWpc3smC7LPP3moMlmlDfR3E9+ZVzFGAw=\r\n=/Inm\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.16","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.19.1","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.3.6"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.4.0_1652050026536_0.7108237276809071","host":"s3://npm-registry-packages"}},"4.4.1":{"name":"@urql/exchange-graphcache","version":"4.4.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.4.1","maintainers":[{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"jpdriver","email":"jpsdriver@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"31d5fefa64c894e1b04a29da226b53bbd689c9ab","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.4.1.tgz","fileCount":64,"integrity":"sha512-HrAC9Uzsw6GJhHI8BfwkTrGode+unVFAvFF1ih2KeQh8vnwbPf+0NjXSz6wYcmWA7OjgL3oHkqclDtXMd06zbg==","signatures":[{"sig":"MEYCIQDIG919686+4I6+wF+uBzSOKGwU05lbbj+QcunM54uDfAIhALu9rx/HojpLP4sLF3qhSwNJRTX7KOGUIjcAHKtt5I8U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":818473,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijSX8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5jA/+KJkz0m0O0eGdul056f5t9q+cak1tQ+ZeBMr+Iifw4/jgilVU\r\nyf4SmWYWNNNOylfizIjZ0JcBbdELO50zpzGZRXYIJModPd9YnUhbGqVkwXoR\r\nzmkyrl9/hcwVCUjVQ7ql9Ez/wCNBu4QEJ/0HEDnEJpYwWl3miZKbZUqovp4s\r\nVVmj7Jiff5uZQXASr5y7lBRWDY0SaVrbL9u+b6vQ+4U5PSdJT3rAOvKLXXD/\r\neo2IlwdKQx73uQgy9ZHCambvFF3zT2ePqTPILcNjhkNP/V0/ScRJjvX2yklO\r\nYPt2Z+/NseEUsDSAIfW/5LzOVs0CR4G9XB5Zcpv8PzSBAjWGrQuHgCn5Cg8z\r\nQCBtT2z9j0XHXNF96rtLpDI8v3XSw7it3iBk2gvwsL7yMpGBh/m5WdUXI7y9\r\n727TsCcP0+QkhRs9UNryCAkjogcKS/QH6LakXbTbDYl4ASg2W8Fak4HYfgHg\r\nk64Bhz2VtAhWxBVzWF6KhN3Q7H05JqWMILmeyn09FTWXd9dgckUaCND1bxwd\r\nXU5pKrGIecGz6th+eVyd49daIYT2wYkbd/P9rEM+XINqEDExiOX91cTMRqbR\r\nN/2AmsETVXLbjcaarG5HUn9rHxo6vBu3iWMiFqTshDfyTBkFsuJqR08UHqCL\r\n+AKzVGshF+JvAiRNSZxnm5eJ5DJ2o8M7EgM=\r\n=LzZl\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.17","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.19.2","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.5.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.4.1_1653417468225_0.659276303734033","host":"s3://npm-registry-packages"}},"4.4.2":{"name":"@urql/exchange-graphcache","version":"4.4.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.4.2","maintainers":[{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"jpdriver","email":"jpsdriver@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"9d810063e6c7eef7154b60c7004b550592bb36d3","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.4.2.tgz","fileCount":64,"integrity":"sha512-EyWH9//iLIjzmqZvRuPVi7K3PuHz2vVEzsHuKAMF4A3too6usg5G7+bt+yAe1wUKA1ksgYEP6iXTcoGKt+tgYQ==","signatures":[{"sig":"MEUCIHD+mtGzzBoGWVNf49CZH9csoASscF/EKvot6/DzbaX1AiEArPqNrE9eEjJg/dGtOHdlTxkSEzsbF+poEjUvbzmZIAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":822223,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJil2Z2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnvQ//TAEbDPbX/OByW/XvqS7COOnxOdjxO5w+sf9Cdz7EZxlshs8h\r\nN2Xz9pWkhIKszVoNwzLTF4Yr0UYsMjn7JTDRsv90w/OlPYAXkmOITY8tg3aI\r\nxy10hF4hM5sY3qmwvTgGMz3v6Y2l7dehPHVkYacZu1TkC+kLq6K15liwNuO3\r\niZF26lqdjT3whzRUa4U6gpfN6AV78WFmdav20XRCdAKrD+EPhFidAR7w5GYg\r\n4PE+gqyAFxcffiu0T/1cqFbsVyAefEh/UtuT1niSV4mvN1dqCT6Q5ZziZNHs\r\nYGotkd9Ad0ZM/7qCnTpxstk+48Q0Yekh7EFILU7wxUEBmaeFQciXwMY2jNBa\r\ns3GkmsQEFHxK5KZjxgxHobzbifT5bYRfL4r+3LtehwEg1xoMZXdzz6RJtghB\r\nU8oNeut05DfuOLkf6eFIaU/MD3bi0nMHPjr00FLWdTCc4Xsv5Z7EnkfHEuKn\r\n5by2z2WjjCbzm0Ux4GIsy8RCnNLFHMjlZojHf12P/Dshb2Ugz1n9/r0K5G/v\r\nvnOPwK2qjamCsGqkMNL4IwMLqcCe9jcEHtR5fNdJvpDomxdEw+uXXuIEpgEL\r\nROJvEqHMmajQFjpwH2n6BhArJbiITbUo/rjZEL7sx/1o3tSFN7e1FyVaH3ai\r\na/Fiia4ZjwXKRGjueBjN2B32vBJAVmo7MGI=\r\n=BF+u\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.17","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.19.2","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.5.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.4.2_1654089334507_0.14831658636599854","host":"s3://npm-registry-packages"}},"4.4.3":{"name":"@urql/exchange-graphcache","version":"4.4.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@4.4.3","maintainers":[{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"jpdriver","email":"jpsdriver@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryanisinallofus","email":"ryanrray@gmail.com"},{"name":"samwhale","email":"samuelestrella226@gmail.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"3c8295a16c730918e1d01de42a2f180a777b98ca","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.4.3.tgz","fileCount":64,"integrity":"sha512-EPXRCzq929RjVDym4NP4mO6bsyGE6J1JzUxE9vpm04VjZtK90Ag4bgftFdkHsMHh4ydvokLKQjCRVqGxKEBnEg==","signatures":[{"sig":"MEQCIFtAH2VcEAxIa2ISLYyWQpvE4YcKA2veaSaOOs4LP2MBAiAFOVate1KdrLhI2bcJMY5tDpndKtVfZxrX5rPPeXb5Ag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":967757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiohUTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolUBAAjDNhOyhwwCFxFaH80sSpkqZGyMLQhKqq3pJpGpjuJsfj6MDs\r\nWmVMPN7C+wTXvtfZ0pjYxWsxvC+3biZ2sHf84nE5WLdY9vWYL97OlBZenfz3\r\n0kyLEqOAKjZbePGM05NzTuEk8ZVYk+l3FZKL6FrFBlWRKQgd9RjE/g9emaIp\r\nBmrswTJZ/tYgIWRV0nMSS3Ex9Fdcg/2hK/EAAwuRhdYT8aDabAdHJSaDNWOn\r\naAD+QKSeKLGxYXklwv+f/JqsIBqoo05KU71zOgskHE2OWXYlsSZP6491Yl02\r\nSLMjGpLFiCpwqOe4uLQ0hFzLNU9/AwESdsYtqDEaCtcVO6nQrr46U3aNXWqV\r\nksK8OXCc5RQy/HNEsKE1xPAMrYFiLqwxsWXR+b0T+BhM9Cm5Nv7pqyUdHT92\r\nZN7XPItL+hti/V9tzW6RAJxe7uchBSiYnJcbCWN98Y9IbDYTtFbUHu4e2MZ7\r\nI3ANy6pnLHs1GQlcoy2KwGCUNNZlM9+OZILR/IIUSon+BBG2rHZQlsiBI075\r\nM7zxz6/MinlJffn+LyBVgwzGaSNkK2HwNgB3DrCTdhoBecf4D0LM3sZSNlo4\r\n6OSk2GxpVm8x63fxrfTWafcZi6Pu15BopZ5+yZoHHFpqQncy+amXJuSs6H0C\r\n+Bwtu4MIK6S84ROzQyOhiFWlT9yrcjIGAa8=\r\n=S3ZP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.17","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.19.3","dependencies":{"wonka":"^4.0.14","@urql/core":">=2.5.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_4.4.3_1654789394918_0.3946218504137482","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@urql/exchange-graphcache","version":"5.0.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.0","maintainers":[{"name":"jeremygiberson","email":"jeremygiberson@gmail.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"jpdriver","email":"jpsdriver@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"mfulgham","email":"monet.fulgham@formidable.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"f86f536f016478f4a06d4900b64993cb57c945d9","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.0.tgz","fileCount":56,"integrity":"sha512-REUA1SBrPQukxHq+IpBrLihSAW9J/QOOK3XPCfO5wtkg9FaBp3VV0MlOL/CItZYvfVvgnfLWMzwIDAcUCDZmgA==","signatures":[{"sig":"MEUCIQD7ZVayxZvYXcYNXw0QMnOmX4O1lBS6z6czjOhUH9kVfQIgYLhvUX7NftTrZZfr3QVaCCgUT1wyWyL7+ZqFrlnLzn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":968832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/6BqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3rA/+LONNhXZXg6jHB2qB3TmjLfkJ3fXlA+qdsFSfCgHOI+GPD/Ke\r\njr8v9+/ypiJm7oIUXAXk5vkakXWhi5TjZGyZqBHUM0fnmdHUc+eU5vzVhI5f\r\n9cLM2OwsrKdl++yDugrsi4YTDcNuwxsZXMDi8wGDJNZLqiFprSPOsCfwV8Ge\r\nL2F13hVakO5b2dOmaUzDyEYWi0dKdwy4HkeEyG8bPJXUTOsD/VhBPandacyg\r\nSHicQ37crOb9gpk/qyigQVd7BqHV9Y9ZmnoCVysQ+1OYVby385cLbL37hpGS\r\n6pPlOpTn1LjLdxjPqHSAl8He4rm9NPwCm7AkuPvCmYDCJWZ7C+yDlmRnZcK7\r\nXXYK2ClgEYF4jSElzhN1m6Z3SF2V1TeIVLNNmVi9dP8UOMNHog4tpPlc3IMS\r\nbnZFKwyDoSBNtPpB+kHeiice5rJ4A4Gw/SiaxIMAYL3mhl9+wxNrRB+zdXYX\r\nPFIJdkpfiAShzHFHzNVAoi94Ca/1zKH+EWUFbi8qJDomUGAODY52j1EhjOVb\r\nzlBSm5fZhjwVmS1mnNqbZU+4uM/D+KWuKqYieLa/vItOvTD5IrbmtSRp428P\r\nc1LygAvOeHfbVv2OG85yqOeQ4ClaiR1DRX+6MzU6sZe+gqw7EBICnXV8mD1S\r\n40XcJyn2DU7FgRdGh/wEEVBrS2UPvdXxCy8=\r\n=uQrC\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.17","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.20.0","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.0_1660919914062_0.44781399389511867","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"@urql/exchange-graphcache","version":"5.0.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.1","maintainers":[{"name":"jeremygiberson","email":"jeremygiberson@gmail.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"jpdriver","email":"jpsdriver@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"3c051d971ba79cccf4aadc2cf87b413c6682cbd3","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.1.tgz","fileCount":56,"integrity":"sha512-sbornx6SaAADycfEex0+npdJwhImSKa+76DAnOjF48wls5bYlG+ewDe0ipWdmV+gQ+t9SDFPLAHBzFURTlQacQ==","signatures":[{"sig":"MEUCIQDRquuKc3KdZZLG/mmjoUs7dCrS79NxIckaxkf9aCfUTwIgY5xaDDpdXBU0nx4ypIXVFAtqmDshMF9mn5EZwX41Fno=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":968969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEIJFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrImg/+JSrRHTI3s6mq47Vxrp8LW8P3V2tWPHpn3mxRN4wK0uYl65oF\r\njCY2CDv8r8CTQfVonmCjTUYCE5iBx3tt5QDjHIqv9Tss66rjj0uOuyPRJlHD\r\nTl+pQ38Pow5BCAeeLpEABDnLV4fGHZv0iFFTHOJ8oXBpL62YxBTbVH29Nktg\r\n91YpPrmQO8t6NXuKS0MeupPvYh41l+alASinmGAo243pYd6VKGbmWDZDVwT6\r\nVK5XMD98mB2Z9QMNHOsiFAKIQ/lYkrrh71bHDszcKasC1VScxHFpzfIfdp2o\r\nCyY1wnks8HAUkSz79mcU/JMYCu5MfHGjzF0aX4lLplZFjPxgvIKShu+QY5jl\r\ndsHjQNldvyRxy+a/7vh3t2MKK8e70ZnkOx7z2r4vGkPp1Apy6wov+S8Xm4rB\r\nB9WIvtSSyYfgpRSW1WBRB8dpx+EkYIYLRO4jh6XF0WOCxbuA8vEe+TX+BpWd\r\na4kuTzp+kHUjXy2OcTENt7pQ6GG6Msf8yayjUnm0IObNwulcXnwTZC9GXf2R\r\nQuRxbgkd3Flo3JXQBKFMNjDpC5fYaviTKF1MNbqVLhK+IxCc3P81VRrck1bn\r\nRNmS0ryKKmow4/gIZjD1aQwfYcxkuip5pVa+QeuLs5awtXLjojj7IU8QTGF+\r\n3izpsoMQvzBWiux5s3NHa0zQJ0MSvMWGEog=\r\n=7ed9\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.17","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.20.0","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.1_1662026309615_0.5656794874025304","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"@urql/exchange-graphcache","version":"5.0.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.2","maintainers":[{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"b30ec3a40f2c87d5d730a7a9eaa2997422eb1e4e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.2.tgz","fileCount":56,"integrity":"sha512-sTqoYewIB/aiSpJoMAjzJDGTO3xnvl3NeWI9fzqg6qFRp9df2uf3W7hy6oS4NKqOK7CZfo+Ct0coawoF/RK5Kg==","signatures":[{"sig":"MEUCIQC51+b+syjJVFKdSuSq4Bi64G4sfSa+9DDC+qqNmcPNGQIgE9JOf5zFt0dZleAz+ohuClHlFujwzCiRXprAvI4cbF0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":974656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSVeMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLoA//Rg/SuQWwi0KMoxXIDqQM7pXiQFgMPVq9W4VlF92hFixn2aNd\r\nWwh0MaGvFNgcxW8ZD2sMJQ91G5A2eRIpyMnRadhQOUoH0JAcENGGsRwOgkQp\r\nRtRB1bngGfSqgqMb8VRoyYhiBWG86nshwgwiy6JRWfBHEETNUS43bzoQwDf5\r\newqCx3ShqpqkWZDuhRFw8X/UaU2UeVberZlCAMkPOj/XvA2tPI4NXaAM+awe\r\nuWQjpCpHx4POMWgsFVQEmOhIQBbETs0jhTnnTFTc/yOXxyL7fpG8WuY7xEa2\r\nXuSSCnHejCwFKqwGVzynffcW5896ZE0cYxMQdyDNNRP+zHFGBW7i52RirNvN\r\noIfX1EZi71kMwjalxJ77BGRktXwfeIq7QZdCH55eAOBhllnZ6J5edSgbUdKW\r\n9a99FOAM+UDNWE3jctjVrASDQXsM9o5u9u/JcdpUYA1MD8RGdCR9Oui4FD1y\r\nRkE8nEDY9Y32lO/ue5mH1bkbzNnTl7VMLXa7lIsPud+BVKdtBXSUrqPpsisz\r\n/LTVK7vPm2azXcSMe7YspOdvwsQ6aUZ+Ou4S8Jj2LCQPCSrT62aFPpczT+MH\r\nJHqYW/qkcGNEpSv+rNw5Kb2TLPSHrgIKZD5yNrQ5JrxgZMbQLb7e5cDlSBB+\r\nUj3ChGlQ/dBRGYtoE1o5My+69V8yWQa29Iw=\r\n=aOEN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"6.14.17","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"14.20.1","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.0.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.2_1665750924226_0.05331403198496054","host":"s3://npm-registry-packages"}},"5.0.3":{"name":"@urql/exchange-graphcache","version":"5.0.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.3","maintainers":[{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"b1670c173dc99b0a06b8f2d3fe33b111d7dcc66f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.3.tgz","fileCount":56,"integrity":"sha512-gDAECRdP1JUStOxOlXV02ftjpfaV0ktoZ2kPzwxhr93mdVZpgvoYatzXknxK9y5zcj+U9QEhf19Hoht4Bgkotg==","signatures":[{"sig":"MEUCIGRWhBxXeXqgGuDTtwGeaEfA3dGBUxKa5XBUZaYVAyFZAiEA4NcDPAnKLW4lgy16CeqFqIIqwcAMNT/J7CY9t4K4bkA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":975531,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV8sGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqzKxAAnxhWBO7LAlOz4fyOkii9xg/nuK0cxA5kF6V94Gc+FRMzVCc/\r\n1b6H9YLwNyaXSlE5jK45vAR8IfZ3LNHYvVUPszZqwWILdehWtSlqaDZx1Zks\r\nTQ1RphCevj6tplEfmn1A2pafu4CnCDoMbXd8I1e74d0lR3ZuQZYv6FWAXyes\r\nerVgSJAw3EvAHV02cbm7akIbRcDfad1OIk80phLG0tdUKgLaEFLRVM/oXcQV\r\nZDwN8fRn3CM7PfegT6igSZfHTDspQ/YjLM+e5jcyoG60yeP4CjZT4uIdqUbZ\r\nCheW3TG/VWuykco3wiIsEcAKbXs8I7/xtDOt+woetq07ezW/w+gyfyBaynGN\r\nrNcnhtwgIeiaLNmN2jclqyUCUZKP5PGDjr4pxzY0lo2MD6GHs11ZOOVtn7+y\r\nhOS9wNO85+Y8kuvlgk7smjW9yT4uOFEtkGHrKuM2obtgn4X1BMFOuV/h4wXA\r\nxCO5Yk7P01575kFfHyz8w8lAxbtm2PwMTGYcaG/Evh02B9UyIfwzC7P4pmvd\r\nlRUZb95cCNlfOfSbWn+dIWxfnHnLnZzfCFjKEd00gE2JGIhoW+GGfB43gLQ2\r\nR2S3mwXB+ObtUvAGgx0hPeRIWRycYNDDUy4Wgxay79WVP/MFULyyH3Ap6HmE\r\n4OJrubjuFZvbZH7LqC5jRr12E5ftUlX2yv4=\r\n=KcaN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"gitHead":"330546724908029d779807946b5fa643bcd43f58","scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"8.15.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.0.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.3_1666697989810_0.035989489942270136","host":"s3://npm-registry-packages"}},"5.0.4":{"name":"@urql/exchange-graphcache","version":"5.0.4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.4","maintainers":[{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"8be25f2bc90f8ed145cbc1f219c98a44990bacf0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.4.tgz","fileCount":56,"integrity":"sha512-h8wuyss+02SNIfQYt0MjRsKrBJ09N64J75fwMyZKThr+DGdWQVbpmJmEV9+GbzIwSK8oWZH8rs3jlvt7LWWPZA==","signatures":[{"sig":"MEYCIQCIoEolBPVDD+Raa1HISrkxs7CjB6B4mGH3d6uLF5OyawIhAKz08UoCkKZM4KcCWyBNuPSo9hUfno5Rj//senRI3gDp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":975864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjW7pbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHGA//Zp5IEXAb8/wC0BYak/0RNpTct0ncNPWSwligrV8y/FY30DAq\r\ncLGQcb2Kc2lrAJmO+0JyVaxavobVf75N/Xs7wFLk1SG4z7VZudAAgvki2sPl\r\nQTEb5+IOidgsDN0psh07cGcExEpt6u9CJOmzAifynQYBDT76wcUXWpYtWjzK\r\neqBYjHWzFUJwST1LR5+21ot1vTqybdOVMLlNvJwnNsPaVmojF9xY0JN0IZx1\r\nULbm0uL8YW8cIe1ZBNnebcDg3/DhxIKDQ5ZgSQ6Fp2/27c+89kEzEGZrJkwY\r\n1Dqb4Iv2kANBZwIMzdZdKHE/3PoE/vsF0bzG8jgw4pIbhD2F34D351/01/2j\r\nm4yfjY79wD8XO7116gJi7TGfPFvdIn2uNJdAJvbm0BSi5OZLA9BOCVczxP0e\r\n5goVSEw8wRJuSsL9gNr49qhE1NBrR0ddvUXfDZt4MgzaiBZ+yQICgooQ3AR7\r\nG2xpKz0ZJ56EkZSihVEXZOhXApEjjAi9y8/leTgr8lDyXnVBJYWF76nXAG0h\r\nT/1WygVU4vXsEgPc7XiEchcQZe/5osaxASCHMc0FhIDJglkoBFGcs3I8kHEa\r\nhW4J7eGkBbPfmTe+kbRxThOnt62Jt7VwKOntunI/tjnZzjARtR2/PTvVcY0Y\r\nwefJ5JwnUIUek63+pkzXGwtWoBmkxy7C5Jo=\r\n=fcxD\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"gitHead":"8fc678e8bf81c72d57f5cf27f03bf3b132dcf951","scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"8.15.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.0.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.4_1666955867002_0.1695691457867068","host":"s3://npm-registry-packages"}},"5.0.5":{"name":"@urql/exchange-graphcache","version":"5.0.5","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.5","maintainers":[{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/FormidableLabs/urql/issues"},"dist":{"shasum":"187a4077b4a0e2c91c5a06eaf8f03231605f7397","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.5.tgz","fileCount":56,"integrity":"sha512-h/42lj/fFPGw+Z/CVs/piDzYUCm1moPTdBpRsRqOsRmmMTHlkl0RQi0qQ+jMmzc1ZkH8Mab1ypj/iv9QLRIgbQ==","signatures":[{"sig":"MEUCIQC4I7YF9+yCrrT5iLs3EAazh3L7MXdo1FkMV/kkCdv0RAIgN4zgK33oxGI9bMu5Loo+yi8lyi6vSXG+mhBiroOQHa8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":976340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjboniACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonUA/+IKQ4sy45wAP7jB320wNGp5u5HT8nA1Pg2wZFbKDSMP7QQbL7\r\nVFtHWFzz2awSFIHIJtryDXz3TXCthZdCF3mGzkwAPZqPxgRGay51XKa1pmJC\r\ngJKKhBB4ywp7Y1k7pM/nAwHNA0v2Dn/ieLfuTMvLTtMGLvIO16+qU0ncJvZf\r\nES+pmaZCAXUkXcZxUFHc9eitk9G9371wcew7G+/dcmzq69gnOHajB3wD/5OH\r\nqiTD/kH84zaKHSjmu+cWf/7rfAk/NznH4sjmRxPxwGZT8SVzwXgJ2CArkjqY\r\niweYJb0FEYe1wN1b/Laooy6WVBOLpbtLrcvvjkrZNck9O+9oVjJhW0rxXtxP\r\nO1kCU5hXzggSdGJuRjiFIPBUHQF2uo1xDQOYXFbcXkxbmYD3kO++Okm4Js+8\r\nKKPIDuyF108Znp+5Nbj4kwdLjtV5qoMcUKBmIanVMA07E+2Vr3bQWOieHDgH\r\nrKwTZ2c15t3oYoycVY8Axpwm3wbd9UuCgtB36W2o1x58WZmDRQnx3K0+EsYX\r\nf/20CucX4PyyVRGKOUzROxVoAhBxjhAFXd6tQlb4pxENSM6f6Jv+hO20IZfb\r\noZ6M9erCy5ZRZGx4BmxiiJAcikPebb2sPXi/RRVdMnU1amgdMgwOeTZM6KBa\r\nwkHp/JAcov+Ws6DVAC2pbkvGZv6nEMqbSXY=\r\n=gZXd\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"../../scripts/jest/preset"},"main":"dist/urql-exchange-graphcache","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"gitHead":"0b307a918242f5a8dadd977fd96b73b1b42d8c56","scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"jest","build":"rollup -c ../../scripts/rollup/config.js","check":"tsc --noEmit","clean":"rimraf dist extras","prepare":"node ../../scripts/prepare/index.js","prepublishOnly":"run-s clean build"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"repository":{"url":"git+https://github.com/FormidableLabs/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"8.19.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.0.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"graphql":"^16.0.0"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.5_1668188642338_0.12299900921376028","host":"s3://npm-registry-packages"}},"5.0.6":{"name":"@urql/exchange-graphcache","version":"5.0.6","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.6","maintainers":[{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"695d129f4a575485c3525e05c5bc04c3305bb56d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.6.tgz","fileCount":83,"integrity":"sha512-rxCltnHY7poesGGtJWQ3de0pz06E0MJwfI9anhipAGlCW7k1QMhQ6bEn7HI46EJz93jgELI5XrUgKpSt2eCJxg==","signatures":[{"sig":"MEQCIBTNcH/H9fADhpgQTMbKbAzrtyiAVxVcwG8NXNdUfaUEAiBQxbRDZZZOffyHb5pRVVlUHIAdHffpUQumJb3gs7Vf0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":624697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkhojACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7fg//aT8BjQySWFSvKW5x5h57xKhtPEvidK3P8mNTN/CenoaAO1Fx\r\nhEOjF4VJ2jr9f4SayyG/FTzXFZ5fUyl7/zKbyjrt/lvaB4va1ob0F4GWuLTz\r\nDwVqy2Uvv25qdDVnVRxBRg6T77nGYNeor0Fd9ZNNhbh0cQS6lqzEXgwm/KkI\r\nBDqJ5WOVNkPMQEO0ITkh2+rpfWuee0IUYgKpmco1ivMqV7jJdqAm6+oz3B4m\r\nGstw1BWavrFPZ/rmvZKlK7kBUHebASjkuiMT4NO7cvWLx0Mp09qCTNn1yKjj\r\nBvMSH0O71NyUdPUx2sPcOpddZJq3XX/VVHMnLqTUBwOmQF3YFGDZH9+0IWvt\r\ndkwaMwQthOpkBAw6fYISUWv66Pgl/l29MxCAeO9dXHE4cpALfZWQGmqTGaqF\r\nEcx5tFfKN94CvcK3il9DWTkBZGT2audj1dDZsMmGyTDz77nSz1fqdy5WQvuX\r\n94pgEZVZd4MS/yTYOMQ8HzXnV+16iSZyvhstW6G5lTHTiagOZNvwQfajgXaZ\r\n3nc63ha5xQhI4GkghvJkukgF3PB0jgpUstXbOdaDYpn+0YtPJeC9aO+KBnfb\r\nBM11jnh5MBmJUaCYlK+0wt9LVhK5LVEp5MFZ+wgry2d8vJ7vJ70Lun5BQ70o\r\n1sgKbyEqFVCTRXUW9n1xuuzJ3yzZAHlyHIg=\r\n=eet3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-5.0.6.tgz","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/b01ff11741cbeab4ea2f3cce7bc40bf3/urql-exchange-graphcache-5.0.6.tgz","_integrity":"sha512-rxCltnHY7poesGGtJWQ3de0pz06E0MJwfI9anhipAGlCW7k1QMhQ6bEn7HI46EJz93jgELI5XrUgKpSt2eCJxg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"8.19.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"urql":"*","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@cypress/react":"^7.0.1","@urql/introspection":"*","@urql/exchange-execute":"*"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.6_1670519331695_0.5625145912681189","host":"s3://npm-registry-packages"}},"5.0.7":{"name":"@urql/exchange-graphcache","version":"5.0.7","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.7","maintainers":[{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"fc4aab0071fd387d64f2c9995b09c21040f1ca63","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.7.tgz","fileCount":56,"integrity":"sha512-loJ9cFXG3GozH0P8J1O301I2mKZezJExZexgeaD0AJQ72g5AiZAq6oDC4freEL5AxNknKX3SqIJtsLDrTmqm0Q==","signatures":[{"sig":"MEQCIBw88ShmILCq/5Io7pDX51kTpHtApwvOyU7PmYY8KLrIAiAqXHwS7MWGQGKSF+z0A9S+92fKpNxsGh9FOW2l93xWpg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":605953,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjk244ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrbaw//eKkQRvt9mbJY8fppzbjsCcW7ziH8ZgIgFOlsJ+bzLx8YOXuH\r\nHNmFaEpKaAbCXoxulnswgLerd/ll5IvtwXTEJ3seRaO5Er0rISsSxT4BFNoM\r\n8Qqvv/wuviuD5ijkQ/SGSMn1oBFur5GHlU23NkWS+m1Nf+KMFXMETOHSD2gz\r\nq/T31bt/CNXEqrQfiukHxT1gcxsQL5Qf5m5ihNa2joPMe7x5kTClEu+FEN8a\r\noTTJM0EoiXvWKfUYLhom4rHw7nXea35JdXh7hbCfIhFOoHMAGISDIMCmgbVv\r\nX0gqb9MP3jy4RphCz4UlAh2HMdVNe6KtGieCHXAE2ugJ0sO+NeytDMWlO3Eo\r\nO6msFMMxErxZOVlr2MjJ69vOnm5af8IylCDGidSSyzaUF4ARt3wuhjCT++Jb\r\n1gcC3yPRLKuwOCgEfw7Klzcuzh75NEYQj3q7fhL81te1NwVNny2QO8mA3y/9\r\nEwd3tyiJBXLHmRRYjBd9NBrfzWeeepV7W6fEyhyR0x71lcf8Bw0gsEId2Y5h\r\nMoOlmygOxb+QyQi6YxZTku77d9cfFlSB/t7GWMkQ51WzmMhxnCKvdxZeup3/\r\ncGpyNOV11HoUMnJZ13I8wWoHfJ1UdOwjYmtsFsubDRwfWRKwxxDaCcmV/nBz\r\nhQQguuZTQb5xysVaAg6X+DvVnbhyYHEVJbI=\r\n=RxWB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-5.0.7.tgz","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/17d63e0f098775ca66c15806176bf321/urql-exchange-graphcache-5.0.7.tgz","_integrity":"sha512-loJ9cFXG3GozH0P8J1O301I2mKZezJExZexgeaD0AJQ72g5AiZAq6oDC4freEL5AxNknKX3SqIJtsLDrTmqm0Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"8.19.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"3.1.1","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.7_1670606392356_0.23028763958521514","host":"s3://npm-registry-packages"}},"5.0.8":{"name":"@urql/exchange-graphcache","version":"5.0.8","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.8","maintainers":[{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"valgeorgiev","email":"valentin.al.georgiev@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"beccanelson","email":"becca.bailey@formidable.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"manosim","email":"hello@manos.im"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"23c3a24a308e062c2a0fdaf4bdfa822dff178d79","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.8.tgz","fileCount":56,"integrity":"sha512-uUomVgpcvcOgFEkNWoz9eEPsZ4KNZpZ5YfopZHQ+SN6eZKtT91XqjHNP0mUdcKqIE3fmbKMiPMKbBvxBwzbOow==","signatures":[{"sig":"MEUCIHMdf03tnnv9MoVTLXBi/fdqU8lASfhRSH4OOP/fwFaqAiEAhyJ1OiF/SuqENRYK9mqvyi3Lg2hJrC73U4UaCLOWf6c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":606658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjlJnLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqC9hAAlLPw/TOcrfP4srxuQnyVa8giwvQYgcpRhbCN7LPjFKGtW0Mo\r\neGetfLRXs2VAIxo9hWbzwp+8TwTaxLmsPMeueuDm6lNw6CzKG6Qlmu1tBaMH\r\nspxIttJrh/+9llxyWqJybHjwAV+M66pgnoOrANu/VZUiWqAVF6hzwRabgTqa\r\n0uxDj5GMJl0exnd6O/PftK10Wuhz9D+28cSN4gyMIsURZd1gHjTXw3B3HiAD\r\ncfUBK1fus2mcIGd3PelCJ+wq2a+inCIHYsCFmNKybJ2T3JDi258LEYrg6Wg/\r\nrhEFL5QjycuYJvULJMPCA4D3UaA9grohv8Q5+gZvUFPm3vPd3httBXqaiHAu\r\noTYD+xp7rckwBMeog6pGo86HggUjMJZsucnVHvBVFLEN06MtE3L0tI7CiL0a\r\nw2hZiP4Ihy5rkSpuTHj4lOI0MeP+tsHAalpN1593oNJnS4FvyMXNRN8NJixi\r\nX8ZK6fuzV3vM2EhACE/b5o6HDAz1lE6LMM5TCnMuz/pnPhqY5ETslM24hSN3\r\nWrAhgOfHxhvtwhnGdPD5HnjIPfKWPUtBnPjXfgnvToirQU0TzgDxIBUjKrdn\r\nwIDes8rUYu13PncNncMSRS8WYKZ211ukRjOgLOkQAlSs4TB5PW4ApfyC4BUC\r\nKmF8IexWtX4IryelFLuaS3JNLhld/tdZAz4=\r\n=yqz2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-5.0.8.tgz","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/0ef7a3074148a295bbb4a9244d7991e1/urql-exchange-graphcache-5.0.8.tgz","_integrity":"sha512-uUomVgpcvcOgFEkNWoz9eEPsZ4KNZpZ5YfopZHQ+SN6eZKtT91XqjHNP0mUdcKqIE3fmbKMiPMKbBvxBwzbOow==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"8.19.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.12.1","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"3.1.1","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.8_1670683082569_0.5142738058126626","host":"s3://npm-registry-packages"}},"0.0.0-canary-2023114201555":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-2023114201555","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-2023114201555","maintainers":[{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"2bb9f27e260dcef40844ea6bbf11f7345d519503","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-2023114201555.tgz","fileCount":56,"integrity":"sha512-1l/zrXcDTXMynkgPQpQhs9hxzowfK0oybH6iI6L3PRqU7XVmwIwQpFblhDHOn6fd+IbyxWb9sE1KuoOKrl/oVw==","signatures":[{"sig":"MEUCIQDEmGKTc26UBif7+sXItmh18BYH7miV/hnME1EqstRdhwIgHlwrNfcSnp4AzdkZIHFe52ChEh/8xz8xU45eoifaMJQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":607329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6+wpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmri9w/9HDmO+gf/iT1+nJBOgCYFQzTZTEwKW6CCzupPdR+SIr7opvxO\r\nKVQjYivAbeynTjalmuJHZQW1t3JN0fAbLN4OCRr7OD4NEMCqELwq6D4+7O9Q\r\nXhbsmLq9KUq3Sz1sKw6hMmO5Vb2YyEzKeml0JCWUDfLJIEYwg2Kdd6AKy6RH\r\nl2T6VafqUSNv4ENsxVWY6xCgCb3W8W2gbJheBnE2OSOWZrdQMmRmKje92utH\r\n65dxrGMfz//DJlMsOVM8I0WLDbCSrGshiKtoHJxvdrM9E4qBX8SFjW7MoahJ\r\nbB8o2tUhicoWtb3VkeHJ1mlb+ukrfrjW6M1VWWB7+YwtGCeUfnug0Bj8DXDc\r\naiSfEE8aeEVkJoPbFdG+rWzW6XAMF5HsWqtG+nkAM9nzknrJp7CywihadAwS\r\nZitAosa2P/kosg9fjNDXJTUsykpEXB9Evu0GFSGlseqIC+S98JGE6BTP6BOz\r\n3smv+HbYCM17IO/v7f1M3OZRUmtbLGtY9XIrC2z7uc9trJi7j6tPXsW0fieu\r\nsyTQ+utjsTFwbAHhtT2ge5RjlUw9M+s1bXT6mTQRnESI61lFVRB6lYWxEHtY\r\ncNXiVe53vYIue0+WgvjOHrMaxrvQX9ck0ndePuWjSLxmROArMsEIsYu+gzrm\r\nibrVGZfqyHFY5/76/mYyg19p2o2wv0t9sUg=\r\n=c/fA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-2023114201555.tgz","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/400394342651b4e3239b872819a0fa55/urql-exchange-graphcache-0.0.0-canary-2023114201555.tgz","_integrity":"sha512-1l/zrXcDTXMynkgPQpQhs9hxzowfK0oybH6iI6L3PRqU7XVmwIwQpFblhDHOn6fd+IbyxWb9sE1KuoOKrl/oVw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.3.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.0","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"3.1.1","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-2023114201555_1676405801421_0.5506735807699008","host":"s3://npm-registry-packages"}},"0.0.0-canary-2023114203623":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-2023114203623","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-2023114203623","maintainers":[{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"b5feb0b54864fb8b41522d0d328056eb7f546493","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-2023114203623.tgz","fileCount":56,"integrity":"sha512-Gb+y4yUZICccfLFFJFjR2amK74Lvqk+fBa4Ec9oBh9x0eyBWZpKHEOR+Or9mxpdyZlS/TKvfpes2w/zh16yyPg==","signatures":[{"sig":"MEYCIQCvLB8Zojt/kUaq+FvFLVSLhZa7Ae9SnQ/OCPL2B4eRSwIhALyVDTsUZm2lGhoG537Oc9WgLb9hkHeMWVjyHPobik6x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":607329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6/DyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrEZxAAlhd53cJTtFVTYay1BLhVCsv+OrFjvuP2D4czuuytzMpv9ix+\r\n9KC01MniInWNEtBPK5QgAMUMXTgo8wD/uSpTqTptxD+W9adMh2YO/UhKpQjw\r\nCTzFZDIIH7XNTpH/KsmQuXLRl4f8W5EDkvGKHp7Jdg1bStpTmwdPVS73krEj\r\n1MCt7DbDhMCGoBLTUNCYtBqaoPlSTPPXNRaCsgrSeWsnRDtmiLl2KBH/PXdS\r\nin/riJqBUaQ/h9RuT2hkjJmZzeVD0gcgmoorhjRIqlSXgbAImNp9j5yb5alj\r\nevbhbdva/gqVq+ON+PH0nXOYTlwzFQcR0wlYZDHomCLcQ4Yo0vRHfYrr6W7i\r\nohPMvFoC4SXREs6ItTLc3Mh25dkaDxOgW5NfuzMzTXOi1/9Kkst18bnftfTK\r\nM4sDquU6x8naBRoQGHh+qJS8voU1kpy1ehLjVMcr0sbU6pfX7r4UofF+xbKC\r\nwbSk3d9UPvds27VudaJdGgNdgDIpqVlny0nZyjzIUqpcEnXlKYEQ6hfzTtn0\r\ns8mflTTQvI24FzxpemWZlTiX1H+ump+OryAbFDQA9p+BqKrK+1mOpAfXZfNc\r\nbdA0mVse8wpgHAqRwYwil+bvZsFoSd/+wAnhLmgo3/7d+Vn/i/bduekLyptp\r\nJHW0SwcKZRHXlJ7Vyi+BZ+DiNyWvFYCzrdQ=\r\n=NBbI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-2023114203623.tgz","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/282b64faf5d13ac515f3fb8673c5b2cf/urql-exchange-graphcache-0.0.0-canary-2023114203623.tgz","_integrity":"sha512-Gb+y4yUZICccfLFFJFjR2amK74Lvqk+fBa4Ec9oBh9x0eyBWZpKHEOR+Or9mxpdyZlS/TKvfpes2w/zh16yyPg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.3.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.0","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"3.1.1","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-2023114203623_1676407026667_0.8511591713370112","host":"s3://npm-registry-packages"}},"5.0.9":{"name":"@urql/exchange-graphcache","version":"5.0.9","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.9","maintainers":[{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"575b90bc8efb8ab29896210825b4fad60863d65b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.9.tgz","fileCount":56,"integrity":"sha512-GYhN4YDL+/alF6ci1OFOaL0Ze0GinmuYWrjQjpjl8kP/9ZbXY2LLN/3ZlRG9cCks1nxyea/9h4IS0mk5LS57lA==","signatures":[{"sig":"MEQCIBuDeceo2mv+0Wkt0ORSHf/HYczR2Y2BuCQWkkq84IgfAiB5+OvcG3qufu3dERGuGYSu6mHprDbT6WUHYmwkEPQj/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":607287,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6/OrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUug//cFObaFyD2UrlNQ6CnNMPcRqX6zjZ0cnPKxq5kwtWx/R0dJoN\r\nTJ4BqNKc98gbAxf4uFeYk0bpBAVuZj8iNeCjPW4ltfOwl84XRowhQl9omcsz\r\nLVdmII8/LVb5Ddwr7LLmt24YfT80VjQRcNlgGFEnHyQ9coU3RXq1PpY+gPKI\r\nNhwyGlLp6n5LDFLqL4eAxdGckg0xERexwWECIj6QOlAjknQWjdrvWGgTAxWR\r\nnKQigIMAtoY/fnXlBTwyLpnsLEmSZ36CHD5HbvL4dDY5HC3TOnoQ9fw3/jjP\r\nZqeDqdRNt7Q2OYZSbgMaDlE6xKXihwCYpXZCMSeh1TVtQajOTOrlYWfONg+h\r\nR4EyyXmyF5PCK2KwN0YldtrfVKz+uf5qvHgDaZLd6Od0U6BI5YpUHyhMhFI/\r\nqa7A/kGKhmuLIU0pKIFHt8WgWVI4GZf88NR3cVE7g0oLunDFkr7j16ItibPB\r\nus05vmy82n5d4DgpzJemG7b/pFfyuuzVnxWmXjC36t2v1X5MC4G5IXM9fc+g\r\nvqLBmiEJhsdnfByq9AVCQiMGTJ8m5/W+0e7mEO7YEgccw1z+oBtaa9EgS49W\r\n77TPLIeEac2VucwN3oH81rIwGFjE74uZELMCzkoEArvIRxYIlvwBmOPCV3vd\r\nMMcw60wKpnXGybUxIBmgF5jFsmu2Jd7llxo=\r\n=Ocdk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-5.0.9.tgz","types":"dist/types/index.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/types/extras/index.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/types/default-storage/index.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/a564b50a3236365238ecff9dc65f8f5d/urql-exchange-graphcache-5.0.9.tgz","_integrity":"sha512-GYhN4YDL+/alF6ci1OFOaL0Ze0GinmuYWrjQjpjl8kP/9ZbXY2LLN/3ZlRG9cCks1nxyea/9h4IS0mk5LS57lA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.3.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.0","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"3.1.1","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.9_1676407723272_0.8695254737704972","host":"s3://npm-registry-packages"}},"5.0.10":{"name":"@urql/exchange-graphcache","version":"5.0.10","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.0.10","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"0c4a0bb0f7db13174b1593d4afa5c5cd524a18f0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.0.10.tgz","fileCount":34,"integrity":"sha512-HpwoaT+sqZGzMxdQIt2yUDylI7ItsvNNFl8aWumcAy2o+OpTEgc3u76YifV7L+/r/CWnYVCBL7QxVB+SydwFgQ==","signatures":[{"sig":"MEQCIEhzVQ8Y6OzB7Fj2uVF2c9GV3RZzYRz8LDou0gQnBAvWAiBRy0A+z1XHMvXLV6qUYY7PMhLnFPxF8/LV2jjlegB29Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":403630,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBLCHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4wg/9GPHxA9e0JmBRrgDeTvRHHVdbA+Z8472/GoPzlLIprUbi/REQ\r\nJxF/i4i6sS5TcryGIodTnWcvxNEQwvKcYAOXtXo8L9u+OWX3At1lXIteQZ4K\r\nQEG1Z6A2ygfcXUC789SLUEaCNkO8pC88LCF0DVtUFGQWRWutgKu6ef+74xx+\r\nM1+AdsoXVThRa/5LJiLU/eR9uQTkm2ohgfFfYKuoxnwShUe/i+DhXDckdzvf\r\n9LbBXDGW+VIRWQhintKafJYxBFDUGpQBj3sjskHR/8SgM4Pv5vPZKdriH0ei\r\ndDUGvrE1Esrzk+sdjOsFw4uEi4i0GWk0nDtf97RKPao4JzwPWgLvjkyjZZB1\r\nq/uUzpHvFHKz7WSw34kDL7aVFJ+9a+moTzpyiPfKB6BsUW+fzn0iH8p9j1in\r\ncg75Ds9XtWX3EkH8njVbPwTflG2Bw1gUWJCBbkZ9nyu8Ysy+DJwqNDcuafIJ\r\ncp9tehOUn33oBxG7S8n3HjkMB8qN4nc1iMV1rJTRTQanVqRNZLY4hUG3FZHU\r\nnYuSGFAp+BdZnH1a4B4vOyzA4HL8QxPQH1D8X31fHCQXphU4EKX9v2/eJlgf\r\njb+6g8pzIC/brk3BQEV5rUdRyAns21apygtTMsQHTHHmYeoggUV88gtOx8sO\r\n+mL+UUftJM6NnpbYsoBybyyY4WopDLBeep4=\r\n=YHwd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-5.0.10.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/6acf7bcb0b9157b4ae1c3fb9e30df2b8/urql-exchange-graphcache-5.0.10.tgz","_integrity":"sha512-HpwoaT+sqZGzMxdQIt2yUDylI7ItsvNNFl8aWumcAy2o+OpTEgc3u76YifV7L+/r/CWnYVCBL7QxVB+SydwFgQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"3.1.1","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.0.10_1678028935735_0.5035892609756103","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@urql/exchange-graphcache","version":"5.1.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.1.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"395174ae610a21d26333cad996c9dd25abf4c50b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.1.0.tgz","fileCount":34,"integrity":"sha512-RGD1uuhOLwGAmECzI2kYvrtqg3ha8/a1lVSfKHp2Y/JpUfPQuVsh8wwwtLP17wel3Pb689Lad/x8JP3tgeWl/Q==","signatures":[{"sig":"MEQCIDVnzPYSgHT0oQ9wVbyuk3uzs+aqvmilXDjBUXxN7rrTAiACxcypNg3/FNh2UyHj7f2La4Ou+k28DzFwTQAYtD45UA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":404593,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBitNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPrA//Rm1vmWlhukGSSpzKwl3+0pfU/o40QNN2Dxl4c+fVOYpSAoqz\r\nakWTxmk/jrepoZXiOWXqy4iNGi8euftB+AMM8wMmCqUSfcqKWrljxa1yw2tr\r\nr8Go7CvKQYgwjqszC6ALS4HkYDBBUtbcMLA6ghiQAjRnwTmUiM/BbSiTbJVt\r\nuzClgTAhfVT3oziJxfRLWylD50mpnZdP1r31sxIcXoxgz+zg3YaKzctcPY7Z\r\nJryGl/0/d0+92LwCOWcSOJbM+vCLEO0bFF20c78QLfkBsVvg2487w2t/VQyM\r\nmicMhKNgcVlVmD+d1HWnZoF1/PUnB7PIITW9rnBSHWv2UwE4F5gSmwa4nciA\r\ndx0Ao2SCMITaE7phynLWWM0G85TaDuPV6VEufdrK/MT9fxbRLfnotNDHQk/8\r\niEtRYCLD+Fp8n/iV5pR2mV5aZZUVzGGvI5ygopmWVUaFxOLpY4aq/VgCGgxz\r\nfma/PpE/ewahueKcqhzNM9q2CWMJjUOXN3SYy+ZvECQ1rn3z3gmXvzCYDIMp\r\nGc0fLX0u3fMzWQgTecvgoxdspRtTXde7n5Nhalmyzo5a+Aolz0V3OQLfLKuc\r\n5DZFIdsO3/bXWn261T5xOHFi6qEv6QDWcsG31B8YucwfkKCD/4A/vBEWwdEG\r\nHJauM0n0lkuZ4/UFBIzzQ0qXVw5lTsSR+O0=\r\n=VSWT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-5.1.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/1731c572ad9f1a05598d9b9d00b4764f/urql-exchange-graphcache-5.1.0.tgz","_integrity":"sha512-RGD1uuhOLwGAmECzI2kYvrtqg3ha8/a1lVSfKHp2Y/JpUfPQuVsh8wwwtLP17wel3Pb689Lad/x8JP3tgeWl/Q==","deprecated":"Invalid Release: 5.1.0 has been an accidental and incomplete release","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"3.1.1","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.1.0_1678125900787_0.5850561014214233","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230307145253":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230307145253","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230307145253","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"1e154b8b96e3bcabe48fc3cb81cdf0d69381fedc","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230307145253.tgz","fileCount":34,"integrity":"sha512-xShgCoHXcD/nvUiAk5x0Nd+IOSrKuacEXd0S/8X0l9f01bBq5tGwv7zoEUzBhKY9tqQjB4ZrIGMtPsDvw4Pv1g==","signatures":[{"sig":"MEUCIGsDnUkkmiBdGr/GSrG/p0H0jpPfHcsxUwiwnzuE9myaAiEA9NxChWcxBQT+38Nd8ncKkIGkWNyfIDQqMAkJ/J54AU8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":404965,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB0/jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCOA//Y4qHO+iyfYoY0Jy/rI0KVQQxudw3kjsBs868dESppJJ0u6YZ\r\njwOOhuFbfrHAwpQUfeuEY2jHDXYeUMJ4g45LH3Jg1q1wNBNV0YoOHK748bF8\r\nMSeJJG1iEuQU0gwX99/WPQ4LcdjqLyLxT7amdvunt9W8rBOBsHBUnpUDK8Yh\r\n2Fd0nRRb557Ijl1mAQc3y87oOPTFKfSKhpI9z7g0v2sIU0yt4VQps/QZHW7x\r\ny/Kio6DEWtXnTokqtWSqWcGTHXpVVZ+Vdjofuwg+44jPDLf4Du8RXVqjxERo\r\nJl1Iuykm+OwSEn7IlP0QneHwjbMj8bf3gb2xsSbnUJdO6Oz1cBvFXs8J2VCF\r\ngjZT0+FwNfnOQSFoF63/2LrxnIl7FZsKKpd9eAilmnXUoEK3LDnpEDLPRssU\r\nfz8KQGgb31otHHuP6J5lrKvk29nZMyDOi006jKk/4+yQ1lLQ8vzm+9lGmubu\r\nE7+xoNmRfWYZLb/z/OXyFQcc6JrU2RSDCG6gb42jHwqvyK7xQ7kH0hnwrtZC\r\nWKXyBpVBMiVPfTfM4Pizfi5yE5a+OMt99x1kULsHNUO2AOt10d9KC/WmFI3G\r\nGqzg64Yk+ydeGK6t1PU+GW4UT9JzCkqe7UAx/bVKRl5Y7beR1DxrlMy8nS/A\r\nPq6oAJJMxrAooQNIzMaRMDtw6HVv1/bs1E4=\r\n=Mebs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230307145253.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/ae3973f08c24662fa68b3f782a535018/urql-exchange-graphcache-0.0.0-canary-20230307145253.tgz","_integrity":"sha512-xShgCoHXcD/nvUiAk5x0Nd+IOSrKuacEXd0S/8X0l9f01bBq5tGwv7zoEUzBhKY9tqQjB4ZrIGMtPsDvw4Pv1g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230307145253"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230307145253","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230307145253_1678200803161_0.3899866391798932","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230307152911":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230307152911","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230307152911","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"af1e16a0d46112923cc90399769289c725607079","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230307152911.tgz","fileCount":34,"integrity":"sha512-ungPrEl+nMECfBYWDuAcjmBQNlUsu4Ai70hyYX7xpnEidHMJDhwX4nJTcdRaVmudT1hG8zEx+Je6P9POatKXOw==","signatures":[{"sig":"MEYCIQCgwwF18NBxT1/q/jb+frm3A5kr6u+tgZUaSRW7PTcHrwIhAOOJLaSxdqk3C19KSJ+NHY5Bf83llrhSImsVW3vBi/q7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB1hmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpu2hAAmqd006Z4Fq+SE5n3LXFBxxe7K+OuwCoI7CiQ1FmJDDueqVsr\r\nFFyaWMaBj+oUr2JR5g6vkM7hlGFyGe0xPp9qcZf+XJepfMc0HMI5iqwdEL3E\r\nOZD3hwNstRGrKWOBfV+xAOF0TBU4iSdNRjXXyOe+Uje1i7WM2oZYwqAzuSiA\r\nNKo6NI5XaFnQWpTOlXtTHJfOhTjEpQrgIZKKcsoV70i+WBgTX2nQJyfxXdGC\r\nRLSvXM3z+eczZTEUjBlVjPVrM1cXcSo1FEQj5v8BtFJcM3VfkGQfbA3AbU7a\r\nqV+mhFGrhF9chtsK+ucDfduw0mJQAQ3QWvxN/lKoXPzE1Yvtl7iovEqXtXXZ\r\njldm/t75SgpGuLjCKllQU0PQUM1QO/Aan+woN6c7dzjwUe5954HWqSHiQzUZ\r\nCTRZsK7ptk+ApjDxGtbl3eUNAElnFL7B8PSCP07cUQGUPCDzYRiQk6a0vM3v\r\nGT7hn0RapC4eUJLxAMiJBbNkDKPpa3uf9IGcq0EIlf+jkVhmcALEyXrnoQPy\r\nBfCMN/RDvIKII9jKD3ojurY0cXbxvPyq9CErIQ8JxWWH8cTGzBtlXsGNNnAx\r\naTThS7BMWli+wadSSSOT6tdOzu83uwkmeKTujLwDwLgGwYNvlSrrkZeWMGHz\r\n00mrKYAN1hqgiblyd/xsACs2LNXlcaRamB8=\r\n=6UQm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230307152911.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/6a82b8b7ea63551beb877f35f1d518ff/urql-exchange-graphcache-0.0.0-canary-20230307152911.tgz","_integrity":"sha512-ungPrEl+nMECfBYWDuAcjmBQNlUsu4Ai70hyYX7xpnEidHMJDhwX4nJTcdRaVmudT1hG8zEx+Je6P9POatKXOw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230307152911"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230307152911","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230307152911_1678202982229_0.5146257398453107","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230307155515":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230307155515","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230307155515","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c4be8afcfbf36633aa12102a44f97f7977a78c32","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230307155515.tgz","fileCount":34,"integrity":"sha512-R3PFJQNz16o8Izium6rFUlbTZPYYZkzDAK+R0u6bNadVsFwbgUmg+3+lZOs2dEERflB+hE4+3BCpFeojvUZPFQ==","signatures":[{"sig":"MEUCIQCUSb2Hukhb2XiuoxIyZfUa4aqdAzzOe1HNdGZMucIUwgIgJ3YzL9txZndOTxijppx7mrIjqgFThKXnnewERvuYZyY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB16HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4GA//dYYZ2FzxiuPrDb1SqDdwKODE8l7xvTcmmwVcCp+X6SK6nrBC\r\nLd/YN3SRf3sQXwMSBj0uOXfIKpNsg71ig/EMmJ5bcu9oV7a2la7CnHDGtfaP\r\nTmfA4Oe4hq6j/wQdEo5etUVKg9odDap8DqY/yvmvnS2t/ZucckOUIEACXYPj\r\noKjxT3RsXtNYlQqCeaABRWmo1xHQA7GZOiKyLs/QALdpuHbTfZWcqIiQnfDk\r\nbDyCJ/iuqQflSWbyz1BfO8kInEudkdcIyKc11ztG1CdSTeEiy7ZXlGEYQZF7\r\n4ZgFPxR6VRuf9XamuVhVEblxfnfjtNoqxSZWLhH7xp2VSCDY4q4R8shUlg/f\r\npNADxeLLF5IqB4kbq9QCnWRjB/1JT34+mGMT/yIlrMneGsbCY6P++8flBkJ0\r\nIolq0PLsCHfqnP9D8uAtWo+djD40ZX3D5k53u87INo61VGdcKFg68GeAsK/v\r\nApDxQUkLmrTGteFx6tuSHMI4mD4QHYvsAziaGvekp6M60GrblPUeuSQ4kLpb\r\nWXLvGiOIfPg8r7sHccNjHc3FHMjXp3bambYuopWzgxHi2q0PpsBi/iycm32e\r\nxnp2D2Pr7zGbZcImCS2xxXnlZjIfbSjhtRclyZIyw/1dFs+Wv1+h4NN+JkWg\r\nOXNKKIxqC86lZ2nPgd0f9u1G4HhkzPgRYaU=\r\n=DsPl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230307155515.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/8653b2940ce8abe9d0611477b794cc02/urql-exchange-graphcache-0.0.0-canary-20230307155515.tgz","_integrity":"sha512-R3PFJQNz16o8Izium6rFUlbTZPYYZkzDAK+R0u6bNadVsFwbgUmg+3+lZOs2dEERflB+hE4+3BCpFeojvUZPFQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230307155515"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230307155515","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230307155515_1678204551246_0.09901169925031272","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230307172328":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230307172328","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230307172328","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"7be895371dd099c6ef93da5501706f824fa4e116","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230307172328.tgz","fileCount":34,"integrity":"sha512-fxF+XL0vXDAq82JuZkRVxughI0aaMVqmGz3dsTebCz/ixeNfDFeIqMLbd8+pMfUhW1DMBeGfhvrxACijotYeWA==","signatures":[{"sig":"MEUCIQDR5XiKwuHre4U2L4QIeHAZ4I911SGBmr4Y2yxzk6NCdAIgeN1CVxQEPF7atrYR9CwVml+o+9IRqCF+uBEqFlOnEh4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB3NAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9OxAAgaNOaXm36DHJ2eF7j+ejBx9kf+Q7wJs71Sds1TvnZx4lUjOH\r\n3zZJfFBeXG5W2PzUFwqtMrgjDiBf8PP/zZImfvzolzx/BbmoOVR7bIBiqssN\r\nD29ZmDHjZlvBW/h/0GX0sIpWLXGWpvH+i9CV20YR3b66MUlfLoCM0P1gimRB\r\nHEROhN73w4aeNFM5QYjrgWm4XVZjgaAxUD3HWGBkV93+724IEbslbc6NkU4V\r\n5DXkxFktwsxZDOR+c/LlbdkvhZGwzyuQ/ygjplHmNN4jCLLqXn4r/jV2ml2U\r\nm17zlkdC2yYy6NqTr2MI7L0taAnElLBbBXJokLyFFfF1Aa+g/rzfLwyhNkyc\r\nlmmy1Q/EzFRwlBKwV8kDaU1uGxH/VVpNpn2NgV7ThtWwiSDivV9h8YqOH5hk\r\n+Kg2ZLfyq+9nzqS94nnTR8XDnns1SpIeL7dY1NAwLQE1/XlrbuD4JE8/JDwt\r\nd1b+f7iegDooYigZ6yvIK8GKXULx39+9IJn/PALDU0WtIHHh7uqRb9QAe9XP\r\niJzXqaPdfdx1azMkw18HR9eGr4HZSKUpbtT4OGF2Q1DyARXlLMYmCiVdHR8u\r\n1fLzZQR9yA2+t69YTUZUYk2C94iZkCshXzAamvvh11/F3M5BKLmsM7UkVJpQ\r\niyT2wtm6IGZHdH+iuuAyuX2OtXOWAquDRAM=\r\n=oZxd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230307172328.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/bceafe02f44b4f7ad0254bc75fe4c22f/urql-exchange-graphcache-0.0.0-canary-20230307172328.tgz","_integrity":"sha512-fxF+XL0vXDAq82JuZkRVxughI0aaMVqmGz3dsTebCz/ixeNfDFeIqMLbd8+pMfUhW1DMBeGfhvrxACijotYeWA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230307172328"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230307172328","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230307172328_1678209856077_0.7855899823025019","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230308025309":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230308025309","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230308025309","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"991c13b63f946aa60efab26996cdc159a892b617","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230308025309.tgz","fileCount":34,"integrity":"sha512-iL53m1eNrIyH0i7N+iTN5F0ba8VFVMNthKOOFPQw+2Z5zvud7qarXc5GWI8hG3SeeulHbnC3dx9gVfnmD190qQ==","signatures":[{"sig":"MEYCIQCa9Ruqh3qDW/vN8lVaagU/VAh3W8peB3F7P9mX1DPEngIhAJmQWwZq9cnYwzYb3g0nZzwOMjL2ysthxtMgsuqcSf+h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB/jCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJZxAAjZ1P3thEbmQ5F8SpIYYnmCTNyIj7nFbF7bBgR3oaVqmAt/Rb\r\n2Ap6MWlgcrxLRTMD7ffnzjEkTsFmvWnsWpARpSxkhGNTAF4Ibmge+7N/iRF/\r\n6TfEDvyuA+VZF+hDWzH2NW6gyqstGvxJmCTHVUbBkw+qpfJlmjFLjFAJBDmg\r\n9Fek/vNf86Gtok8t0fMmZq/x77edTs98tgzKnmDTt9cfaFyTwrNZ45wYOD4m\r\nKU+n96P3tjecjSQAj20m39qkI8RZnpl4vymXCPLImeNg9vvZy8/3lNSpuGcF\r\nw1adU2lucddEL+MEL5z29+NiQqQhSXc0lE5aarPjaSsy9eDgn7uQ5WiCdGK6\r\n98ocBE11yIn8hfIB37+Lg7/C3gJeRsRRkmnfm/PMrpg5RCGePG284BMIBdha\r\nyiA8Kvs7ukz9kfpWc3mXS+ixa6X/nFZR4/TETJgypQKe0SjZD657Md1rCg8K\r\nsZvpxLE0n7ljQDy988Z3+1CZTvmFoRcNVEFKbgj4rRsJaEGPvvQ5VEwz/ZC6\r\n5TGDECxpf+yZkqSoEfP04L7II2IvYKHMGznzaEq/93l7MnT8LeW25/uRG6Lx\r\n8nj/TbQ0Bs4uDsiT9zPMllSctW52YpHeofGqCDI1FmbCQShGkd59N860WIn4\r\nBEdukg4RqE7x7G93oY8+mwT+d3xkNlIWpEg=\r\n=CTL/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230308025309.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/24692ffd3ff54fc77b4efc80906b0d2b/urql-exchange-graphcache-0.0.0-canary-20230308025309.tgz","_integrity":"sha512-iL53m1eNrIyH0i7N+iTN5F0ba8VFVMNthKOOFPQw+2Z5zvud7qarXc5GWI8hG3SeeulHbnC3dx9gVfnmD190qQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230308025309"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230308025309","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230308025309_1678244034541_0.6391200040589369","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230308143433":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230308143433","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230308143433","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"2c6549346bd532a9d4cd5227a22d7a8e85675d5a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230308143433.tgz","fileCount":34,"integrity":"sha512-37iRfTQQ/sDj36nz834WuUL2qq2rofkR0raBo6b56yhxfnYls1dY5FxFYEKdGWO6myYH/iUNoPEd+JfdcGtiZA==","signatures":[{"sig":"MEUCIQCsV2FTeWem6LaYAjYkBFdl/Hbcydu/inrMvpfiyXHL3wIgK+h66+XABIlxPjpUT+u8ovpYnS0Dnt0BawTvby18Z7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCJ0fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMtw//TSVcMpSYdjXTaqbvf6lP7VDQKIFDYwAmpWt0t9pSp3TGcLgg\r\nEVrot69E9+SjsTgcu1ABd03sOcqJVmxOA3icHDaa9IZXJZSajOuajas0746u\r\nnSjl0YccaCjdUwQUIakwRlLCI6oJDxFDhJJ5mo/55JnQZrPvubBLEN+8eZDi\r\nwC6HZIOdaRkKW3mopiBYLshl3vxFr8XqQm2peioD52XUMdx64yrezOKuJVy6\r\njPVpdJmfEmsCs7j3e2N3lSRTz7XLjEqBRjYZpAmPDZrgAKjBweV4uqjZY06r\r\n1xJuq50Lj9pwUFegG4UKON3nsbTKPxiwrAOJhNAV4Q/W2monfPZ3/LUAk1G0\r\n+u7OYY6d9mgY56E4yuAE8chYeh+wBJbZCP6Vu2luObkEvKyqjt0v9gbF4izk\r\n8eiiiORnI9Zqt0gU+iDBCRY5ooeD57i0XmxEZZ5bxFohYe4KvzOHQP4qLF97\r\nkFoMr67gQ6CTHvBd1qSOy7QoRgzJN/1Kq03WlTA2iDWKFVPHJq7BxZ/dCKYo\r\ntC09WuzSMVNUM+wjhfbikhouHKeUO7Sbg5tPHn0RgoSvl0ITQBG/L76n7Jqy\r\n0+A8ErE/0UcaThK7K9Lbh9Csrqw7dQJTbJIFQ49NDwDmisstNnwm0y0oFO77\r\nDUA7LM2yvR2YyO1apksLMk6SvvVAcT0K2xc=\r\n=4mKO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230308143433.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/5097cc491f0cbafc99736c0373b69858/urql-exchange-graphcache-0.0.0-canary-20230308143433.tgz","_integrity":"sha512-37iRfTQQ/sDj36nz834WuUL2qq2rofkR0raBo6b56yhxfnYls1dY5FxFYEKdGWO6myYH/iUNoPEd+JfdcGtiZA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230308143433"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230308143433","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230308143433_1678286111324_0.9845736950711672","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230308143509":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230308143509","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230308143509","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"488f78d4c7a633eaa212ea9bcd58dc0dc264aa6a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230308143509.tgz","fileCount":34,"integrity":"sha512-jgvFTNMKRyKy6imdqJGQtB2IhvNIfM1D/CQMHjY8IJSPn2tTaEs5M7amzxAxGq5LH/jtD/H4rsT3EWeFXTpJDw==","signatures":[{"sig":"MEYCIQCeQ5Y1FSgYj4V6qP0TXxN5hNc1qo3n4Yj48pP9BaDzJgIhANMmlHfHzoBnplmqN9zRI0I9sACBqDoPKEaInOSnDIEC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCJ1WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfuA/+Orgu1IWMSdPqMj4aXzyKyidv/8kBdBG3KQEYXGmPlZy6QU/k\r\ncKnN+uEuqDyEAJTePNEtVA+OJo1JuwEBXrMDMXClYQYuC/URtWBb8ykAxRHn\r\nTwxm2ZzqZ/nVhu421OvPPTQB1O9p6kTDJz8EdKBsadpSEDCl41vdAmRO7jdr\r\nvC2TWfoe+I7rO9zEzXX5agydCyw1QJN3TwgNLORCKUUoaCStG6c3OmrMZ/LY\r\nbnwJXJiTEKLufnraMy5uYOyGf7rXx7mC6xfxFNwpHuZeSEvPKq7y47seRIge\r\nZaQlPRUZB4+aFKYqnSe31cbNG3nQQjBH7af6kPxxSEVnYohfszoRcruQbQ45\r\nHKM0Mq0lF2urfDM/G3ARvkpHmhLwCs8Bdq/EkKyDHLE7hk62oJSyrh15fx4I\r\nvwtdk9r/WCnsBmvad9FW04dmJKMlrfxN+1tDlHI8LvCcbVIeqg+KWTpHyPsN\r\n1Y9rwuwU+WerOKg7RK/fwkbD2JC6xdrcHaTg5PfaO7g6UxfRC5NbBOnO6WjT\r\nQe6DrEY34n+0Jj8oNxb9NAsEX+iTSaT9iXnjWb2dHqeqjhmdisAD3TQfRUwf\r\n1okJgIboIo/eqOuduqEkyBD70BIH8gLppk0OO4OFY1l+lbpwcQZqlLyMfVPR\r\nXoxE1sNsVqkigO3yi8EkF9j695jlzsqOWuk=\r\n=k8i3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230308143509.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/e139f74996fb7690ad645c1adf42319a/urql-exchange-graphcache-0.0.0-canary-20230308143509.tgz","_integrity":"sha512-jgvFTNMKRyKy6imdqJGQtB2IhvNIfM1D/CQMHjY8IJSPn2tTaEs5M7amzxAxGq5LH/jtD/H4rsT3EWeFXTpJDw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230308143509"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230308143509","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230308143509_1678286166712_0.2772090420624078","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230308224109":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230308224109","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230308224109","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"be46009374bd4a40eccb029b935781542b561519","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230308224109.tgz","fileCount":34,"integrity":"sha512-h0QLyZ6RY+RxQvQvHc0lnUR7i4eoKqmXeRNN41bZgVrHmLrB/iB+Sl21eNO2m29+k+qQJGb82sZAeglnNYD61g==","signatures":[{"sig":"MEYCIQDW7mOreSfKZJ7qPudgQN+fmi/FmWrcjsAOZN+S39bERAIhAMMCfQK96husxoyBsCwYUtNTNw+hnnSCh3/VblUAgnBt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCQ8xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmWA/7BY5T4KLvyoQBSQA9LvYEP2M9bCSjKhBUx+wcasSHiFYKLu7Y\r\nwWC3pN9+trsSknhrvz/hI9Y4IhKFVgBKRKayLw23QZovsqKhM8SICUhe5sjJ\r\n8xtGHU4tynREAEICz6Bp1H4NdFBh9Yk17bgcnCbqhL6u8b6yddTEjdEFECeE\r\nDuEL5QwbP0AAUCcLzFAL9JL8cWDc6D9PO1hlQIKrmT0CZFRS0o4Tenp8IIfX\r\njQQLpKrhJZ4GJJhN8qCgMX1frSps6t6wt1klI/akpyJGbgoHQwHGCU8u22R3\r\nLvTHKzVhboPiL0tsxFImfYwWEyCKZ3ZOyeMPm8L54vf48eq7jn5EQ1x1+gmW\r\nMmpgbaPjwXVK45gRkjp3vVqkSWIfhECaZ7Q6GP+kBz0kTdkGfMBJNFP58x1Z\r\nnjTdV+9hdEnx498TIwXUEnx9RYHvkv/Z6wVAREsK7uVDFhrEAqHXIZ8q0ZYK\r\nUpreAALAvB6lyU4HeJwQecNPvguxMYvkamcDWnms3yfCVXjfoejUKqAv+1Ge\r\nGNlqndt8BrOfsQgq0SRoHN9KCS1QqRpgpHz2FCT3rLcuTeO2Zqe6NXru7CL2\r\n8Aufa615kWR0urPbXpaIEqZGpmrpGfC/jM6DoXZ93lUsDTyaFQiV1DELXERf\r\nbVqf0c7RUb6zzEHIj8Gu63SaeYL5pI6kNAM=\r\n=orOt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230308224109.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/3c1cbc8c158e8c318e9269a8c711ecc3/urql-exchange-graphcache-0.0.0-canary-20230308224109.tgz","_integrity":"sha512-h0QLyZ6RY+RxQvQvHc0lnUR7i4eoKqmXeRNN41bZgVrHmLrB/iB+Sl21eNO2m29+k+qQJGb82sZAeglnNYD61g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230308224109"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230308224109","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230308224109_1678315313468_0.2891428050205864","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230308224914":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230308224914","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230308224914","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d4f1ee37958d09d51024ab1056a395adb2f6cbda","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230308224914.tgz","fileCount":34,"integrity":"sha512-v58o8ngtciTincX7xTEEiNXwvuKUL6S71QI8QsQfSFCxuDr0OoY8g311M8Og6zebwvk3311ImBiwuxgryIeRUA==","signatures":[{"sig":"MEQCIHHbnCwNyOcctbb03QgU3F1BJLe+7A6P85jg2ZdZCcnfAiBBuQafIgCVdsNc9Llw1e7tLchi2l8diGE9gnLxVZKYcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCREaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXPg/9HmOvbIRyJLh67gEs7ePfqfQfkbfxkAC/khZgISS3WNvG06aT\r\n3QN4QzcZSYhI8HmhQvBaf69L5Cy1TxHD8q8dpw9KFDDEa5lhce+irvLZoNG9\r\nOpxE/WTCIlKmDutwx/ppIamFw+sTh6whrZEjHw+KuRutiKhpix7FaSfKUGIy\r\nQKZPbg6YV3weoCchG4oN7rIrm+TOJy6mgSQi+Z2q1qQTbj81yTux4Q1cpyqd\r\n5HJTnakAnzbuQfGazLyvo5j/7FTiHs0GCT6fV4mp1+ibmRGdw19ONNAemvdK\r\nN1yOCyJROGrHPizppdyrK07E6sCYRzMkjYmlcpX1E8bdeZIbxJlsYwmkQ1Bu\r\nwiBTdLA3jQsju+MmydAvou5oqyNM45Jfpn53PeatAwmKalL0w87CU3/IZYhd\r\n+n/W+VzYHsgrUdHvI7BiQcW5CZ0mkJuFC27hstCd+MJwWEiPvNiy07vJHfky\r\nzeg00u+LJFJSguoayen2F7rTVuGuYdSaRdPi1VBUi4qX4XEGc4P0S4eD8/+I\r\nhQYZNS8rse/sjAEwYdk5/Ej403ykCefIByXxwGBbQIRHnwQ0am1k/Hbodu5Z\r\nYfnUk+8em3JWXpcOXd/gVQnqKjMFlIrhEYgQ74W3DseBBDAMtqCR/MMC5UNO\r\nRjQHZy5K6u5VjOP1wbSF6drU0vIeSd83sNw=\r\n=wmtV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230308224914.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/e8013210163b372e871c31e9179fbebe/urql-exchange-graphcache-0.0.0-canary-20230308224914.tgz","_integrity":"sha512-v58o8ngtciTincX7xTEEiNXwvuKUL6S71QI8QsQfSFCxuDr0OoY8g311M8Og6zebwvk3311ImBiwuxgryIeRUA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230308224914"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230308224914","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230308224914_1678315802514_0.7741328422013811","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230308232335":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230308232335","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230308232335","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"b95493efce2bb720d07427b0b607654e63d2c58f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230308232335.tgz","fileCount":34,"integrity":"sha512-X0KUdwv+gcmVlLkdYtlg4KGkRKamqI3dLrI+MoTCHEZ75rXWlgnEo/Jtu5pt7Ay7BomxIRi1h8+RXmsFbxwatg==","signatures":[{"sig":"MEQCIAS4qh5f1V8UM70J/RTzQS0c4E2VRKbmO7JtvuNmiZ7IAiBQ42iS4hV1/e1gjnzvTWWLlJqY8XJxpZjscbGEfxhCdQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCRkkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmribQ//TKC/gdotsX8YMp+Lc4RNhVH6ebPIGArjBVJ/eaR6X4gu5g37\r\nclsx9jh1li4CPb7h7VPPp8KzZtHxQsRVY03sQ14CGXtWpiV3S9UzeT5C07JX\r\nxt/HISsKqmw1+8nCYBTGs0ekqjVT8KNIWd7EID0gN/+AyQwy7RPEw0tRkoI4\r\nY7gzvva+SqPmg2pS3tbOJk961DnjqAbG1uw/VkdDJ82+YjOO2G0ZZ7ZhP6ps\r\nM/0EUypuWES/iImhGXic8+1OU3R49DHyzVqcEjOFaazw+Cutziv3eiBAzEPN\r\npLNg3dAvpruyezSKTAGbJIWJN8iqa7M5QIRcHo5OThS6RHkbWbVLTCNOBA/B\r\nAhPE7i3OZ63YviJWeZre619zSFdglj3bsjA2e1HxvYqIsFlF9Cr9c7VWppFM\r\nLDmcNxUjSrXIrVT94oSNrAc938Se7bf9/aaa5LIAglKsSYWhjleWFnPakwHs\r\nduXGJeNm5Bkmm6S7BNPX5EdrtzzphSVDdvnbYjgy1SsEESmRrVlPTkyVSPtw\r\n9GoiYB32X6UT/JZ6RCpX8/ZLS3KQ8qbLRPGF7PX5hyJUe8Y4CkpYwXHfh5ua\r\nKDF9GQhLqmjgRqu9dqgGTAxt6V22C7i3ceu494QLZjzl2iGeym6PDrAfJe8C\r\npVOLRjuZ6JSXz4phMu8ZhewfYgmSKBhdoGM=\r\n=ZlwA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230308232335.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/516dd5dd97f683d36d4fd2c471fb12a7/urql-exchange-graphcache-0.0.0-canary-20230308232335.tgz","_integrity":"sha512-X0KUdwv+gcmVlLkdYtlg4KGkRKamqI3dLrI+MoTCHEZ75rXWlgnEo/Jtu5pt7Ay7BomxIRi1h8+RXmsFbxwatg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230308232335"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230308232335","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230308232335_1678317860428_0.7823526789299209","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230308233137":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230308233137","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230308233137","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c64d7ca71636a182487d94bd88c36f408162d4b7","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230308233137.tgz","fileCount":34,"integrity":"sha512-guzVWoq+ZIrYSoznV5ZeSJFey8t1oLHuGc2C64JXrIKZzQZfB80SJk9mm14R8i6cYgJP1SB2gcqnGiWFHS9QSA==","signatures":[{"sig":"MEUCIGePwRHG1Vql9utTF8757g40jYDaAq04t1pw5dJcev1oAiEAqfJemXHwdiOgd4jQ4Mq9vnkiW1hIkjh/su48OXQVjwU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405025,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCRsXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrkA/+MluuzF4Jsl7kXJWS6xwelLOALyNnoilOGIJx2fu6+EqJRV5N\r\n9ca9ydvxoXpYodYDjiSO8nWzO19V+hwY8r7VkSSVsoC39ewsPlQM+3aaRfxT\r\nvVjvc4L4PG/JiwLYMlEQM5xgoEyHf/LInEEUKzD1s4n48tbWf1hm4o4qn13p\r\nUDHnv85RWTo3uSzUqTNTItrRAOyjf+dfW2Uhd0Oap9uA7UNTjWSchSMzMHiu\r\nZSSLzoDBjokWRzt8cNI1fk2ubNY9rKbNlCl19ij4hlHrJo9UDoy6oui0I4mE\r\n+jUSYeMoIpneskSkfeDkUd2ukf1QeVEs0a5eIT/cg2Nll0LcH0AZoHGij02r\r\n7pMVuuTRh682LyBqrIhruFeIjF0v+VA+StNxp9VIrGO3SPrxOFXNxPOBSTYp\r\nZ6V9dWjeOCsr1L0l/NrUFbmCN2A9TQOpfo99eLHek8q+xfg8ap3IiP4p3bYv\r\nhV334gH9+NKERfXilfrrtZx2orlz0zlYRf7YJD5FbCVRP1angRV6tiIU2sOS\r\nS3fXnJnxZ9kdzInffMr+dxuUzJf+dIyvLerYu6NnKoH15Y+2cT6hVrslb6NX\r\n5FLPDAYhw5m7LFFcWgiKNRi+8ivaXYBk207iOcdtPOBd7Uafq5/a11NnqDNx\r\nv/uqTJowSHVlM4Ra6QefhUTGbZ7WUr4CIt8=\r\n=Z1PU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230308233137.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/2651139bc8b8a1c1f60bfdccfb04f8c0/urql-exchange-graphcache-0.0.0-canary-20230308233137.tgz","_integrity":"sha512-guzVWoq+ZIrYSoznV5ZeSJFey8t1oLHuGc2C64JXrIKZzQZfB80SJk9mm14R8i6cYgJP1SB2gcqnGiWFHS9QSA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230308233137"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230308233137","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230308233137_1678318359281_0.9610477734146314","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230308233502":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230308233502","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230308233502","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ae8a41874c0ad83ff04cdecb71819e5b6376c78e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230308233502.tgz","fileCount":34,"integrity":"sha512-Svv0VIiKfWFs1mPpOUHrvRIi2KUgTS1Rzat6j+CdjNwhowvcHoEvkZk8UfHuB7mwTmfHwNByadbDRR4TUk3ang==","signatures":[{"sig":"MEQCIBHbHWsdVVyn4SGAnNH0Uj6YhgUNZxrFtKRjUxOXDaaYAiBYby60XVhRLAqfaf511ZnkZdxNo8dX4mxzmxHI8vNcrg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405025,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCRvVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSyA/9GgFnSS0f2RaFCTnLB+SSG7FSkn1PBrsUvDyGRkpCnDbHhMgi\r\nyAIEjjzT1HNbPs3AYwLfkhVEntz+sl1odvA5LzYu83AtnTGg3R0DTnogZMrf\r\ncg9rvPYCZrNGvWq1oMGkF93sNXJdR/4LI9x0/yJHz3bxyBY7xS8qhhdnZYDT\r\nOzvu0iyUoOG+jSdMX5lQjAPYxp4kGvW+PtRGaQElTp3TV2seBzXfIBXAyUJ1\r\nsxPhU8v1YpigIb0a2QYXO8kKxPXglSJ11YJVbyeRO8Xk9QeYi/n2dtDp3zy+\r\nZ8kNO46zjVQZoEbWuMiB8RwYG5imIHLGrlWJ3SS4kzfJhnHNNqv1Uho0C2sa\r\n+W8sA0+0pk3b7hO3f5DI5uUD1HfpBJOJsLQmwEaDMbqtRMEOO9Yx6s7gqjKf\r\nGY0Y09JLJRtLHO095LWkylyiR1i/Ec177mzVKw2cRPbQr7S3aUoruPoowr8u\r\nJsuTIgG9uqycQRL3CtT2sV+lrPtm7Z02kQXz8rO7x0E1mJv4ibdqRru0XLsv\r\nFdoAx6vNF0u9kRNvsKqO1PU7aqyV40291W67rdFk3c38YlgotCp1lHJPXp75\r\ni+Wi6d5Ls9gNLw3wuNIhnYybVQikvhlFOPkr9PKlw4prpIQUJoyh2zyasY31\r\nh/fob3BxzAEVkvL3unWri0wvveU+xHTkcJQ=\r\n=Ibz+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230308233502.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/5d5c3d713d7f5346fb4d6fb39064d5e3/urql-exchange-graphcache-0.0.0-canary-20230308233502.tgz","_integrity":"sha512-Svv0VIiKfWFs1mPpOUHrvRIi2KUgTS1Rzat6j+CdjNwhowvcHoEvkZk8UfHuB7mwTmfHwNByadbDRR4TUk3ang==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230308233502"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230308233502","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230308233502_1678318549413_0.80444917750973","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230308234137":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230308234137","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230308234137","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d2998434b32c8584266aa9ebcdde2015570e125f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230308234137.tgz","fileCount":34,"integrity":"sha512-DXQbrRv8OVhmR54qXQoBUrWfG0i4MCe3KznQc23t5SmN1nA7jnOHqq5tbUOHBwUnW5tSGHOHCA6iAlE9MIm9+g==","signatures":[{"sig":"MEQCIE+QPpDlrykPwc3+SUyVDMHDYuIiJgtDVxGDNljVuinIAiBIiB2k4D9ZnfdIxAm2iZbyUq7UAvUioYng+uQhSKhTBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCR1gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsTw//VMLOpMuseFHc+Ki6BlUF9kCra8igkbSKNHMQ1NWV/wnaorjE\r\nMmhJ/7ywnCEGhLj3+a7gjbMibKGD+Bo1eyvotAWOcKFSnaJtqXLmpG3DHoMq\r\nm3/ygMSf9SBXwWhayE6GDMk7kARur8H6hxIADYabPHBIe3cLRm8ffetKUQLA\r\nGI1QeKP20YGWqAEV2tKgRvVo5UV5WyHhLLOjjpzArXJpwxNszSv9nZb6fgI7\r\nqoThAkddRvrkxyXhtB+v94lFZ8RYsxJMrzAVL+Z/8KOKupHhLGwpP/OSVYVz\r\nwbRRXVrDFz2ca9FW9jp/mycAN3lGceCoWJRAyl1hnwCgMOIiLmsExm8iia7+\r\nCXm/2amfKCWvgFyeTyXthvu4F0433ePmNAOufCk2BqyZqm6AWBV4B3zO7gcL\r\ne7cACQUYJr/7lRBNRWct23/uhUCxlv4jah9pN7KzufV4hD+ny0BXAfOlNsB5\r\nwke6+ECS1c6h/IX0X9cMsLdmKanjfexXu6j2EOeTWOIzGblIU9w6PhvPRTeD\r\nDt9AF1xZldiebDJnaOYYr5i3J9Teeh2epdK6P9lqyGU62BThJ+UlL4RqZsGe\r\npIrOnsX5RfRclBJAPacACdajIQv/09LDbE2OYp9fYNVNGHq1B1TXwdkQMKUN\r\nGDxd9JB8dyE9DtdaHGPYbNGrg+D5NFXXSQE=\r\n=IzKT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230308234137.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/ef5ab91235a2953eff3ad6dd32d46c7e/urql-exchange-graphcache-0.0.0-canary-20230308234137.tgz","_integrity":"sha512-DXQbrRv8OVhmR54qXQoBUrWfG0i4MCe3KznQc23t5SmN1nA7jnOHqq5tbUOHBwUnW5tSGHOHCA6iAlE9MIm9+g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230308234137"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230308234137","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230308234137_1678318943956_0.10902212447567594","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230309000012":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230309000012","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230309000012","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d18704e4592af7eaa8370b6bd71924a3e0cb89fb","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230309000012.tgz","fileCount":34,"integrity":"sha512-Za0K+gDkxA3DufWgiE34SkTikOac3UwxAUHcf1PVVxoSqG1MBslQbCPKxFhiEqdHnigKidtejO3sLuIsteb3yA==","signatures":[{"sig":"MEUCIECuU24ua9N+OwKopr6NB5riwWNFoIqigwYqMB0n058zAiEAu3DETdBjQVx89O1Idgho5Mni32+eSxQ9Vb7uNO+v8WM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405643,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCSG7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpaKA/6A2j85oQbv9PrdLzU3UFCp34sa6S5/Njlfx7Neo69HE86Qsg3\r\nB4K1AQ+EkgL7tBfgJf0ZUWy63qyQP/PUUeplCPjeuKEFg2L9L1A4z7zM12jC\r\ndxnNW4fDj+4TJEAYJxCC0ra4WoKgPbX2lAVEGAlc4BK1BN+JaF6A7Xgqlnpx\r\nbJ3THhL7y4oZfp5CsK4NhTmg1/HydZj9ey/GWx08KaGHExpXZbUTaupPi1Sl\r\n5znEXO3iUXwH49Pno0PlSSOjg985V9Sp8Wil+rV3GHn4qcbxvnV+/7SCMUHk\r\n9w8XbeQrKq7qimhfcAJpRHMOysh3MO8HqFoPPpjlqGjJWHE8iVSWe1FZgzO2\r\nBs531a3wG2GuCmlaflUsFO6RYhIz5I4HJuWxriWeOMMMuNzQjFBukZ2sFnd5\r\nD70ahkZc1n1nfgHLVvoTw6Yj450Na364E9TTY6JBwwuwWzYBPqh3slxMyT+n\r\nBFhK0/cCD5maMtgXmyHeI+Q4OtL36tYypaag2XjTRETvDxR1kCH8eRmU7jQB\r\ncFpMH/GmzGOjLg7GdiUEpTAtwgJdLB0PljNjMgJqc9LQrQBDbOE5BwfvLYJ7\r\nCem9rw8LUvpWQqRo/OKRZb9EG18+zP2jeWANYpAhoudCdA3ysAnRXk2A8qwU\r\nL+IZRLDZeMau2bmmulLW/tPN1avxhkD5l9U=\r\n=PCtu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230309000012.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/62c2d904372d5fab12bac420506ca6b3/urql-exchange-graphcache-0.0.0-canary-20230309000012.tgz","_integrity":"sha512-Za0K+gDkxA3DufWgiE34SkTikOac3UwxAUHcf1PVVxoSqG1MBslQbCPKxFhiEqdHnigKidtejO3sLuIsteb3yA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230309000012"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230309000012","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230309000012_1678320059136_0.8800647754103033","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230309014044":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230309014044","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230309014044","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"e366b5af28c2d583ed99ec69ae8de622bcef9d99","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230309014044.tgz","fileCount":34,"integrity":"sha512-XzE+gIYOxHRVSmNxrqN1ptJNEl+/KKT0ckPYpDoWpSrZUTpMUXdpljeqobGF/np1fzrBAHN3B8+QyhKuiveggg==","signatures":[{"sig":"MEUCIHcOyDJFkh2hv8alz1GMDlsgvd4z40EJEfmiOdl3H+YHAiEAmxUtfWxmzvb+DOTdHD2JOa/kmDrpJdT7igFcU2t0w5k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405643,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCTlbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplGA//QjCH6AhEJ7av87yUuXlY0FUj1DpY29pW8XaofsVFGJWoaQql\r\nJwGlEYnv00ePC/eQU93WukDyqi95x8bgqueDVmISiJe+RyZItQltkZl9R8wA\r\nJJwAOcH8LKXjOGQn/Ilhhwku3zw+dr8oFgluw1OoWsVr2o8jpUXcyKzEih7o\r\nVbgi+lEphnTwT47idOOXQYh+arxkk0Yud/Q8ZWhZSHzvU1Uk1TbB1XaNe3GI\r\nraSbquyQgpNspgd2ycRkUFO1t+WU59P7vBHSaPM7VcBkHD/3DzZq5gOcOdZ/\r\nAGAR2TwKyLncsis0dNvr5uGzAnNbqIJuvYopZghg3UU/1S/jPB8E8cjFRVlM\r\n76gtPQJwIDqknx64LP0M5U7OjBgmHUFctGkP5q84Xr7jqLOo4DnFvBMD2HA2\r\n0zDMt9fbzjkfQijOtzm+pVnoIlaHst8thPHocLNg6Kl/8TGTjUR72zOWXSHC\r\nR27QR38bnM1qOxklekMWv6rkCpSX0q0U2HPD2LmiZJeBhkRCPP0/FrNexuRx\r\nZ3ftlBVCZhZ7qzkKbAKuCX5NeeTt1CFkC5VVPFwwDUhzJiq2Tvgec6rpnyMP\r\nNKfxtOmTBarQA1BZ3yX2kEOPVinBBHhjVDQD9JQpf6QIWoKe2AM9zPo48puZ\r\nQkaltngB1en/1Kmfjijjbz+2YSu5Tk2nOPA=\r\n=9ywz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230309014044.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/7fbfa9d98f2f6f73e2f2e74e092239b4/urql-exchange-graphcache-0.0.0-canary-20230309014044.tgz","_integrity":"sha512-XzE+gIYOxHRVSmNxrqN1ptJNEl+/KKT0ckPYpDoWpSrZUTpMUXdpljeqobGF/np1fzrBAHN3B8+QyhKuiveggg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230309014044"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230309014044","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230309014044_1678326106740_0.23572799338905193","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230309014613":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230309014613","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230309014613","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"88c709846840a1f34abe41fb837707810458d522","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230309014613.tgz","fileCount":34,"integrity":"sha512-5ePLfz5yaKnsd5Qayn9/7AnT7Mj05/jacguzSO+yUY9lUL2huQH3NvtfO9iRdi0PV+FvwV6E/ef/WXRVHlaCpA==","signatures":[{"sig":"MEQCIHjtxwkfeavzrAoCs0XKiB09sk0LTkkvTyQKamsolPlXAiA9ynVPH+sHpsxvyiTCg/YJGOA7Y7Ja2QO8846dmqVP0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405643,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCTqSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqKow/+OvrK4BdogonSDkDyOWFpMWl7jY99wACqHDfm2Ujh4HZf4R8b\r\nPcjZNP7bfgU2Rx/CVCbGNFFJ5n7FdI3HVFXnCTDSg0KH76MMrVyAqbmawIKq\r\nXSh3VxPYcy0npe73/SYDG8xIP+qN5dHr8IVlHh8P0TOgEOB7wG0Mie3QL+86\r\noR6w3sSi3laBJLb0q9Me9N0YW6V1DwZrwwdRIWWOpi9RQBG+qNtIgTJKk2Rv\r\ni7WS/EscSknQicQtxa3geuC1sbBS7zlcmf62KSamxAnrbVT8YGi5WitP+Ukr\r\nULj2VtxZ5s7VBQNKL7Yj3JOPvSnGbkUVhrYZJPFcK0a/8BnYrNGoqDnTewki\r\noRp7oS8+3V3Q3N0F8Cbe1nIGy6lFJm243br1cLEa3tWGc3vIRwzk3EHUvZMq\r\nnpkR0iTTU4Qb995J2uHVwSzGa8Pz+bHtRbkNmDK32hdt0NW2s/a1TNvPp5ju\r\nbyOG7qF+sancr+iPpuIRlUZTq5I6Q4g2SBXu5mS7CaF1mE8PRtlZpzB57uAB\r\n8K/B3MKZ1aDPZn3dxx52Wc45lyMhv/AUSh+Gvh0VzP8nJnxZhF5q60Wwk3e3\r\nwkA98sO8GU0aE4n4mKN2VclArjjjYmXBRmHElSZO9mo9pSzx5Ph3HP1580gq\r\noJmw7lKMwv2nP6V33bmEHLBRjaxQviPWpIY=\r\n=iHor\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230309014613.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/bb5c09d0f00a461c58981752b50f3db4/urql-exchange-graphcache-0.0.0-canary-20230309014613.tgz","_integrity":"sha512-5ePLfz5yaKnsd5Qayn9/7AnT7Mj05/jacguzSO+yUY9lUL2huQH3NvtfO9iRdi0PV+FvwV6E/ef/WXRVHlaCpA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230309014613"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.3","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230309014613","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230309014613_1678326417947_0.15383039389087072","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230309123552":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230309123552","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230309123552","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"27a6fa5c223c3818edb238e6317ed493df7dcb6e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230309123552.tgz","fileCount":34,"integrity":"sha512-Er7kcLgenpLyHTK7aZLCcng8vJVAC5jDTi+289gC/X0H3Z8zqX6nKjTBMmOL/M4XJm0UjmRM82xnijGmlcRMog==","signatures":[{"sig":"MEQCIFIliYHowudmi5RJRWUtR7vdyk0RkOY09Ogesuct+tfwAiA71Ji4jEM6UUBStyr6bg5Yni8n3/iOsTfLFgJBNJTgSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCdLxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrL1hAApGVGVIHDCCEplVJsV3eheGezUCyh1ILGto7QyLzS5zzTqYcE\r\nBKPpJf/0PetqcABUBP0wEMz5xDEGJKPHJZwK85nsKeN9wlROCyi4fs3h6qQm\r\nW6iW1yp43UIrAsoTSFOikL1uglcJt5oshlYGqyEEAH/HZrtRHfBlwb16Krkr\r\n4OdbwSSRPURYIH990tlDr6KVjIrwN3PsrB9vsx7iaXCjAIFBRUHKoaV09rCw\r\nU+Y8KPwsJRhDvHGyZyjz7PwYfoOMGfBZatgytuXGf5FCnnCeu3EWT7iqCbxo\r\nvWZCL4o9ctAMu3jC1Pe61MRgF5LTD/YpyoHj8yCI9pKlNu0dw/1rh1SOWHIp\r\nMuTRWZ4gMe/5O41aQ30j8AkTUneDHM/slPGCw7SiJD41jqfHv3ExXZ4K6PSs\r\nkRzqPZ9sXMw7qBdCnz0uAimTGC0z6x21NHnfamhUirW1J5451lB9VR3AZHlt\r\n7y5gnbkigh6gomHoKl5FD7GjgUbEPbHPJZCaD85biKGVeyqMalPQqA6YiGJO\r\n/gWkJPwH5XI10zf/+08SUS9FtxknnvbiKBv0ZyOy9ji29Kgbsslhlsu9tYSm\r\n1KaAukjhYetmyHb9/BjRe9sZyAHH87aR/wHKjnF0WbmnFjFY2iveQk528n1J\r\nZIIL810p0tLVx45Aspw1sdYnquRjudhypaU=\r\n=LvFY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230309123552.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/ad68fa488763d7ae60c67e6d4bfc0864/urql-exchange-graphcache-0.0.0-canary-20230309123552.tgz","_integrity":"sha512-Er7kcLgenpLyHTK7aZLCcng8vJVAC5jDTi+289gC/X0H3Z8zqX6nKjTBMmOL/M4XJm0UjmRM82xnijGmlcRMog==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230309123552"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230309123552","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230309123552","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230309123552_1678365424972_0.5419920131910494","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230309170702":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230309170702","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230309170702","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"9a12b85424eec9aa706907fa404d46d03bf85092","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230309170702.tgz","fileCount":34,"integrity":"sha512-1lMX7+eYU2nA5hHXwEI8HU45MMyu5KTm3o1l64CG8v90HXQ2CBfws/FGbmm8LCp3m1Wk8W/MxS3RLuwkiiydyQ==","signatures":[{"sig":"MEYCIQCoCgtsLtZTdzmXMQfXdFSNEoe8RfMN9zG8RYs2i9yc4wIhAIaOmY9dLFvMr95sr+Bs/31ultdL+YpyOQpCeOpR1RJb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkChKGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpR0g/6A2OQw2c6ru2jhxH7DQRZ725kvdL+hMLuI+qV9NpLXgvB6j74\r\nH1bqd/NONYRgSx/oRwoWdZkFbPMIueeeKLK+cGSbOtEl0MG+T13QcW0hjN4A\r\ngvo6D/msJDiQtlBU2MQhn1Cx3+K4cjcyTwxsjrwxytqJ3qWKh0qbDg7b3xFQ\r\nx+R7OoiBNJAYU5WWCfB8Xky3Kz/prdQO+Bck9aEfEwKd72eVamPuForJPfxb\r\n9AokxuQKaf8HmI1aiZWEjSMvzniX3agE6tBSczVoh5/hf+5RK9pYenXfOz9x\r\nk3KdY1XyyjSOAnfMZFhTK16wUXt8HeayJ0TSfyHPw2bAWr4TAEUHf6lOFC90\r\ntueAsJT/mzculbGyDGpzMg/9jGptYm6Gk4B8IE07FXP4NwoCk9Qg4puJTyeZ\r\nNvk1vXzXpsB8ZhgpPmPzxXFmEq0QTsyQNP7ywxac17FcGZSZk3HvTYTp7Sf3\r\nJt64wGNio2GfPVB2wfAcq+UvsdEiwZkUII33ytp2owd1ZK8nDf3KUuTnyoHG\r\nrEEmhKalne9e4DWI1/3OpcKOjc5sDQMX6P1iHrVxq2dKY9RPvxHAOHcPwrU7\r\n5lJ0QrnLv+AmE9cmaGRU6rWKSbwRFBuiB8BM/gRYFbKaItyggLaG6jyJTpjx\r\nWkx4MaZ5yluFqhgo0MpRqVOPZq/ORvdb9Ww=\r\n=NVq+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230309170702.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/86fa87a8c0eadfdc4dda39e9c6bb3904/urql-exchange-graphcache-0.0.0-canary-20230309170702.tgz","_integrity":"sha512-1lMX7+eYU2nA5hHXwEI8HU45MMyu5KTm3o1l64CG8v90HXQ2CBfws/FGbmm8LCp3m1Wk8W/MxS3RLuwkiiydyQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230309170702"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230309170702","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230309170702","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230309170702_1678381702038_0.9991553345430901","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"@urql/exchange-graphcache","version":"5.2.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@5.2.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d8af2ac73e3644e1947a82f0da1bdb912c9f9ccd","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-5.2.0.tgz","fileCount":34,"integrity":"sha512-wHSTkp6TAhioauK/85DyiiQP5vz4EAJx7JQ+39OaHZ9TSdDqWkg4zs9VAhV3OzSopA9DNbihZVZ32w7q8BSUEA==","signatures":[{"sig":"MEYCIQDn+9CH+zoiVfe+hveIrujCk3DK7fm4FtrfPUhQmWiIugIhAJRdaTdb89kr0mYeTpGsVn5vq2/7zJaibvon3J4hLcDU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":405552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCiNQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbmA//cJHhWJguvfbkzAtMwsIr4sEigpsQftcHEpQSpIJ8wDQuTuVZ\r\nMWiP/ig9Tm1p2D6G3kUr+RobxmLdxojaNZtl7sX0Qw2+SzglSUVW0Kkgff7u\r\noVshDC+TlTQpSfWEbz3zLHTHH5E6BP/yC0ib00CQW08OAkSnm1eyVJ+fMU66\r\nKAL9HRfJaujQ++2IwM6sYh9PxoQh097SLOqlT2JIYjPLpyqtc58kAavU5dj5\r\ndcbNElLOX+PkP9Agol1Q5mWsWAdeQ0In9cnOj0bz12cAb8YZ+4m7e8z6rc+2\r\n9J/5/ZUHGbxOOQj6zZaqDr2dkPGJPO9rlXhAYn3ga3dNbAOmMJVqg3uNRknx\r\np1Lz1nYAUK0xjyo4OpEM/+UwY/zep/V/sfOuK1+n/H+m2d1SXDBwgcFl2De+\r\n0JxaGryW8EMheR8W7vgz++jyCu8nxXX4z0Kz7uE7g7+ep+309iEVXzRc4RIL\r\n2N9STJMrn9qxRtOmeM0mGdtpbQS1r+k1QpRSVL4mhEoSo2iQaTZPoGVwkWiA\r\nTCmfhmush1GOkZImcTj+8LCyI5p4MFC0ihKnRgxLjNA+lAconErmIkMm6k47\r\nDfXBT+wiZJAlSMCmexs37fPx4V315ryomDrL/Pwy6HtaBjqJy/XBrBUFjhE9\r\nZqSgu63cKQI/5GZlIGrfrEIqS6Yj6VrX/o8=\r\n=Ns/u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-5.2.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/c0e5abdf984012a9e1a187f258bc9ef2/urql-exchange-graphcache-5.2.0.tgz","_integrity":"sha512-wHSTkp6TAhioauK/85DyiiQP5vz4EAJx7JQ+39OaHZ9TSdDqWkg4zs9VAhV3OzSopA9DNbihZVZ32w7q8BSUEA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":">=3.2.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"urql":"3.0.4","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"3.2.0","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_5.2.0_1678386000730_0.2773521354721815","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230315090933":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230315090933","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230315090933","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"b98d9deba45670ae4fff27aa34c391e32a43e618","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230315090933.tgz","fileCount":34,"integrity":"sha512-+PrNwBa+6txDYHcSqXLvRSsVHw3DD14p3BOTTu0KU8MWdYTMNjYd4JrK6HuaXi0yQyJdX5KD3qsan3JeWvbqTg==","signatures":[{"sig":"MEQCIFsSbSyCP70gUGpsKH4fk+my6eSge4wTxZffLrPSgDmjAiBqgXr1rTcCfcVvQTKEQ+JzZT08iYoIdHBYq344jsNs0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":407442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEYtsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmofmg//fFvepsEyNT2xb7fhYPhVTbcYopwUfo1ijfHsRF58wPVjHEmA\r\nyRpVNKx+IWIZro4zdtxpyoiPe+czwc1aSP6W9gdMYBENzQtSYw/fppD81ASl\r\nJV5t+Sj4rYl2kQ7U98KgZ7RBWIyNUaqa2Cpp9hHT+Nf4FgVkNCVDuFYz0uNH\r\nvNToR2myiFNcKHkWAfjPKhi5tw6rBN7ihmGpitRWPBOhM5B7xEs+nT/E1PNi\r\nc1ZI9rS+OuLuscaTOo1ZqQwnb//L8IcCLR1AoQXYUZJllEK/HYHOYFzOxHdb\r\nWEftEzukzkYR8IQan7z0rh+yUiXuuFd4QpSTsw4Q9F06IkCgQFCjEgGlNQNH\r\nsulfS2CbEHHyT3oQlNveshowiRHja8gaoJS6SaEb8f78uY9Ykf92T+o7anTE\r\n1ehwb9uTXGkaXZjyknXycxrkLDluLL7gT4c85XcHmW1XcfKy85xyZbblTKha\r\nEHytW3FnJyj3P6jK3h2kZnMRbLqYy+7rDjHcRUkLGXf5G21gXBVBHTYQfWFa\r\nToxqQGidZRY3QOUllg6O1sams5Xw9JAvDiZnVG1B5NALY1gQNNeuwJwoW0US\r\nVBgNNhxqrkPKAQJN0it/WmmpM5DGB5YaRqRcPQsOGYFOzZ4WsVDs8EJI8ez3\r\n4xmOqmR97DodaArvGhrtOkBz6GRCRslN8d0=\r\n=8zAF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230315090933.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/fc873df90e02413b769edaeb44e5b5b8/urql-exchange-graphcache-0.0.0-canary-20230315090933.tgz","_integrity":"sha512-+PrNwBa+6txDYHcSqXLvRSsVHw3DD14p3BOTTu0KU8MWdYTMNjYd4JrK6HuaXi0yQyJdX5KD3qsan3JeWvbqTg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230315090933"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.4","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230315090933","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230315090933_1678871404204_0.3596935956328875","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230315110155":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230315110155","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230315110155","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d942183c89ece1d95527b5891c147c2e318806f8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230315110155.tgz","fileCount":34,"integrity":"sha512-clpJuHUPn7QY6KbJVaMVwY69r17ePCAf/1lJVwVhMO8e1f7nFl++hGsAU4ZYxDT0hzQwyIWXpezKTzBVoIMyRg==","signatures":[{"sig":"MEUCIBNQj0Jgu3GnwkDSXTluEPo0aLG7NrkNYZAzjtRFWmrYAiEApdd67dknxr4PplVklQKj7my+OrGi4GNCPktI2XiBtMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":407502,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEaXHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrc8g/9H5z4INeuEYa4U4quJSVqb24Pcw99Mc4eV6PiUU+Usd8bgU9I\r\nhkwILVkg4rqAsAhGAo2TSKDF/ZJQ41EqSHZ6Z5Ab25fA0p3+ycrdAbG0Um5+\r\nZNEPkZtdnlDjVcvcpsP1cOHu4EeRVxKmMZpnsRNlE8N6Q7a7+XSXPYh3wRkF\r\nPiIBrnCnKHx39kOOLvYrX77HUhomS8ioob2svjuYYE7Y2IQJtDUX413JG/FV\r\nBm7GybaRugZee1Lr+sXn9/kK/5rvrx/L4j4TfJ5Aef7bPttB/XIP7UEhSLIf\r\nZngLtEjvhvAd2kQNOf40AthBDYrsIL4omLojsrlh2HyhDi75J8eIrStY4yIX\r\n0i0/HVE4fIbo+A85jFZUVphghnsrGXSHMvwAT/ArweiFDOk+C9vRx7BU3J6J\r\noj9pJn3r3Kyl42VSZC4sVbMs+GfsF0DlWZGhOqtIB3yhz2bnn+7nJM1aP9D2\r\nKfmM3In6CAMqiidoP0MC1QjUqCKrPkXvix9ms6EN93jxzWKLM3Z5to5ki/Ie\r\n9av80xbl0stK5CV5SUPVaQFRdiWERsUaA3tKqnQZbZmaV0vpJaOA/aZU1IYw\r\nS8j4MXxGYQ7CSzDbXtv+UxIqyjO0ZUGRKU6TW4Qc9ZzT+ZEZNyCFYTuMCnZm\r\n7hrW5GyqOOmHXlpKjg7OIqBMQOg0o9nNd7k=\r\n=ALmd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230315110155.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/af794d94c338fde7b13a5e54ae713a51/urql-exchange-graphcache-0.0.0-canary-20230315110155.tgz","_integrity":"sha512-clpJuHUPn7QY6KbJVaMVwY69r17ePCAf/1lJVwVhMO8e1f7nFl++hGsAU4ZYxDT0hzQwyIWXpezKTzBVoIMyRg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230315110155"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"3.0.4","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230315110155","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230315110155_1678878151018_0.3704066572989497","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230315180102":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230315180102","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230315180102","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"3086bc19fc2277ae918468941adbab91e52e0b4f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230315180102.tgz","fileCount":34,"integrity":"sha512-tIveJ3NBOm4Pc6cNULkjAz9804yb6SkL7d9TQIa02+xDt5yXO0/l1bVw+CItwq2XesbjkPVMpUVXlCmSdLZD5Q==","signatures":[{"sig":"MEYCIQDPdXesfwdqDpoZ+RTM74+Gh16fiQJxtD2iY5yvN93YhAIhANyPaiZZQ7512bHFcelgbaas38KRalXim1p4aXNeR4bQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1073626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEggYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQvg/7BCJyG3so1ZM5xtdImIZBJtvYzAjeF//bb8lU2/61vQzIE9ek\r\nsO0oLzIrjDtFtV1VGD5GMo87F3JknQaHBXiqxf3LIPsWvaPmdK0xjCjN5kZO\r\neBTHhZUPvk9MGYj/s+O4QlZBvGzhuAagk7p8GRJ97PC9S4crhwKp5E3OQ8eq\r\n/hJD1QyNbDR6YLLK+vPtSGR7cmlw2zrjW4VB6z9Yn8avGMk5AokeGfanY3Q4\r\nSRGoOhG2Wvm7cq6fmE2rOr/KjjE+ZXOOEdJvFtJpiJGaZI2i17x4nGIjnaSz\r\nlP9V476CXM2NW2wK2ViK6uP8VNi+MKqVYN8LotgZZh03j3eRLMbXlgVHnBza\r\nxkp5wKwy9ydsK8gbBjZ9o1IfUnCaddi09BruLcBp//MKvGuo3pJPkKRBDzMZ\r\n7Ge0kFSZBJYCQfZYNU4QCvZIEyqGpUYocHsK3uEnqcRXtE8i2nEBAsFlPnj8\r\n+PxX48UxI1yhmNHJg6Z0I9wurz6VYwuaZFh38ec872x7WHg+if9V8W2VVpqS\r\nwvoINZMg0vjQer0R/sMYgH582AleGAKNukqc7ojpEYqAgzrajwjfk4az4l5K\r\nvpwZa4QkwtMLMGjm2L4NIYR4eI1x02srdaieKsoDdvJP1l2QpxX/7yWEU2JR\r\ni+eCky0ucEdvyYJzJZYROFHwv7QZadCfrU0=\r\n=ONJK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230315180102.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/1689bc21aff68970c88098286d277325/urql-exchange-graphcache-0.0.0-canary-20230315180102.tgz","_integrity":"sha512-tIveJ3NBOm4Pc6cNULkjAz9804yb6SkL7d9TQIa02+xDt5yXO0/l1bVw+CItwq2XesbjkPVMpUVXlCmSdLZD5Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230315180102"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230315180102","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230315180102","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230315180102_1678903320475_0.6189311986659547","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230315182913":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230315182913","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230315182913","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"99c0afb1cc463ef02134d89ada9d6e6850df8d8b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230315182913.tgz","fileCount":34,"integrity":"sha512-k+FkuaHsewgu2IAxnBDJoDl4z7kHJref3BLw/V/Apf8Ndzwzfw0bZ0F1Uy4ACwmmfU5WjrZkOJcD5RKsVSHO1Q==","signatures":[{"sig":"MEQCIGrL9huLebTLUB4qlMj/qFgJoHnz05Y6mTecTcOuf/EBAiBMvAxCdHPiYTMMHgxlwCLhQtETBOYdGe0omTNAcHMpXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1073683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEg6uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoj5w//fiQwYHlUWNrzfQ3z95Znxww3qWK93uvOdNDpDJvMAm6SME20\r\nC4QQOoPl7rumhE9KeTKIx6a4HuJaozH/a1WLg+OLTk8yNW3+MI+2cfk8IUu6\r\nJ27btsIU2aWFxEvNl11L/eI3SMXk2VXN+5EXTwJUYbddUPxH/PfngHg9T1Y0\r\nBswHMdWi1eHEnrFlXZwRc5AGSsmx5XZumm2Q9bJXlXgI/dQ2E30JUSpnJ1iV\r\nN9lZB0cxE5juUsLtwMnyxqRd9mweMRkYuMN6QJ5hNlGr7pHAjAUip4Xe9+KX\r\nM7upEl8njNQHARMfaD37Pkav6U6uzHz7UaBhoyTJw8l/3GgpU7IYjzZaEzNX\r\nSX1CeYfQcg7MRvF/frBLDgkXoBOWtmL/uLbc9xmXAf5GtYIKKSuyUbI66NNH\r\nXUeymOE8l70D7amGQiSi/7ti0pDN4/aFLqbfHbU41Tqz7OWP2VwtH/hU/uGA\r\nRzqxnhEdLIZyd37yq0R7LLA0H3hrhZuybprrqX7U7srZ9jc6BC0k8P+Ty2Ac\r\nhr8SkEYF6RAjTZOfxzZWVYSIH2v1H8FRutfwgWhZV4MJzjTY+ufGVSROSn+z\r\nsDjBFNuIFuvSsBgxS43IBBFFzQ4/PikK8aGPYCWeayWwF0KE43ALeEVGWQBO\r\nZA2eaak8dvJxtn9JuB+OZVQQZsiIlq6e2MI=\r\n=Kz2e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230315182913.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/11a6e6ace45d7356cfe924ee4f949fda/urql-exchange-graphcache-0.0.0-canary-20230315182913.tgz","_integrity":"sha512-k+FkuaHsewgu2IAxnBDJoDl4z7kHJref3BLw/V/Apf8Ndzwzfw0bZ0F1Uy4ACwmmfU5WjrZkOJcD5RKsVSHO1Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230315182913"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230315182913","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230315182913","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230315182913_1678905005934_0.4159329154520335","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230315183047":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230315183047","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230315183047","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"6ef7479499c41caecd8a52b2205cf94dcee344ef","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230315183047.tgz","fileCount":34,"integrity":"sha512-okUa28i4CTnAUSDR1z6d9wGoJ3sBeMjMLc6NyzX3jEohbMnlJmpWOddKG1p5q1vP/jpiWFk5cju9ZCdCi7kyNw==","signatures":[{"sig":"MEYCIQCJayo386VfDuP2EBbk1y2OuLN0VDdMksgKdmcr+rD/YQIhANFK+c3eec12cvWulBuzVkG0jAAcRMUUDFgs1A/rNF0T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1073683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEg8RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrigg/+IMPToIq57Zo45HcjQO5Myq2kRb2kWgEgqFD1I856xW/CQ21a\r\n3AXI7wmWxSaqrEPu9CBPpf2N0mooa5oB+FnzesjJwHBBcUF/aiOf9LQ8FFT8\r\nYldwXYux8A+91AO9O9pwAEhewo6YEF4ZV3QwFoGL2e3FMBbR75Nw5L3CcBwp\r\nMRaaLacQ9Dr7cD4Pm6Vr/z8aEzWbpuQbFKmzFpHwrcJctfFHgLMbgifDAYEG\r\nw+rKw4mNl36/5X+Eoecn6Pz7K/tOl37cmxnvpro4luVl4i0Rm6/5xOSuLdyy\r\nra+cV629FRQ5Po4uYQjf87TY/XhANW6Zj/BKD1INZPpjqfQ9kbuxGctpH0Q0\r\nqUOURlb57sR4zwySrSE3MFLTUzSXNdl0ezLBecoKBNOcTzDKgQMLoZx3FomX\r\n241pM0tiaqWrufQWIEvUyrSiC9dSJDhIuWDpSnUNKt8/LbXHKVoy1MGRTH/8\r\nVyri6eLMwl/HiMNi/JvBjnVxwLpoEfM2pOWy+3V+beAo6pKsiaukP0IYn3tN\r\n88nLutaNOXPe1PLgTxRmC6LlJ5Q3AklqFb1AV9J7w5crD4cI0EXaXT3lxosd\r\nIFEyXQlRfw3eaCTdKHBSnKxKVGA3Idc+7ENEsoKMrvImTK0XHEp3VQEaND81\r\nyzKiMMpg1toyQatqFiSLx9V/kXK6+diWKDg=\r\n=eU7M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230315183047.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/0f31a01bb3daef0c7ea3c4ab01df1b54/urql-exchange-graphcache-0.0.0-canary-20230315183047.tgz","_integrity":"sha512-okUa28i4CTnAUSDR1z6d9wGoJ3sBeMjMLc6NyzX3jEohbMnlJmpWOddKG1p5q1vP/jpiWFk5cju9ZCdCi7kyNw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230315183047"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230315183047","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230315183047","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230315183047_1678905105300_0.6500984757612618","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230315185032":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230315185032","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230315185032","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"062bff56dd3937840b467258ccc8e141be03b8a8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230315185032.tgz","fileCount":34,"integrity":"sha512-EY4ysJb3UIlmg40p3QEXKhWOeuW2NAgoP7tzDQWGdp2gp+jotnFJR8SUGF5q7imGy/qeYAgtRdv3O5VRIYtgtA==","signatures":[{"sig":"MEYCIQDD9olVPlWsCZ0F40GqQJQKhp3MAOnai0JjZ9gYsyRdVwIhAKm1nv4W4xWVH6I070VYx6DWyFgwc0ZYjugGV6RNdozz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1073740,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEhPEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3Vg//UuKT2xvqkxglI6GQmxHita5+IP+OJ74ftZcPhuUR7+2Aqs6Q\r\njiQd6UV1o+xu7iBwL3C7GZPkFuI5n2nBimIXpbm6KIn63ERskBy7aJxquFIu\r\nXWCUABjpiY+leXIHTG4URo5rj74i2PX1rMWHsIMqfcStguCLvfFaSG6ihYiv\r\nuadQU0+u6cf4pUvLvsSe3paCML5cyNo3GX0z/h5HtOllnTa2v3Xzw/BVjhtr\r\n36ufmC/kj5wLpDMtDqYE054kblvWh2v1lan9JhdoEmPreMBDXZySDQvJ9elL\r\nlFO6lmWhAfEDU6fNRqpUvqdDGR+Z9foAu6C1Zcl3f3qINAvmWEksOkC8ExSt\r\nMFKCw8LzAadPGRMUc0CDxCM71gcpFk3mHkqCwWFESD+U3qk7FFONb7bqC/kh\r\nRuRqiUTiXmrbw17nfJiXmH5fFQmY2cf50a7r3jqWgrVNMOWFROHkNknL/ouy\r\nbLaWUBQFQam7+O/jwy/TZSu4j4dr74/hf1GiUO6gKcHfVFbRLSssfsPajrEp\r\nYaKf1Ksa9agllgu4boTqDf+9/8n7+gfYvVeRzHF+yRiGnnrpb2LRY4U8u1cZ\r\nODxbs35xZ3cAY8Xgaxhma4O7B3s9FdE97Mir+gWU/OAf5CIBy4Ruj0lUTOdl\r\niGVrkgX6rH5YOsyqKoIZ25oSl6nhtFgl3lA=\r\n=QXX1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230315185032.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/2705ce7bcd7820f0b67803cb6b007b1d/urql-exchange-graphcache-0.0.0-canary-20230315185032.tgz","_integrity":"sha512-EY4ysJb3UIlmg40p3QEXKhWOeuW2NAgoP7tzDQWGdp2gp+jotnFJR8SUGF5q7imGy/qeYAgtRdv3O5VRIYtgtA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230315185032"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230315185032","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230315185032","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230315185032_1678906308314_0.031353436746854424","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230315185422":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230315185422","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230315185422","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"2663f85454c7691aa9c8e95851c43414d4abbf37","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230315185422.tgz","fileCount":34,"integrity":"sha512-RTZKDKV/8wgHLtnsc3adPu19kCkt3yQKcgsbRQIru2A07VF+p4errEQ/aBly5+qNu+2RtPrEuiEHMLdcIbSwgw==","signatures":[{"sig":"MEUCIBHfwQOBLFWHVs5sreo95eLELYVxBbKNUIdUj0pVWKQfAiEAlcbBsa8on9eUCek1idhbcYHEN9FWx6gXszdF7IpZVvY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1073854,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEhSbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWfBAAhIhRiuGlUh+jD5bRjHEu8dJ7mRn/eqca2QaL+27/mdPdLk/9\r\nS3LwiGVpobymBF3XRa33VFztf8Oy/0ZDb+B1y2kmOAzm+WTRYlLJmr9UEvcP\r\nNu50L90pcRTOs90D8X03lo3+qAnHjEdTFYQH1pIhQZbfqkbbelSG3F5nYbcT\r\n0PsHTqakj0kCiE25iUbciAREXF6W6ninrTjPGPkXo6ew3qgXAwBrFP7BkRZE\r\nwCudbIdzYy5hm7vTpOxqdaiS5t0cx1nrXiMRMysXg9UcOZAz+atN1+ydTTNv\r\nafcwU2rw6mNrgTJpPr2qJHPoEiiTqlfeLiHkB/UGH2VtR7TKEVyIvUQ5eC1j\r\nijwyUYRsSyu3jYyWpNuCwpDhv7pXuVpjVN8YAHP3KyFULAsoeibQN8WHDMJf\r\nj6UjoTJeJLKmcExv/IU+72OvtbldeWv5jjzRgtGT0VvlwhbEQogPRJWdBMBH\r\nPtr/iJbUaYiWpVTnoz26EM6o4Y6gCtDMs57fqqrbxpnxV/85myd9PRTIgSqw\r\nKt0Ys9DCZ/hF3h48nsvdaRqgBXOAcnPFLR6TsNL6JnG/lV+6PZxPSs3ZN1x3\r\nq7FnOBbnbAGL5tWSGsjRWJpymjOAn2AH03Jz8Y/EPZhNp69Tj7PsBLIuyNJ+\r\nTl2zVVYJWTP1rc+RjjYrHWFo8CszzAicv5I=\r\n=eGBS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230315185422.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/79f2d9d57b0e17a975a7369b046db4a2/urql-exchange-graphcache-0.0.0-canary-20230315185422.tgz","_integrity":"sha512-RTZKDKV/8wgHLtnsc3adPu19kCkt3yQKcgsbRQIru2A07VF+p4errEQ/aBly5+qNu+2RtPrEuiEHMLdcIbSwgw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230315185422"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230315185422","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230315185422","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230315185422_1678906523716_0.21794878564222153","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230315191111":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230315191111","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230315191111","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"578476792a38cc1ded9400a3a269a404f4178b13","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230315191111.tgz","fileCount":34,"integrity":"sha512-8tZ4DcVMJfR/ZUM+Kzg1YiT9YhI9UZK/QkJuixuCcW9h+4yxGEc9KpsqYA2sfdd52SdAG3OxPEUEBKK51s07TQ==","signatures":[{"sig":"MEUCIEHcilXz1+AAPTu1LzMIQhtsHyDIkSYPy1K+fPG5nkvzAiEAmxRa5NBBSQQiNEcrebwZLf1b4KPYj+JTBvHSL1mTNXI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1073968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEhiSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo99Q//aePwO5y4bZlqJnYApjPQVDCTWvN/Y+f8CqNkE8p1JnOnANlh\r\naomcEOrn4YpxdQ1XOH47D3r2c2lDjOJTQTFiDfUNKNPIhG1Oxe4SjH5aJzli\r\nM1OCZFZiLP0bhCQnEVl7vp0j7sZQWdzHtXNsFbdiFqVUw8ZZtTwj6BpmZebr\r\nv+HLHR57slZTb3ewKYmG0Ps7aMUlm6iilzIHQKvU2wOOshzrIdGMQm3szXyH\r\n6xNMeYkEtU54lMUCmdhcfAhqVp73W88IGMQzX9blwUt6eMV3IqsloXd2cmVC\r\nIkPtlD/PEnsL7Akq3D2FB96UlDI7NzW1h2AQ108KSN44vPcHmznSwUfyk38R\r\nGsWWMHpENTMn13L5Gy5HoXyodoeHE8FAISzRNBCI0BGKhRCNXO1/ITpuvNvx\r\nIAe7vXu7HPAht+s1RjMfjib2NMQYOE/tQGvaUwEhP3qU4zpyPgkaH6A5rgiK\r\n0XG51w2LwhATw1iYEhobtGYdzZLCkXCr6SvlsKlNe2ayESu5iKr1pkhJXP5S\r\nLrktGdfDSW27JrYxmLyuV9G5g0D9FTnJ35V534JTqu51DPJnBRUUFuxC5WzC\r\nqQ97kjNrQCRjz9k4YPNkIcxQINH996v+lZwqsDKwFpVUir+ydK3+m/r9CYlY\r\nLDfhKIiNFz0xpiyxXxrpkKrOMigMhAA0FNA=\r\n=AX3j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230315191111.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/3e71c96a670c36e7f717e1b924403f09/urql-exchange-graphcache-0.0.0-canary-20230315191111.tgz","_integrity":"sha512-8tZ4DcVMJfR/ZUM+Kzg1YiT9YhI9UZK/QkJuixuCcW9h+4yxGEc9KpsqYA2sfdd52SdAG3OxPEUEBKK51s07TQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230315191111"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230315191111","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230315191111","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230315191111_1678907538243_0.6992773797763372","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230315232322":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230315232322","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230315232322","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"9d1cab5c3e23c50ee3a60464656f39f652300dce","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230315232322.tgz","fileCount":34,"integrity":"sha512-suqVxZFlwqHcm8uxc7PD/EqIBnmurh+jocHTWh0cWBJXRzb7ulsXudc52N7aioLJiUUEpqplLru3oMCjBRLvYg==","signatures":[{"sig":"MEUCIQDXpVRVZtHWNWIQdqwuStggylbvV5xpHDxrRzq/ExldjwIgT3h2ntyGtSyWeiq84o2rKjJ5XVPO5tUISZEwk/D0QaM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1073968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkElOtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2/Q//UlUH3C7ulqhovkZ4Vp3R+YbtIVZ0Z02/zizC+AvvhhP/WOuj\r\n38LZudjpaP+ayqC3+qamB/jlWPTJMCun/gH9o6n1qoEfzimS8w7qdbXlACJe\r\n06dL6uZv3cygH6ngTbw0d7N9wA04JxlU8dq56R+ag4/eO582wC9MEIymf9oB\r\nqIENyVatp8+D7qqtFzGkQ1r5OernbtSyCEN5tvMQmxKIu7CqQjd+vlXJ3DbX\r\nDrm5+f1TZQPHngXXC0kirQFufuEmwY7MnrJ3o/MpJpHW9kxujI72hVh5s6IB\r\nHx9949JgVdFgGHICUwPJXDpEgnJHO7BopCpwXVNxLzSA0oWznvW+GDx5iPzW\r\nusL38qty8kWpYvvpbQM9JuO9td0iI1nTzdOkI15Nkla5OUI0dNFloEGH3Fpb\r\nAnVNGEx/x9xc4E0xOZ29Uvlt9MZqGjDhnclYiiUI6s31HNxIl1AS+53dTK1G\r\ndcN4cdk/vkH0xZPCbcWs+5jFE+MAVYllqOVsLFUfnjnLp1977hM0Wi5joLwG\r\nsrsF/CF3T6fsZXSbzrWXmu3y5WWibzd4JfWWD3aaXPYqokwgGM8fQjlmxDtQ\r\nF/2/J9uChR5zDVYaKmA7OeH3LLOLd2UaGoUO3jMVDb0wmkOnYJTsRNoHmJN2\r\n4PGbRasOW7nXdACzaKZhe0StxYFA8uO6aCw=\r\n=Cn5j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230315232322.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/25941603d52d743ff08ab9cfc360d942/urql-exchange-graphcache-0.0.0-canary-20230315232322.tgz","_integrity":"sha512-suqVxZFlwqHcm8uxc7PD/EqIBnmurh+jocHTWh0cWBJXRzb7ulsXudc52N7aioLJiUUEpqplLru3oMCjBRLvYg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230315232322"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230315232322","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230315232322","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230315232322_1678922668863_0.3385811487398369","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230316002801":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230316002801","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230316002801","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"68add9d128c66e597a01c2bdf9a9735b6558384f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230316002801.tgz","fileCount":34,"integrity":"sha512-Qf+SYe7rTbR0c+wLy08E09ts0Vwwb7KE+jWq1HuQ599Wc//Lby/t6I5BPPggbf2p/La2g962u5QdXYy6rYiKYg==","signatures":[{"sig":"MEQCICH24mp8mCUl7QcouY5Ao2I0lNav44yD93flN75unzPtAiAGXUth+X+aQ0DSCIdTac2Fiy4rLtoknAYY+rHzCd8jaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1075098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEmLUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7oQ//SuRqHYTnmF57TFu4lnmROtULsvdXZhZkQA0rg4nEGbJr5AQQ\r\nyiAEMHHfllM8cvgR2EFgJCt6xf9W0NXRzDYEm7xnJmDMR9rb4lDT7qVHDVFc\r\nPEawlBF5GDEQN2VZG9Yq5PgIXhBhNc5zjRjMaiTVkgydSbn9SIjCfz44QYcI\r\nGgDQJKjmel1A9nQQUjkwFdazXfiGWddKiY6vogiXVpwLmsJ08UMa1CS7BG/O\r\nGOttdF7t3N9sK/BCQ+HfPR4M4uXnGQnlmxLHI6vA1HqNRd7P5EJJDIxgdsal\r\nD5LUxeDcbAdhb67sl/oKSvS5PjO5mBLx5u9PIdnNWL3iD8lgiNm5yWmnfrh5\r\nsW00tzJUEOL0Q2WBUT9YrusQQKtJ3FZ83JhUy1/2sOOofkkdO0HxsSyoY0+L\r\nLaMHJTjsyvQ+nYndGdMZJ4tHoV7WankHfwIv90lyktXIEYaWevi2Qk3AZIsv\r\n9BCkEEYFDbJSQB4XGQM3JLY0trQ0UkQ/dbapAvi2oCrAXIhU3rWl0g5HQUYD\r\nceCSvzBoEhzYkzensAzqFxGdt11nyiZv6/QUIbYt5LCwMn5Bs5IxvRlX4+m6\r\nlc9jxcYtnnhtwY/PzH6B4EY9t/WRyweps2Cgr+uc9b2859n9g94/TRT99AWT\r\nyj4R4beX+msmST4UkCLs0AsS6iy7upYXWaI=\r\n=NgJH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230316002801.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/ce9e39717a160e0c746b86c1d3ca473b/urql-exchange-graphcache-0.0.0-canary-20230316002801.tgz","_integrity":"sha512-Qf+SYe7rTbR0c+wLy08E09ts0Vwwb7KE+jWq1HuQ599Wc//Lby/t6I5BPPggbf2p/La2g962u5QdXYy6rYiKYg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230316002801"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230316002801","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230316002801","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230316002801_1678926548696_0.8675434676834741","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230316004530":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230316004530","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230316004530","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"f4018e69a58e82478f256d7340e6bd12f0385d70","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230316004530.tgz","fileCount":34,"integrity":"sha512-zaFxhgFLL+CjvwhlLC5L96mvHoQAYzlsCx+eoICXQ+AYBJfBO0vmKAjrJBU9a3M8JV3XAtJgkpxITmnQ/y4PaQ==","signatures":[{"sig":"MEUCIQCjSmZzTZ9y00MykWED2PDDVfkeS1YjFt0K2s/Wsi1dxwIgMfdXAZJQpLhojapVTI3imXL951B9bTTiYPk+54TB4SY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1075098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEmbvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprXg/7BAI41JG7RdhV7K9II6NRlTSiZncbqYAiamEQ7YOTxJ8Te06G\r\n34c/xAKtat/bfHA3XFhEEZIWi3an0Bz1JuQJQoqV4V0uX6byGhQlsMgnwP3Q\r\n9rFvia1YE1/cxfaRJeKmk11R7un+4AqS7Jq21JlHdUn8OuSAN6OPwCsoDCgM\r\n9za0qWrd30zZrusUOQLd6R21JhzRjHIzqBfNK4Hea2jMEE8j/sPCnLAXhTZu\r\nvu/IJJMZr9+0y9J1VpSSSxJQI2TJgrP6/5bsP0L2xPVhNC9KY4rZwJ3Y8A5K\r\n4pdE0fQ5ZAh/+YPoFbxwiWLKYLqHlPd03caNx5FsYX0r4ylGpcUkhVGYmZC8\r\nazXGvVGMuB3ik4WOR0vx1uxYpNGR87TMR7wu4EeXJ7bjn6MgwOMQ1t0QIeQx\r\nroc55MR6T5H2SO0deS1Nanajx6HTtzjTfJGN3/ykRM/UOvu/Oih8aAsgHOAP\r\ngG8/tVW0/sa6uQMZUoGhAop6D0r28IhnmdG+9pdT53Gg+vsCw8EkzIT7KaDP\r\n6vNHjh6cw9F/iftiQWIDQE7TUDoAjYUHDGZRx6eh9OsW2k+1ZKQTEOar6rIV\r\n7QyzicZpP8l2ig1SpqOIB68hKHFAWAoV5pMmYFfWw382GUGGgsi85kYrD/rd\r\nm9HTAitUzRMKZfHYNehevFvCOzMK0DxJV9s=\r\n=GRSA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230316004530.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/f553429539179dde9d7aab987d5e7d7f/urql-exchange-graphcache-0.0.0-canary-20230316004530.tgz","_integrity":"sha512-zaFxhgFLL+CjvwhlLC5L96mvHoQAYzlsCx+eoICXQ+AYBJfBO0vmKAjrJBU9a3M8JV3XAtJgkpxITmnQ/y4PaQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230316004530"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230316004530","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230316004530","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230316004530_1678927598848_0.48016354523864946","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230316005237":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230316005237","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230316005237","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"f763719e29b827aae93f00ed51e211889dcdb019","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230316005237.tgz","fileCount":34,"integrity":"sha512-PEEIFEV//tk/q7qXsYHb1zRwfA8NiIi6+yyCSvAr3DFNUOJ1EIKC8Cni5bj2n8bQOImtyy0tXV5c1BAa8jCvcg==","signatures":[{"sig":"MEQCIEZW97+DqgpcnYrimVtuA+PEGpMG+kW5TAqm2WtX7CZgAiByuiLMQrKVOCUTZ5SIwVbuco04Q6us7ptbFoVUtqhKAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1075098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEmiYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKKA/+L0xCPKqbH6zEg2yO9UXqsGZeUAa9kT2f6UiErmC3a/KSsGDG\r\nu30K5a96eMQdlhDEpvjBocQMJYsEkNQCkuj8Z0fdVF0gAfywtH/RmtaqKurt\r\nByMrGTHHCO9jEhesdMrlGXVaq3yyKnkzi3ezKSjv6qz0Fek2gvcDo0nK5mZH\r\nRIkFT3Ka4/N3JbGGWlJ4VlIqhFsMMkkunNhKcV5owAWnW+0p5Vnfc0CzEkGU\r\np37aUh1XeSZ9fepw9zJ9ocqVXJ11X5Pa+1AG6TCfjeAyL19pLk1/t1etv6A8\r\nz5/mVYjx3/cM5F1Yk8iHVWAr3BDtuW2PBwgW7HBD6O/RnsTWOykRAsfJ74Qg\r\nBS46fgwcwCdZRTkKfzfDJLuRCxApOBOHob8letwwHUJYdJpWPIoi/QYo6axr\r\nf+cVyrXaxCunmJUfvwe4LtM0kf5kr9vYdPqwXpVH8Vd67uOiyXMLt2DfPLGb\r\nmllKQ4HFAYvi0NlqeD7UYfI/yXriUYy6K0X3aFQsMOpJVhxNCqvkR3iae3VG\r\n4sqh+BWlMe83/ZkHdhzTpeTCTzibh6jXE+DwajfAEpBJQUNgFqtE74AoN9Ay\r\nnIi7M4DD7D5KU76l3lxG+W+eMKQVLWrwtJOg1VMY03SnaSWNjYDNxg7YEbE0\r\nLTr96jL0j28z+AFiNthzi9B5W9qzK7lqzeQ=\r\n=xdSQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230316005237.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/402940dd50a742d11d2444e9e41c32ef/urql-exchange-graphcache-0.0.0-canary-20230316005237.tgz","_integrity":"sha512-PEEIFEV//tk/q7qXsYHb1zRwfA8NiIi6+yyCSvAr3DFNUOJ1EIKC8Cni5bj2n8bQOImtyy0tXV5c1BAa8jCvcg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230316005237"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230316005237","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230316005237","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230316005237_1678928023973_0.6868553478633108","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230316090234":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230316090234","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230316090234","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"bc00bbc42ac1ee3f37f778540ef11f0f63832417","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230316090234.tgz","fileCount":34,"integrity":"sha512-ID6KAMc3tUKUdNegwZ90azafcRbGGXm7UDzaeROFyscfAGUgQxj67ooi6/MCZFZ1jul4epMTY044E9wpFkcnsQ==","signatures":[{"sig":"MEYCIQCojUrl70rppBWFQdkCP1Se0vRmEMjyrGU0trFWxwkZtwIhANBWc+ISYiq9iBaY5LZDLJaESrT6EI0d53QEnHLDt2ak","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1075098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEtuGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVzRAAgYS53t48smxTPSoNzM4yotlLhr2NN0qO5lxDWhsUAjgIFNLn\r\neTWd4uh4YVidF9vaC01Z+vJNPVqcREMmJEPPc8IL8MIdWCCZYC/HnxIceuGC\r\nf9OBaxoP7YrvzJ8C01msWXiIgJwPknDRi6NmItuc0dfPB35lV+ULtm7t00L1\r\nHo+qptpxL1CWSXYLMNq62OYh7KY7D5OeQDELfC3LgbiyDA3aWZJJwsroGZol\r\nbgN+M9mXQG5AzAnpcEEK6xXYgce0JmNao0W3qTn6yO6fQMHHmU1yNU0F51DX\r\nQANyfuw4TyZWJvdeTcqtG4TV8KxR+4gVWxuYJNeCsfnSeH9cGVqz/355lbsU\r\nYHxUU44x6MW0pv6FNeGe9YzADso2FJwr3srn7aRCRKjW0X1KjgTrtxLLXRJ4\r\njMzgnNLGBjxqtbjW0M+4W0vMOx/GErRgqsoNh2meowT41NhfcqjIbdpXdcHi\r\nWdXZcuCsEGw9by7RjaFNEkx1SvbiGUvgexItsqLOy0jIHvv3H9hEPDAn+XvT\r\nK8gKjiJbE8DO0gbqTl4lmZ3Wo7AS7xTB1rGhdEBZnLsWfmfAMe+loQL4NPeP\r\nCOo4Ox3XaihC1o6pu442F8Vv+ho4vTNnd1mq/42lzDYAhdiJqT6P36pgzOfG\r\nLa7bta4XXVb/hp8EOXNatbOGQ5iZ4GeeX4M=\r\n=LAGp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230316090234.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/9e438949bef019e8817d33b79133c0cb/urql-exchange-graphcache-0.0.0-canary-20230316090234.tgz","_integrity":"sha512-ID6KAMc3tUKUdNegwZ90azafcRbGGXm7UDzaeROFyscfAGUgQxj67ooi6/MCZFZ1jul4epMTY044E9wpFkcnsQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230316090234"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230316090234","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230316090234","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230316090234_1678957446735_0.7585533334409238","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230316140157":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230316140157","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230316140157","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"77bd6ca6fa094db7adf68e5eed67296e0ec1dd09","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230316140157.tgz","fileCount":34,"integrity":"sha512-sMR1fx700RDgvjtdtgRc+2YNrz4KZhY5GJi9B5wMSIq4WMYPC8Gcht5hPBY49CZy5VqjvW0mxutD7dHtEvZt6g==","signatures":[{"sig":"MEUCIAa6PvqKyRnxxkh23YDqSkewPHiaL1xvolGo/6JLG6g7AiEAgSOWDvhLMR/uA4/PJAFWZX7827oEZajurEpowA2IqHw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1075155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEyGYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqBJA//aV5a9rTBMGwQwxGnBbJAmB6FCqMIeLcYkDNvK2lMey/hchLz\r\niWbVlhENGS/Ub0s2XSQaY5/0NjumOwtdfXEHsPldnPEPvwMzlu9KBjXVIJCr\r\nDejIp3RvWGF3gAtWzCd9hdqriHe0/w9jFvCI3HmOqBqyfKwC4s4ki6Pa40LZ\r\n8pIczK+dhtP2TV1DFdFUyZ124Nni0GJAMDpKH3jPu4T5bq/4hxxLElI0ILX4\r\nv7SaiddST9QvNQQKBZS8hQI6wAHHWAbdt4SnicJv41s7C4wpM7JixoTgr4aX\r\n1kdfWGtEC/2pH3uJfszgwV6VQyDPg7WZ1O+OxxRPOwDwoh/B4RhRlCBWtaYO\r\n703Jyu+N0RNBR5w+kNZ1lYgSa0zT3rXHqJiYXAQt+QCTZFfV3tZixgfsDkIp\r\nomhmhiayACqaAbYQuna9xUaTvgsV7kWt+zIM5jNui3IPEELSqz8jockpru/H\r\n1VJVuLpEcKEV2T7LnBDDP/Itq7C4L5ktV1RU4TpW0In0eC4yO00oviJsrjq6\r\nYFhdSbFurosM5vvdLWT7AG6lq21koKuIVm/bQ0ZJIkg0DA4zioPJ+1PL7n/e\r\nhcwCHTN6rf4MfF7UTDRXB9H8fxCqmJQBeOCtRvgZL7P5stl+P7C1VALgWIcv\r\nGLYjKfdJQk7h/2j+4DuIj2eN0h1hT4vsSKE=\r\n=3Awi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230316140157.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/e3f7c8c65ee6dbe3d457c4eae6edbf5b/urql-exchange-graphcache-0.0.0-canary-20230316140157.tgz","_integrity":"sha512-sMR1fx700RDgvjtdtgRc+2YNrz4KZhY5GJi9B5wMSIq4WMYPC8Gcht5hPBY49CZy5VqjvW0mxutD7dHtEvZt6g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230316140157"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230316140157","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230316140157","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230316140157_1678975383913_0.14279166726717296","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230316141110":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230316141110","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230316141110","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"49087ecd7aaeaa5286d562ecdd720fc2ad693d66","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230316141110.tgz","fileCount":34,"integrity":"sha512-xinvvHpqy02b3m6rILOrWRxThIn5lWI8O5YqR+t2S6NOBeZHoAcsLnpU4L9XbP/IGQHUQ36qv1HjJ7cN0IO1zA==","signatures":[{"sig":"MEUCIQDNwQMTT4FRmCv+Tn09ai+LXrPbknwWPZs3sO8ifNHuVQIgNZRU4xds2QJ4DOl40QQEf/YUalMtLHHrQCAjgG37GrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1075269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEyPCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7Ag//ZSw20kdA6BbWdEaSoqsUjIN2Ii0LyuIL99Px9wYO6TdrPRhb\r\nVNH3HJzb66VlRFbpSFQ53TtLsvkNgZz4GGUQp+kBQEC01EkgMaEBrJUSvKDr\r\nU2wxV3sc4SozdVhrwu3gMUvFdu43noqcr7ASXGP5NxaKtV8+wcAVXw2/+Of0\r\n7bC5xYkJlO4HNl+ivLcXvKcbx29mrTCnZ1/51ovUD4kJpEbXyftrKqTDg6Ul\r\nC2CJqNMs1N+BoxjpkajoG0674oTTAbill9/cjGMzMuEVTIpPQ0uoevC+06cZ\r\ngdERCHWatXxd7WNrpabtbx7iX+mKJ8mpKPdxO8nZouyv2/uyLm3D8MoN1dlA\r\nOG8LzWMDg4iQT08GTZO4nfJVwULJZ6fsxQc1VwEDELd0iPE0xuQuF47tNE/5\r\nm+t9wBl7bwKS+sos1A1BKahMB0o5OKKOCtdFcZRDEYL2yKH0gx+V9bprkpyN\r\nOLlyfzDUmec/UsAHXPUUnb3Dg3S0mWLe9ACQamanuenoScByMJ7pT6gIOWei\r\n2MZFoAUvSLHaIcvIgfbd3PboFBBeZfzk+KZJ8hK/o0Rq7mpxS176stDhRUzM\r\neYW2lx28nEUdJZfZlm5/2/bGlDE0T1q/tDDgdUrRScE/3RANCeQZfPe/9erS\r\n/518oG6Q3/2Cjt3Sd3C4Pjgr7+uKw9RvwVQ=\r\n=0vSw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230316141110.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/1edf92e44c84f89704d866ed0a14def4/urql-exchange-graphcache-0.0.0-canary-20230316141110.tgz","_integrity":"sha512-xinvvHpqy02b3m6rILOrWRxThIn5lWI8O5YqR+t2S6NOBeZHoAcsLnpU4L9XbP/IGQHUQ36qv1HjJ7cN0IO1zA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230316141110"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230316141110","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230316141110","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230316141110_1678975938686_0.716125939109781","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230316141328":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230316141328","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230316141328","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"9b26c28d327babad6b517ee3a248f9bb8fa0feef","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230316141328.tgz","fileCount":34,"integrity":"sha512-1fvphVsfoX71vO803bzJ0lyl7PGJNeZNhLhbWT0KwGO1DTFZTiOks+Yu9wfks603h1YQy01ih0bm4UDQkP8lgQ==","signatures":[{"sig":"MEUCIQCj48eRE4Vs1BieXsr3xurXsoWYvMqQVPxfEXawDZXpTQIgUkfCu/fvJjjPbosdfWI0EhKdsENehu7xljPbQNossh8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1075868,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEyRNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6XQ/+JHaNguQcoJF7mhc9xZH/hH8+TVmsEyd0KjXcf7HpOpSjGTlP\r\nAp7v3SBRV/49fH/PlDy/yuH9uft1Tysk4fl1x4lwH/SvrtSzroqi0GCd0HhS\r\n+ztMUmCVJ9RpTG6kqY4UTtLCa6Br8VaIU+dMjMfVWhQlfuNNH+X9denwom0T\r\nG22x4/9uLZWkUFOtLyxfGtKBgfoDBbNFkfrhlAL/iqr91e6jQOyD9tebr/LU\r\n44vHesQ3C/xvuA7WIq7chW0dSYjHBvyVZURhQEdENC0zZbbgnpb6KZydnUM6\r\nCjmgoD+jxm8SPONzpqB9o3CuxUUEWLT21khnDMNyUBIV9QL8IeWJOrhj1sB7\r\nsg6hzZm6bm1fBfv21Cd7XXSSJOSXJwiZicHcFmgP626aZ95/lZ5umUmtc7OX\r\nRq+tdZzrX6tj/rO4j6T6XahtXLIBZCKuEjeb6tcviYdtO7mBEbTcmNBRMxct\r\nGfiZqvo04uulJL5sr0YIOroozs7i1Az0Byxfw8FJ++6n8gIiElOs+dGbEX5X\r\nt6ptJQtOrKed6y2RqiYCQAlhihqsK6+105VJOJmCN5btsEsPz3nkIXmPeqjU\r\nfnuZbkosvNfyU/UiCsVs2CLB4sCgRXPoDc62y2POPhroPVswYbVbE2HjiOBm\r\n+i52EGnnlxy6OqmPjoUf1nL+7bZ807IUjPs=\r\n=hZUB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230316141328.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/e9d628dbfe90eb4a2b6b8ff43b4d33b6/urql-exchange-graphcache-0.0.0-canary-20230316141328.tgz","_integrity":"sha512-1fvphVsfoX71vO803bzJ0lyl7PGJNeZNhLhbWT0KwGO1DTFZTiOks+Yu9wfks603h1YQy01ih0bm4UDQkP8lgQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230316141328"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230316141328","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230316141328","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"2.1.1"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230316141328_1678976076751_0.8901095362101572","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230316141844":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230316141844","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230316141844","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"211c2db31afb57b283336f493067190e3783a390","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230316141844.tgz","fileCount":34,"integrity":"sha512-RBKIL9NP9Mds9A5RB6d/lVAz90EQF7b23JD5IfM+Hdojwb2L9u9FIMMiaF7M6TXoxj1s24tdMo+kbcKBsC4RvA==","signatures":[{"sig":"MEUCICyKSt7YBXk6vTkW7lyD6KJZcLyiPly9THqgscgM917dAiEA0ARcX9UUhXpq0YeoYmECEfHfb+Y5NhkP7313jwkMIkE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1076061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEyWqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKQQ/9HwWkMMqWAxnjWZUPf3PxuORXr0fnDcvkHwsdEHtQUiLZi+CI\r\nyLVKE2RUcnabLT20xotXDAU0YrX+qMqBHZ67JI5GVIBp0lIiVQLNb4Cbo96D\r\nBFJRB7N01NDTUfoWLNe1tFkU4g0aMlV1XnfJi5mPLw2C/ZMuw2i+niQqcVwQ\r\nrxqUCGl92x1r7aWOyh5VEbIg6mnPsNIbDGVdZnY/rYYC0Kupn4rrXeb9iuLa\r\njwPICSNyF3gKisqAltiBsvZEHvUM311aDIc+Pk6l+TmWbb0fV8XXUSYiKPA3\r\nG+4sWmO+QZ3zFHR+Yeffy+zz5Va5dZINywUebnsu3TwF70MDGmVbyvs7uaw1\r\nNpYCw6P3y+oqjUr/D02Jh7VKrY/mWc0SP4JI7yiSluawq0Yz/lUsurQUuJdQ\r\nipx7I50wFitlgCm8vM9MHXBtE+p+qohnYeIMCV77gh2tUFbTN1CPCKq0LgxQ\r\nu5A72p0txTWJyowlvUGGzp4ztZMqOVWYY44cKAOfgdj1k9fZreAHwS1Z2U24\r\nrF+5rU2RKbOF1odkIw3s7M1jBQDlFm4R3KXgvR13r2iMKtMiqqALK+Cli7P3\r\nOzDnHPrODXbYP/Lmd62TnxpUcnfQPmiKpkdbY+eiYcImKCazL19hdcGJXiz2\r\n8oTAPlpp+iUhsKdRLmGUp8vcHCr7M0R5fQ8=\r\n=4V7W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230316141844.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/bdb8cd233e7489c6dc63ead6c6dbe1fd/urql-exchange-graphcache-0.0.0-canary-20230316141844.tgz","_integrity":"sha512-RBKIL9NP9Mds9A5RB6d/lVAz90EQF7b23JD5IfM+Hdojwb2L9u9FIMMiaF7M6TXoxj1s24tdMo+kbcKBsC4RvA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230316141844"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230316141844","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230316141844","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"0.0.0-canary-20230316141844"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230316141844_1678976426706_0.30975898895821885","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230316165054":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230316165054","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230316165054","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"36f101169215d5d3cbb02550f0c3366a842bcd6b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230316165054.tgz","fileCount":34,"integrity":"sha512-p1XqdoQa8lg4RtpVoaOUvIavnzjqtslZeyD52142ant4AbJnsNOR37Sl0o9/pohylvi5IO8RDYOnISte403jrg==","signatures":[{"sig":"MEUCIC6GKTvuYaWbBC5KBb7oorgC972nRSOWANSbQzEeKfNZAiEA7K/5BzNYHDnPH1p3GKWrzAx5BihajF1Anm18DnNPm4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1076061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE0k1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+3Q/9E6ekIHOkwpMhd4p4l03Mcq/v3MVP5mdtMpZtHGFrSLvrq7VG\r\nTubGElygdmHp6D9LHE4Ak7zIkvArYPDyCqfvbx0aNgwILc6Q8HP8B9o07MWy\r\n+0o+QLt0ZozNcF1RDuZg9XNzMBE4mCsYUnhAizDDcYHubkTPq05OWZiLW3mi\r\n2zcvsIj6FdtPsbvkoC1yXBs5skfywtsyBErg5ILItX0Aphmt4sq6vJ8sd3ar\r\nTtsd7sfoFuNKXY72vq6UMH3q18lEoklE+1XP5sjrF7FfzQnH55+BknVIfGOW\r\nHwfYZ1fRyKjc4CZsNs62lpES6pXJ7uQWGaUCz7aUEk6qZbwJjTAI/e7/I/6B\r\nocKbZxiCFMaYjTSPn0u6M7QumtNeQOD/uM5LqiX37OBTg/ZI7TD9IYGJG7hG\r\nKEVEqIlZxktbWTLF/V8eqIqiViBHrEbqefsaTesCsBqTY8kn34SyzHTOV2KK\r\nQqfaY1zgWw7CTBFk8zVeDH79tqmf6VpFEFGMdusMkYWLfxUTsVgi6JKI16Z0\r\nr1ZgDmLm7tYP8sZt5zXmzQeFYKwnf4p5lvWd93wDx6/32Sag20UEtTjxLhzl\r\neGUd69QTQECE8TzRVAh3B0l9ARmMl7+kACBxih0FREt+1zpGBWSYTQJZVW0c\r\nXrsZPWC0TytrSUPsMi43paUTZlU8Yortqmc=\r\n=RSIL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230316165054.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/38b492764c6a58bc8067675075af3eab/urql-exchange-graphcache-0.0.0-canary-20230316165054.tgz","_integrity":"sha512-p1XqdoQa8lg4RtpVoaOUvIavnzjqtslZeyD52142ant4AbJnsNOR37Sl0o9/pohylvi5IO8RDYOnISte403jrg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230316165054"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230316165054","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230316165054","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"0.0.0-canary-20230316165054"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230316165054_1678985525504_0.3789580257577103","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230316173059":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230316173059","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230316173059","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d70e457012301d2a640dad38beed91f01c46a0f6","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230316173059.tgz","fileCount":34,"integrity":"sha512-kksdlKqjxp06pwVR3yG86fTnKORb2rA3eyvHufX+R3RocXtKpdIovEBzE75dlNrLCc9egKk9cNBC8fMFJvD/tA==","signatures":[{"sig":"MEQCIHRtIo4vFE4F3kwVcXptLFGWndzrhpTNZHm3ZOlMlo1aAiAvm8iRFk1pznB5643VY1GYPfkZZ8ZqPgXvdKweMtLwaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1076118,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE1KXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqejBAAnSb5sxAAJQ5io0GKmsInm/EV4ypn8guqgX5D4Jmx4zqQQKBl\r\nwXRBRGoI6zMV/GMC060n0yhnrCT9ALAGp/TMFIoIrGoEDbNN9wrK7tihe9nJ\r\nDwS6tcfXsEtDgchr2Za3kM/c+/qu3i6bwGnYsBDyJqGTwsj+D8TSdLYD18rY\r\nlL50LCU9hWfIaE7saySFJ1jyK8Mybbj2BMFxnVD5DsfIHrFqYNdvr2Pm4+Oj\r\nxdO2fWUI85WLhOps4A3lCrKoxU+1cSaakAYXKNQ1EsrMngFFhNsILXCpPedx\r\nmKIbKx301EApHWQE3XVxsG2EH3xu7V3mLSA90vVZ8EfQ4vns8ctMKdbB8FkC\r\n5q6FU0G52aWtI+natMtYWx/49Ipb/1SzhWrBU6UAxO3ZkXb/yriqR2jifO6M\r\nBnUkDQomnq34OM5Q7rptldW76++7pdNiSsW54pCnqB4WacdIVOpdOuEHgr9+\r\nqB7PtzNL1Ud/OA0JABSNJWbkVkG72gbuBUO/r9jdKJckS/sgBz/luGnvHEu6\r\nXNbuHDHunWUkn4qDatTnUlK+02CiBPrVKZnAcqlPxmWtzpmKGtXW1zFdFHgS\r\nmFXPH548zD20dUt5YM1P3WokM/APd5Iy6TUqFOBT0ualpB8Q2d2DhNniT5La\r\nLioeRFsVo3raeBR8zl3AUvrNCX1YqXrEDZw=\r\n=xvf9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230316173059.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/1fb9a510ca0b71f89e046833b8dbdcae/urql-exchange-graphcache-0.0.0-canary-20230316173059.tgz","_integrity":"sha512-kksdlKqjxp06pwVR3yG86fTnKORb2rA3eyvHufX+R3RocXtKpdIovEBzE75dlNrLCc9egKk9cNBC8fMFJvD/tA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230316173059"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230316173059","react":"^17.0.1","cypress":"^11.1.0","graphql":"^16.0.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230316173059","@cypress/react":"^7.0.1","@urql/introspection":"1.0.0","@urql/exchange-execute":"0.0.0-canary-20230316173059"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230316173059_1678987926792_0.33572317993422507","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230317001715":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230317001715","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230317001715","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"8fce14d19b52f84852ce81725f9ca1cb90f49abd","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230317001715.tgz","fileCount":34,"integrity":"sha512-BQnF2RuG+6tCAwe7jkWshX7BFhBv1v6yGFbi5oB9BGTcJkUcJ91b7aBWcXcHYhVZEu8yaL7w5rEV6tIvf7Sxug==","signatures":[{"sig":"MEUCIH47+RNc0zJKuawXEkL58GmLUg/Elb3nLyMjMHBgsxGIAiEAuMya5C6DWj0kblTrlqyI3hsSOuRqiAAcz2kCp9nXbFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1079822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE7HgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/6Q/+IOfm7Gf7+yxJtl6t+v7CF9VIzINEiji7km82FCo5h/jPA80n\r\n+Y6Z79r3EX3RnjVCvxNQsBIdOz2qyESdOJCZalS0bHV1wLXH+KzISD+T2mLL\r\nobt3wqWsNVKOOdriA0Y4VZ4ySahRl3YkvRsfhstSUWKG0Tr3qi70uhPDQG8F\r\nsZUBP526CBsEqz/uaPouZxRj06BvvDwKzCEp+t5T13cMvcTo+/SVgd9MT/uH\r\n9+yk2Y9iu8y1hqG2nmiHGd3vyELW7hTSdOtD4cxkmSOS4RQAZgt2R8UM7dCO\r\nKRkvyH6uazmzXJtLoHV94Z76XG3TKs6N6Bv7MdX/yKm4vcMkRn3Xo/8JHSLG\r\n2hw58TSk41CBo7zYn/eR2zo4VChrCf2iKEhaUQ6VKKcWfV3FEA21UyfWRu4E\r\nuWflbVwxSVhmN9D/Z33HL4uQnTwSndw1yK59/MQdcEFaORZkcwWRU+xhbBP2\r\nWTlFR1GQi1TppWnFy9lBJVKoE2ThXxsTbd2XHPlc4H4BcLuFKnZ78FYTKRtH\r\n9egT6QNv68DfyiuseIO12nRh08A99Ts+VUA/pv2sZuG/AeZcWwvuCzwF7S9x\r\nLkv9lDfk/ZrT5Afm99E89Hv1me+YI/KiscHSvqJyTFAQJ+6iD9olJ8hHAsZW\r\n5IaKlnFh7kTndsctryLe2KRZiHUnZPieqRc=\r\n=BgCH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230317001715.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/0107ba617c22ebfa5e26825ed5515195/urql-exchange-graphcache-0.0.0-canary-20230317001715.tgz","_integrity":"sha512-BQnF2RuG+6tCAwe7jkWshX7BFhBv1v6yGFbi5oB9BGTcJkUcJ91b7aBWcXcHYhVZEu8yaL7w5rEV6tIvf7Sxug==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230317001715"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230317001715","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230317001715","@cypress/react":"^7.0.2","@urql/introspection":"1.0.0","@urql/exchange-execute":"0.0.0-canary-20230317001715"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230317001715_1679012320283_0.30076164376713654","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230317070130":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230317070130","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230317070130","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d821c2eae31c3e8fdce34ecae6ae84f0295fb958","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230317070130.tgz","fileCount":34,"integrity":"sha512-HZY+d0rWQ8S52PgKdEPmdAL9dEun8NWNiuz9jtPPciPzCvTB1ONan6duMnY8wAQB98/6CtiPB37OtZdwlc9ySQ==","signatures":[{"sig":"MEQCIEsLP+GyC1xkf6oXk5njWPWs9n+mRUcjICT0hKPYsr5XAiAyQGSV0fzHY93vJSLAnZc5sVX8AVPFP5Po1eZSZof3zQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFBCdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYNg/7Br4Jj80Zv1p4LVqmrkE049GPg7Mm8GRLIMRBuYx9wDiXs0uJ\r\nGPx1eiKrJokmNYlPrvHkzUhK31uEoe1PL8uWaNWMci3q/0YVkJSNZf62PMuz\r\nPHKmVnRtisEQeJJKEGNy8/9EqR0ZfXESOWXUuuV9duBDLNeLjwT5ofah23lb\r\nC19D/dmRKjEYJsbyNBu8hxqo+dYIQ0rz+EWQq2IgyrJtBQj3ZLZ+i7JWInqs\r\nriVHr/1gz+4JVXShjiUZ+HLMAXiY1jPb3ezMBaSszrkOVhyib1rmRPjfWnXg\r\n9OIsamynD8CXHGgNpCbjLXIPZCycVbGQ2alqYn8breJjd6ARB56UA2g5Sf2U\r\n0JH9uuAzG0LME2NdLTiH8mBEOsTsjn7H6l7+z++OvUJRmi9bfSkODARSqYEm\r\nOE5MJ6TWnfV4YCfEw2S6SlGCYhrfLP7gEy0+ykHvhvTHM0Mml8NOk6CI5pWH\r\nHt6qPwmlBxnRynVvxbYdnw+WrNdyqkGQyesk/BJYAmrFVWvsfC710oOSoDPz\r\nNTpAWNLvkEz7Z5lhX4tIg3NYk0BhMS7/rhT83i/JtgGGgNBVeZ/8uIiOr3i3\r\n96Xv443xrurT+lUXv3xSkqYw/+nkiJwzrQYHHcACh1L/Fx9TaI2XEQyx9T59\r\nxlkGdywStKfGgPT39KmF1cNxl3vW96hXvi8=\r\n=RWYJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230317070130.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/e8fa676ab94fdde03d7de4fa0ed4276d/urql-exchange-graphcache-0.0.0-canary-20230317070130.tgz","_integrity":"sha512-HZY+d0rWQ8S52PgKdEPmdAL9dEun8NWNiuz9jtPPciPzCvTB1ONan6duMnY8wAQB98/6CtiPB37OtZdwlc9ySQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230317070130"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230317070130","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230317070130","@cypress/react":"^7.0.2","@urql/introspection":"1.0.0","@urql/exchange-execute":"0.0.0-canary-20230317070130"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230317070130_1679036572932_0.24272011222325518","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230317175749":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230317175749","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230317175749","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"15c5352bf8c03517fd8b9b1f89908765de43f024","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230317175749.tgz","fileCount":34,"integrity":"sha512-zSlXK++nD8ZQMzdCPC/zVIcogwXNypJFhT5yO3+eu0ZM545ROy0mpTs31iJ7fc4+uIUn1qtyMkDzxFs7fBvjYw==","signatures":[{"sig":"MEUCIFFGOk+OUS7R83/LdEL9I6VisvOgyT67DvX89qW5ozROAiEA9SPqKgxP4MgjAAZ/P60Q5b4yC66G32TXlcgq40iiaLg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFKp9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2zRAAkTLiwGTfeMPB5KCPqXc0qBJJcPFRkmZ/YIhwJJcQySyX/4wk\r\n4kZz55LGBjdO7/5HlM2lZYA5+1JN8LlcwmYGXaxs0+2S7RdJMLrvwKu57QyB\r\nY+1AIAjsD4ggd0IQaALuStDzBONOKzourGs3BQGwBRE6QUCFUTrI3qvk/rWs\r\n1fre3iMgCWIx5JD8EkacCYgQt9pApbViISD13W5az6Xy15enKj7UvObbH2QI\r\n/9uQYMEDr30+9b8Sp25RYeIcXvHYruxvEBKFScERDcX+NhxNN0vzFIn4/3VK\r\n8p1BuF9uXSo4nGY+bFhus2qCjFM63tyP/c49FcfBEaspe80mDJtBb5cIHPrC\r\nwgm+LyZ5xjBj6U0jjZMOzLz4U37JuJ/Rg7UK9JFbZ87ZYi3X0Z5PpuYwzDPR\r\nV6fc3fKoEIu9STDW5d0K0Q9hQHUMu41ZEaYWChTgl4cWaRrNy3R4+8QLw3fb\r\nuy2VLU5IpY4IqjMcm678TQ3tYN4my8jBOiImYvtGq/oF+/+sb8l3owlhdUbt\r\nIF4rtikmDJF5EtK35YUqXC2Y5Gl2+DykX22Bu/BzGIS/p87YERdpfmYfmO0S\r\ns5WTUnco9lyUSRg95bP5CcrIcOvqItJyZT3o3CFN8Xcs+fG8ewD7DkxfZOif\r\nII9pfvdpJsLS3ROyFKxPSOn+hS5hlXPSovw=\r\n=icCg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230317175749.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/027cc4822a197faeafcebb6ffbdca826/urql-exchange-graphcache-0.0.0-canary-20230317175749.tgz","_integrity":"sha512-zSlXK++nD8ZQMzdCPC/zVIcogwXNypJFhT5yO3+eu0ZM545ROy0mpTs31iJ7fc4+uIUn1qtyMkDzxFs7fBvjYw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230317175749"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230317175749","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230317175749","@cypress/react":"^7.0.2","@urql/introspection":"1.0.0","@urql/exchange-execute":"0.0.0-canary-20230317175749"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230317175749_1679075965145_0.22143778812003378","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230318161956":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230318161956","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230318161956","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"6a72c7fbc0cd018d105553a210e9876c5f3495a2","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230318161956.tgz","fileCount":34,"integrity":"sha512-WxXftHH8m6T5CcjRgh97Ws+Olgqul7i5cQgAXIG0dpGtAXjrTJai6aE4oVFyMyWCq+eziJ31PyGO3ANOBVox+g==","signatures":[{"sig":"MEUCIQCaCuEe5utb7iWKMbwzfAVFH3bjoLpg6PdCgm4EKg+ijgIgUF4oYCGKTTbFv5atlDzd8WJLOBFkhUYENM3bBxCJB0Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFeTzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobOA/8C3Nz0YeL1ai/VWVL7tK6phrmes47OKYmLYJEM39Q/GPnwqLw\r\nkI/lyMyci/++1g7td0gvn2CCI23LsZDUqktBxWwFQY8AIFEk3JGtX///I2PB\r\n8V57DlLfI8AqlD6tBqDv/FwK/wMygt31sTePaDaM0eF0wSl/qUIqRhyIN5O7\r\n+RsNb9R2QsPQU07z6J2pdByiQeSK6ZMO1YwSyAxiXLexaqMlRaIX50X6srr/\r\nNv8tsLYKx53EANc7y/XGqn2rB/rBIu3DX7p6DHn5eehNtQtQRRNCfas8oAN7\r\nu3HezyeZs+RO5VNA9TrZRfSunLORH5znwUdzPkjOKY0Ww0lToM7ojS7M51CR\r\nHlRZHGLtm2/s1En+9ucBCUV0DYefQuR9b0xU3dELI5dtiah502fQm2fYi6de\r\nuFJVAeWGX6bOZUgJCoaHtsIP5V1J9vyL3r0eDkgJyoDHVpVmH3Gqdd5UKlWK\r\nAaK/k9KDCOhdrU881KKTwh4vkvQIUKwROmYT2n/zXIGXeft68zmAB+9Jsfqh\r\n+TTL4gbXMHjQ4mKycoursl5L60PUG+yp0uEeQnCOgTh2JNOJqxa5YAMoh1Bk\r\nYso1Y4GJyK0cODLOFffWkf15iq7AjN292ehybv3iZtBwaF5HYT3PFcyOeVpC\r\npuu+UWvI9Ucm4ASAThsHhx0qcxcSQ90hUhg=\r\n=HdDU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230318161956.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/a6c32c709ea2dbf10d90c0334ae753ea/urql-exchange-graphcache-0.0.0-canary-20230318161956.tgz","_integrity":"sha512-WxXftHH8m6T5CcjRgh97Ws+Olgqul7i5cQgAXIG0dpGtAXjrTJai6aE4oVFyMyWCq+eziJ31PyGO3ANOBVox+g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230318161956"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230318161956","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230318161956","@cypress/react":"^7.0.2","@urql/introspection":"1.0.0","@urql/exchange-execute":"0.0.0-canary-20230318161956"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230318161956_1679156466919_0.9933402586326692","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230318184942":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230318184942","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230318184942","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"89b5192eceaf6641f2211fe37934ff268427d0c8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230318184942.tgz","fileCount":34,"integrity":"sha512-w7stOgRJ+G34u1zwWB+mc78e/TrQK5lLOSzgCz/d6xWoMFFt733iZ5YATOMtA7sNggVEW9S8sC8OPWB5nTLFRA==","signatures":[{"sig":"MEUCIDUJGV4tPMId2mH0BlIarpHeZkQBVWtfhliO6D2HhhxKAiEA6vlPmSLqoaGyRMphCkjieXkmK2kD5OpyEZ7+wEYjE3c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFggPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouVw/8C/mPI2tW6i19xKAG54CV34xCX13x5Z5M+ADxhQC1Bpji45BV\r\nMOgIgkqV19Jqdb/HMFevXBCHJYCBSNQWR1Cfh17ieEG62sN65nJridKnlAL2\r\n0vXA0qUJNoVB/GMH4HKbFHVogSr/Nd0abPN3L8HxY5iwY8iqm33uO8puQThB\r\nsDN9+poEuWNw5V3DjqzpKkBmgeLcCUBgYTSxSwZOoHrBtrvY748G68LI4Qa6\r\njUsqjbHkdJPh1gYWKhmD8pVEGenXSv7cp0WvK4koTe/GGOBGLZqFNpfbg5YF\r\nUl63i7by/kl6k6nPaF6q2aczQst3jva8SIAHkQ/Oi2qZP03HXMes/4U99eKN\r\nCvF07kdlTKs9jdI0AJbE4DSTqBZ7b/6nj0a5dnO5zFCl228DrK/BoH12zF/4\r\ntJEiN3Je9EvgHCwZzyR9vXUSaqVVT9Bq1yhucLcRbzCAq5koZoCKhGK7xmew\r\nmKYoYsg68fapPoRsUidYyF1MZFk8hINYBHCdMe6D1JSArCf7fPAb1kuwR9Eg\r\nVjOSvQ1ujpfo3lchRAKHEXcCfKQ/b7iB0R7Gztt6ckhaptjKn5pwXT2jV4sF\r\n8pKEHOYqkOEbcTje02vxvRMblOEa98XEZaZ1hbfUH4sV8IOw07tTuFBHgrEj\r\ntTE7qTZ4mgGubnHaZxUSttlqLk3E8MvoXhk=\r\n=CVZH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230318184942.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/69a0a226b8308c734f97cbaefc53243b/urql-exchange-graphcache-0.0.0-canary-20230318184942.tgz","_integrity":"sha512-w7stOgRJ+G34u1zwWB+mc78e/TrQK5lLOSzgCz/d6xWoMFFt733iZ5YATOMtA7sNggVEW9S8sC8OPWB5nTLFRA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230318184942"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230318184942","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230318184942","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230318184942","@urql/exchange-execute":"0.0.0-canary-20230318184942"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230318184942_1679165455007_0.011964978330718967","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230318231240":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230318231240","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230318231240","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c469a027cad7a52cd13ba0a3a51dd120b51b6489","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230318231240.tgz","fileCount":34,"integrity":"sha512-fMb93gHsij3EUX3vZ5sfKIMLn8/6hOZglG0FzXsQivn1UT1AlT+XYQTiu2MaFi7DmKG5V+vMgTQJvDCZJitiqg==","signatures":[{"sig":"MEUCIFDbmtyznl3939pY4Ukm6mdKNd4j+SaFcE9+yrdbe+AeAiEAyl3/tZN8+FNf6eFdyEYuwtpIElhE0XLOxrWezmPnilM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFkW2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrswQ/9F4fA3bAh+yUDQ64tzE7sYaFvFfl6wpj8s0joSzRxzjwsjcch\r\n00BdyY3g3Q9r5C9PSizB3nhAnUmzLgjth3aXDcWhOJqZWhOezTWFxwgi4lGQ\r\nIrNdJa2FHq+umukrK3oy7bkgqEYgicg/n+cGfbmHRHqYBjfnxna4XDXFNCJR\r\nwBVZOrNTNuju/dc9upesG6AftDnLolgzD+MBOVLN6R58/c47mgiQHY52H+S/\r\nEWdaP0vdVtqRivBWQr945Fg4xQ2L+/nvNY2LS1TaCq1QqLDORiuHXzyb8AWD\r\n2WSYMEe03/C3VhnThMSsySu/K1Efo2M/x7g/ItggGs6GU21kbOALRmJocY/l\r\nlJt1107HbShe2oHDpn62XO4K0XeMbs5sVqe/yK4gdAjW12qxxBtwesEeguD7\r\nlfM8fEFYa6NUndkbUuxVsAO1+nWfoMm9AfFuYM6ETcUWeA50yOBKgddbJARa\r\nylhDACjLB2IMybE0qRAk7Cy1DwdVNXK9OXViTgagBZ7QupwogFCDOkRNQ3or\r\n8/gKg2luLFkjUdvDQxfyYWknPfeP+3sWZ6rD3xfQQPxg4l+4pIDn/CgcmQYV\r\nQLcLB0FCG5ww1ThctQ6i7muTI9D4b2Uc16BSfDYd7mBX7uyj03DkQc9vUYoc\r\niHoCgQU8tp3FUrfKd1R+5YseMs4nVNRFwjA=\r\n=++KC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230318231240.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/8986fef2b949cd4d17aa5bec3b9ec10a/urql-exchange-graphcache-0.0.0-canary-20230318231240.tgz","_integrity":"sha512-fMb93gHsij3EUX3vZ5sfKIMLn8/6hOZglG0FzXsQivn1UT1AlT+XYQTiu2MaFi7DmKG5V+vMgTQJvDCZJitiqg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230318231240"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230318231240","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230318231240","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230318231240","@urql/exchange-execute":"0.0.0-canary-20230318231240"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230318231240_1679181238402_0.22048607778138907","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230320071339":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230320071339","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230320071339","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"4796fd19fd01fb664d9f72d6e26605274943bce8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230320071339.tgz","fileCount":34,"integrity":"sha512-MK+etUGr4L6oidCZNC/w0eH4k0QYUZx6iu/7j2F3XWNvU2lL72VFjNRWgxVcciHmjl/C3fhtIlvY4I0AjhHg0Q==","signatures":[{"sig":"MEYCIQCQMh+LfIj/AQg+FbGhUc34huOUb5XHCoyqP/rM4vk8FAIhAJVOHvm6OvTSAiLraF5yzWn/amo+1YQ62Bs4vC202aid","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGAfsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcNQ//TVQq8ne3YWd9VHLVlHb+N2P6GdB2z4SzW0oeqPvROQ42N+Kz\r\nkJUANWOGuEvq1jhIQBHXS/BvIj/Y5f514id4nle63G6F2R/sB+/Cv7SoOgqn\r\nRY4A55wbS+XxeCv5ziuCOsGCwvHIvHreFE2v3bbCxY9OZW0PogTt0Rin2qZx\r\nEaKjGEAFjQq4aZHv6WkaTP6w05dZC8fAhGffOEc/XApWn94gxAXLM1cxuk4I\r\nX+DnOD4/jkU3Y074/sQil9GeFQZycpQijYBt2YSCL8B2n+vYah1PMXu/qra4\r\n3jMdW4zKT30L86FrnsIhNHXOP86bCWO+gBqEjSuRHLtxUBcKCfwZ7AwGtcTW\r\no0YSyI+OE8sHQOr+raxPiSeD5NQL/vdinZKS5OqZ6k7lHthFTc8f2kzf/5Wr\r\nKR9s7BQ+4ZDferffVGPIqnLb8hAR54ebjPDRxLrJj8L1LmHr+mFPQ5zLH8RB\r\nimJf2cHakOHe2H1l80GyJkHK7uCc0QnUUxmZ7loluWs7kb0Z9GS1s84uwqo7\r\nlo3bALw+inya7ELKv+Kywn6aGMQtdiy/9+/SfANHro8H8JWObo7VJM1NgkG2\r\nGVoC2yT5b2b6MZVSqmNIRtndwimdKI7gvdMWZf1WPOBNRIFs4JtcnRWvW8Mc\r\neW6XCiVH4GCpCLZrNj+yAhWmHZGiuuNB4Cg=\r\n=MTQK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230320071339.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/9b831504dfa97914696fbcdcd0d897f8/urql-exchange-graphcache-0.0.0-canary-20230320071339.tgz","_integrity":"sha512-MK+etUGr4L6oidCZNC/w0eH4k0QYUZx6iu/7j2F3XWNvU2lL72VFjNRWgxVcciHmjl/C3fhtIlvY4I0AjhHg0Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230320071339"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230320071339","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230320071339","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230320071339","@urql/exchange-execute":"0.0.0-canary-20230320071339"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230320071339_1679296492480_0.6013257748502192","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230320071346":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230320071346","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230320071346","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"6f39dd413de0cff5bb1e55fa90905506336685d3","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230320071346.tgz","fileCount":34,"integrity":"sha512-uPw+15OxI0B2yFH9jetUZNAgBavSS8peFWTCg4OJIfdPos3N/819ZO3K0oe0jAauhxuqvii0JaFNl6YKPtEeTg==","signatures":[{"sig":"MEQCIHwK35dpwWU+53PRwrnLaH+Z34TOh23sMfDVxVfHqCPjAiBg8dlHTOR+Ourgzuqi+l/40ATzXpCS3Gnkj8dClyNlLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144091,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGAf0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqykhAAhTNeKY2LzKnN3sYdkDfOlq7H5NpqtR7FovO0rSkbxjgL1t+J\r\nVfnqUyBUIETgoGZlJoGRXIZ/eaPFE0SESZ4DpczNiirsWyAeuqTy7UB0cioH\r\nyljNIZqsuggF9sqoi1GTCrOxgtc61BhcbGADNSCkEFlH59YwdBVWmqvuVjG7\r\nGi9x2dqUxvJPw4BUwGGDkswjGxko1myI6gl5cZe+o6jJx1EZ0YmpXGBFP02R\r\nhXB6PBtLK7wwVXHM4nkxGzr8vuMvrlqIaTWKDftlL9jBdr+bOhiGbmOQOOSP\r\ncTz+g0rblatrQZM43dOFtgNQvRiHL+96FD918f9FNOHusuO/56CICt4Vj+Ja\r\n2L8HDBg1QoneXzfiaxE60zrmZ19GnjZ7GJ1Qp0xPW+PmKug5oYZA8bLTlI1q\r\nIvCRUKeqsy4zEja07gpJqbfS+C+mS5wse0R0lDX6ZeYH3w4lu5K3nvmUFJBJ\r\nJs24aqwl54mvQjbZCQcrLTqmJk2oIY2oX5n+6/0SVwDVXzjL1woY4EO5xQNZ\r\ntE/40MsQ1v2VU44Na++T3nnUrE0DhZhjSvl8V5B+0Yt732Il4GFc2AjHqbwM\r\nhMeHfj8n9M7vAgd6+AySOXl3Q+RLia2VtN5wETBgPEhrIvwa4O8qkrc1n+nt\r\nQse0hcpg0KY2+z7tKB42yFxb1N4gRnng+8k=\r\n=o08z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230320071346.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/057ad4cbd1d90c9471f5ecac5ce706a4/urql-exchange-graphcache-0.0.0-canary-20230320071346.tgz","_integrity":"sha512-uPw+15OxI0B2yFH9jetUZNAgBavSS8peFWTCg4OJIfdPos3N/819ZO3K0oe0jAauhxuqvii0JaFNl6YKPtEeTg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230320071346"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230320071346","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230320071346","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230320071346","@urql/exchange-execute":"0.0.0-canary-20230320071346"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230320071346_1679296500348_0.7939390382444758","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230320071349":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230320071349","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230320071349","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"63eee960f91d0e9b7b574f6fc6839f0f73e079be","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230320071349.tgz","fileCount":34,"integrity":"sha512-X640slJm780priNnlfBIRaK6icJVwTO75d0GuWVZKVSw6azobqW2NRj21fUXG8w+qlwzmeOqhPlhD/kifnCnkw==","signatures":[{"sig":"MEUCIQDwuB/DerXuoHwcMsmraYGeB1oKhkcHpRArU0NY4Ar5DAIgGcHn1/XvubbNHfRaD9HgNjxTQZXcwTNoM0T5W05ijJk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGAgbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqy5w//dv7oDHTul97WguocdO+jn4HidytuOl7TFFllvH+lmT+oteVd\r\nnkgAZ8XF7KOkQNVBBvDoYZQAAlHJWMl6cgebizsJ7bLYtAYbPCRBDgBnzTwH\r\nKnqI8MGQrVWY0CN8CzDPdLVYVB0k4ZORNKaZF9/kfTnCGYTfkRNOG0IFbqPc\r\nRljl8xkyBHJOUtepq81gGOMzE+HJLQ53jbFEBFZd4w2OXs5YECzrn1aO+H92\r\nc+4dcStjMF1YhXPLThV6MPpL0x01VUNmXjeoSbp/O+7/dNwOZCh6x+Cs3NMx\r\nr2mZwwLNIRZTWAzRLMT6hT1PGmlCQj2iFnMagoSmB6uX9cy5N478ijvry2r4\r\n9hS0056a45h4awCNdZiqF1IVoLh9TjusdUGQXq7qfaIC8r/sYyFyZ81r//BX\r\nfic2e0V9wn3EoQXydZVDcA5o+UHD48PLlikoj4EJFlcINPSvEEg2LVyeRi9p\r\n7jtqnPdvYLX2WuhoD9pyJUKQJXPYwNLhONrl02vepUeetOOhuAgSb0PTa1+w\r\npsYtKJvhA65rHQL1Xhc9unDToIuhRkmDiYrKYkYuqFKg3UnLcwmxlkhJvGK9\r\njNYZehaPeUqJf7BNBLvfLZxMvTTpizjcgt0Ovkjgz3r+3Tgf9C5S+oeQFevs\r\nO8K/vAezFdi7BiwJTuWA57gJheQoPsq7X3Y=\r\n=943K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230320071349.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/768e54d14157ac802035d4a8b6740831/urql-exchange-graphcache-0.0.0-canary-20230320071349.tgz","_integrity":"sha512-X640slJm780priNnlfBIRaK6icJVwTO75d0GuWVZKVSw6azobqW2NRj21fUXG8w+qlwzmeOqhPlhD/kifnCnkw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230320071349"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230320071349","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230320071349","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230320071349","@urql/exchange-execute":"0.0.0-canary-20230320071349"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230320071349_1679296538805_0.14371509178194763","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230320071731":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230320071731","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230320071731","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"f8feccada10cfead86c178bcc43891a6c6d9035c","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230320071731.tgz","fileCount":34,"integrity":"sha512-TXX2fK8aYNbdEBpcvDZg/grM3HU3piJpNaNzsRuPeDYZfe4iGionSJbHRz7NwiqBUeI1Y8V6vDdQXq3Wf7wNuA==","signatures":[{"sig":"MEMCH38yS6IdXpCNjFFJMYcZNg6BiQspyyhh/d6EjzH+elECIBldyhob7IzMkj9XN9RqUGqLG66aN/mZWjxvzN44aGRY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144148,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGAjZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAAw//XNV6QcK+mV8pKxXqeDGrTgq4l8F1ABb7vXG3H7o2qwdJYduY\r\nLtZWThc8EdOCjvzwwpx02rjLWFBbIsGLi7ckTv/6qw0fYBferSwPTsn87tWD\r\nV6FCDeasrINsazawWC3Ngs/djZzuut4qDy2MEyjRVXFGLYlwc7QIFyP/LHTs\r\n8m/Fbtb5/b1etyglmBuUh8PoQqGX0QAeb6jRAYOszr/RlX0ZArtGAJoDL676\r\nb1IRZH7TT1c+dBjRllXSc9ji9NMW8KmF2LfGsJJjYAKn7zbhxePABorb4Mnc\r\nDAIwKwSv67pM1nu2rL+NiovG5jcoCCbN/KSkSSgLgiLqDiiLT9kMOFoZuRl1\r\nCYDn2PkoM5LXea4ZTMAAoEnN8hCRD153K5xLQWP8ld4ZOOxRq8EsY6DVsN75\r\nvWv53TKsab7CSBTQ3e/CmiSEel8/CpyIPVqJ42X1eHSrMmuXoh4PXfU/LRNX\r\nvPup/YryWyjgtYGQZ3ijmbs/4KhhIFL3iyiof5qYhFlxclO6Tv+UhcLSOqA2\r\n2Sm4uQwLLOPgG2eOm/qhmu9zknkthRupbNxbOv4A6k8RH3592A8oChbJdTV2\r\nwy0/M2VqjMC/Ut/bI6yUsqk7sYjKQ+9ur75uJzpOVWL5M90m2iutLSkkU8nO\r\n3zkfBfsvvm4GVHwMWdNALb7KnjAlwOgrt2k=\r\n=+3CY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230320071731.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/3d03eb9f16d5f80f2d4fde8f7e41c771/urql-exchange-graphcache-0.0.0-canary-20230320071731.tgz","_integrity":"sha512-TXX2fK8aYNbdEBpcvDZg/grM3HU3piJpNaNzsRuPeDYZfe4iGionSJbHRz7NwiqBUeI1Y8V6vDdQXq3Wf7wNuA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230320071731"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230320071731","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230320071731","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230320071731","@urql/exchange-execute":"0.0.0-canary-20230320071731"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230320071731_1679296729200_0.796441038760469","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230320114830":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230320114830","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230320114830","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"babfcc0eab380563bf7e880e1f46da6582bb223d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230320114830.tgz","fileCount":34,"integrity":"sha512-Nx2HUGbYzsegOv1mLnII2Bwn+rowQjVAiMW+HWCHclhd86AVbigvzEa3RWLp/smcvuHqAZhUuZIJnzu3RAcZFg==","signatures":[{"sig":"MEUCIQDiVOl9lNlPN1KtfODXNgE+aXIU5bBebulJALPl/JnVnwIgWfMMKHx35tKBDFIC3rudAHuY+I3jH18NxX4o9iEVCVI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144205,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGEhZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqL8g/+LnrO+i9lyPAJrV50KGmolZUdI+lQmsq0Vc/6kdcYdI8niW6n\r\nkgRcquhLpMHXjsRTuyV/92o0dbGWlqFWaPtogHk5/bOb4TkvzO0NSwEwFYWN\r\nvya5Sv1zJW+O/rYp2I2XE+4Cjkg+WGl87F99cQKPYNduqWhT87mOQNoK5zqf\r\nMkK9YQCtoO5YKRT2uRqZYrkiAWZmJjp8IQLQTmrPMFV4J2g37zngmqH+1Yl5\r\nJliej+C9ZTBxaVNPliuTp5mqHH2pSGECoJWGrfVUxZevkggb+JxymoM9ofO4\r\nDFvexOwbQRVu8cTypUtnaStfAO9hIL7gq4yujL35Agc94NRR100uoJy6F8qq\r\n7FyG3dqjKqL7u65XQqoOcLaRrDzFLUNnl1SCPNgDrifQD3J2gz66nxi9lLO6\r\nTiPPIADF8hJitQ/2qMS88Kpiw9hcsqloEaPdDXEcvpxknlHRVgt8L1I9GRye\r\ntD0WTKpz79g7jyfrCIekiTVZorC2KlEqTammsoGvZ/FcCB6OE7Tq9fpIx7UQ\r\nrWAi8qnr6qTNQEWC1J+0PH9pta31KcES4lpPztcLLxnRCHYoU1iS0cwa88sY\r\nbncKpd5uySN/lvBXZKtEvRlV+pSvxPEPEoiTd5xy7muL1+lM/HRJO5Mtki9Z\r\n4IHkQsxy/1BCSXhGbxrN4fNMs043KJImaNs=\r\n=Bkli\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230320114830.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/19d8271f8be04415fea098df3ba875bb/urql-exchange-graphcache-0.0.0-canary-20230320114830.tgz","_integrity":"sha512-Nx2HUGbYzsegOv1mLnII2Bwn+rowQjVAiMW+HWCHclhd86AVbigvzEa3RWLp/smcvuHqAZhUuZIJnzu3RAcZFg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230320114830"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230320114830","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230320114830","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230320114830","@urql/exchange-execute":"0.0.0-canary-20230320114830"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230320114830_1679312985597_0.16659502586825758","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230324105149":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230324105149","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230324105149","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a5e46ea399cbeaceeae36f769cf2ce8c6da55c09","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230324105149.tgz","fileCount":34,"integrity":"sha512-hPejU4F69/WCackD73EsM3YuZTYBkdosmSGgCePTDG438CTr60we2TS5u1XmjtV+68urvD8L5lN2Nj4NO7GInw==","signatures":[{"sig":"MEYCIQDA4sJWnYHh1ic73vFXrtOn/bYHbgY/4s3BT1LENBJnigIhAPst4ozhUNYTuXdu97ae3THtiV12TQ7QtrJ8VTtwDM7t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1145505,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHYEOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqR+g/9HH2EpT6i6XqmXKquLH/ntCCJ2D49Z9JGVfIzEtfNwlgxEXeF\r\n6drV62gWFjdDo6oi5qzekCig9578Ec+V6EYSukZDd2eSAHCMV4OlCfdp/hMf\r\nZccps7P4kPk6DSjIx9vByIVUfZMoGWyob1PZJNa2DRuabTrq7USR2aHqeuDW\r\nMimSIbU2PacxxOnvy4+gv5q92n/nRpKDLKB1n7z6Ro0gPyNM4ij3F7fnXQC3\r\nR64FKXyyw32uRz1MPWrIZsbH5TpU2YCFTOhAwhSG5co1cVz4YNBjKnEDboyI\r\nutfb3tqnLGpt/NzYAlXJ6x/dyDA4ks/nVEbW2/yXaez83wMiX6JmdlBdeVQC\r\nsHAAH7njg2FwE/eTVHroOiYkt+BMIo62sfJhd5oFEbPNl5ks762w8a/rzoLs\r\nsdM7zRd3Bch6P7GJjyNEY3ULrkIvHZpbimTkp9SopytojXLKgm3pKtJajpAx\r\nitGdGemN4X9HK085b/daUKpHOMULqu08bKL+f+kklZLK5SgrMNmzVFi5tkhz\r\n9MPs3uzyf+5od3aM9v0P40RqUt62Kw2QFZQhyXn+0spd0Gq4kZJmNt44vg6z\r\nnuV8KgL1IHysLgUHT9cciW5CeDLhR39UzcxBnZDVFi08/BeL0REt8R4mK/vM\r\ncQRcjLvGvdmFHWmlPp3SYqeoLv3bLnlvF4I=\r\n=M9TC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230324105149.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/92119d5e96754e42444665957ea4321b/urql-exchange-graphcache-0.0.0-canary-20230324105149.tgz","_integrity":"sha512-hPejU4F69/WCackD73EsM3YuZTYBkdosmSGgCePTDG438CTr60we2TS5u1XmjtV+68urvD8L5lN2Nj4NO7GInw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230324105149"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230324105149","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230324105149","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230324105149","@urql/exchange-execute":"0.0.0-canary-20230324105149"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230324105149_1679655181940_0.1917399193523166","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230324105225":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230324105225","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230324105225","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d72a5b954fbb3bb98e5b47a4f1fff89ba425ab01","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230324105225.tgz","fileCount":34,"integrity":"sha512-iSMIUczutTxmt95fXyvGo8Xvd8pcW00hhn1TpmHAaBlALIs1QCfR4jvGLDfEHFe5cUJQwr9MRMP3bkSFGhEnAQ==","signatures":[{"sig":"MEUCIC5KEp/+BDmTz68pJvaz7kBO/K1zACMc6JQ9uM/otaTIAiEAhjpp4k2oyysG4v4515JQ1hxKQWgwjuars/UyEKgupH0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1145505,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHYFMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrmBAAjIsknmI6SimUTF/EurSOzwtLZ6ewGl6syMCrY8F27u0J4N/j\r\nDvAzlPboxZWZ9ppXHb/wcfEQ56UMSGQWzFKmu45/ATAEZWWmmpB0a4EIPFr+\r\ng3aDCpZCbDot3l8P9s6mMsAXoWf8HIToKqkdyQiBb6k5xFSeg9MJsUGNNomm\r\nIquW1jj/yZI6JsYr/VorPdR4bec29O2WNRKIp9Hg2YU/EtxxqXdkWtOIqz8B\r\nUTjuhueUjdmUojDSKwv+AchloSqKO+Z5wamflgDqP2cg4xFpf4dPmZfG/wQm\r\n4YSRPPO1P5kxt1KUbZXCa5eDMQq4nYJJ3j+lL45O9hZzrjiN4mzXISlKkAyY\r\nNeFUPya+cPV9ljGO7cOFwSANK8N3ppoZQDooqBb/hYfScn/0Q1QBl4OeRhQh\r\n+O971dlI2sdBkUl3AQj+K25S0ykcYZVImhmjjFwA4pksug0SUXyPREZYT+Fh\r\nk+ichaK6jcTeezzro29GVryaslx1wZXxpzdLJ336rWO5baw6lH2gA7heRsVf\r\nLY+FXhNNPtHdjxIUAH6242SNXXHghgZwKd378ADPxUuO7tjkJtBQYtBuF8Gs\r\nhVCVfSdOb0+eIk2P+o5FRLOM8q5Vfxj5ISQOe2zZNyGYsZUTgtfo+IaXDRbJ\r\n1tWv96g77mNSuyrJju7wdg0qmLR2jf6rmwY=\r\n=VRJh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230324105225.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/a43b10696ee29aa39b82e176ee346baf/urql-exchange-graphcache-0.0.0-canary-20230324105225.tgz","_integrity":"sha512-iSMIUczutTxmt95fXyvGo8Xvd8pcW00hhn1TpmHAaBlALIs1QCfR4jvGLDfEHFe5cUJQwr9MRMP3bkSFGhEnAQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230324105225"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230324105225","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230324105225","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230324105225","@urql/exchange-execute":"0.0.0-canary-20230324105225"},"peerDependencies":{"graphql":"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230324105225_1679655243940_0.847708496468845","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230324131627":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230324131627","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230324131627","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c7d8b3d6769bb185e3074397b6844055453cff54","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230324131627.tgz","fileCount":34,"integrity":"sha512-PQEU6cqxTt7EGqFvXWc1eo2Agb/tBUyg+kY4rhEn73CFcB6ZeS6/5d0faKomjdXQt2qTvQLHXPN6eTga5/Q1Uw==","signatures":[{"sig":"MEYCIQCZ4S2ZgTNfPXm6EXA6dur3uIrrgqn1xMI49gXlLv3RDgIhAMwPYecb9w16+aO/TW5p+UQURHUyUhc8B4fcC5g2zeXJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148065,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHaL7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcSg//QOMkSNpSd9G+23BxJkPtmpA/8MrI6DDN3rIF/8n2zl0fMm+5\r\n6XC2bb5VLtcgelALBDWUy4Gtie6Urb5H+dzw/a3n/VK0k4alh3+P3+z9bR2t\r\nV2zUPJFIiWPAv8ECIaOBZ1ydsraFe5rOEYmvMH1Xvknj5aNJmAGGxQFD/VxI\r\nQpsC5a0AqtXLSI0bD2aBbL33OFPu9nJ9XXoUp6D50pZAUkVM7nAIRLmqlZEv\r\nlH1UyFsY45skBBAr5fO1I7XQtTW2uEcUmsnBm/iAhtwOrCx2kdBglpZFTcNN\r\na+M05bzO58PN7+V33cm4YpiXbdEZSbYO3oCQ5WI9zwH/0D0ULWPvUnHndNgk\r\nS0K5rx6FxIFrC45E8k8sMT+efizH9fBuWp3eIygh5Db/mr2EgRFQkeqUe86l\r\nvYqG6GxY35nNW+x8f0F8n65jU1XP1xSs/h/Cx88BKwMzLBITbZe1SVte8L77\r\n1FSCOVBr2jdHc76QL9Qo2HefFequUSe3jmu8yl0n8H4EBk6V3Eet6S0p1sJV\r\n2PKSYbuNDgj/ohpV8iOIML3BMxPZnTClIEcd3vnNeNOSV+Fa5EOok/Djld6F\r\n+IYvDqL7OJZ3ntmiY7JnqLhu7e4errF121CHJfI3n7B1yStSOmPNNinsDBEj\r\n08Q2AUiMW5qio3VeQTRY1pdE8X57C9iSu9o=\r\n=TXGy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230324131627.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/88092b2a4a5fb63ef32158de389fa636/urql-exchange-graphcache-0.0.0-canary-20230324131627.tgz","_integrity":"sha512-PQEU6cqxTt7EGqFvXWc1eo2Agb/tBUyg+kY4rhEn73CFcB6ZeS6/5d0faKomjdXQt2qTvQLHXPN6eTga5/Q1Uw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.0.0","@urql/core":"0.0.0-canary-20230324131627","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230324131627","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230324131627","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230324131627","@urql/exchange-execute":"0.0.0-canary-20230324131627"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230324131627_1679663866884_0.1766237396884558","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230326124645":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230326124645","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230326124645","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"33951799976c74e4569470c17e6b186d472eb6a2","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230326124645.tgz","fileCount":34,"integrity":"sha512-xQOmSM44OUHmCKZZaacWPSYOhAr8HwQq+XsEDddob8q8+lNcyedVwP341CwHDlqIEXj33domvpBVeLiiStqQ2w==","signatures":[{"sig":"MEQCIG5eIS7KfyFVNysCcB2JgfkNAr00/Vo7Nu9eXKqryzamAiBiYYeTfB1VGh8+DxHlenUvtjskFa5moqjLa00UP42QBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148065,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkID76ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpcdhAAgpXlPaADAM981ClL5Q5igo/6RlFW7i9cnhUJWG5QJvriHMPY\r\nXD1hw+BYr+TPMcW67qAuH/I+UHyn8LmTF5Qt8j0qt7Cxl8zXUYv/esb0CAXo\r\ntXVG+8IKK2NLzrRSwJscqNT9iX6Src5T3qHxQGC4y1hWoctllSGtfhYgxnXk\r\nGvysPAWpARTExPtE1GvVrUyLA6n3NEpHFvbgR/jFaKiXM+1Hkm4EmUjOAxjA\r\nXYeYD/GCn3KdSyQq6wFzE87Ay6qM4u/r5v+y1hNCbGdfCJqIvC5xM7yjoJkX\r\nW8zEDg4gVAnf9crBMoShDpWc+L8TTtyO/wDBrsRLE+wu9hGDjbezpjOep6Mv\r\nZBKuKezipHvIJAQ7UQSFVJILnQBSpUicw9ecDf/vkNhqsPLrnPhs/b0kT/nk\r\nSVykglT49U9X9nCnn4lw64WKkddEOCYc5Dle5ykctmGdM/GeWkLo2inMLGp2\r\n21cXBt0LOzH+T+PcYgMVKJaJ0ex2cTiT37vPaMMHWIN4JodHOhMDh03NtUFF\r\noomXCRyxxMA9ZXrLdKqgBIjQHZXfU5weM6xGIt5MmcsFRs+TRVuVATWmbD+7\r\nT3kcDIkFzDRcpGWfyAOdb5gSk7S94/jAdVEOij4LU7Bwh31axffgTy+YUkIe\r\nmJaoifuiNXGqiTZuJRhwSf62SG6MnmL60x0=\r\n=2A5n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230326124645.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/250b782095f10e03fdfb13a7f7ada6ab/urql-exchange-graphcache-0.0.0-canary-20230326124645.tgz","_integrity":"sha512-xQOmSM44OUHmCKZZaacWPSYOhAr8HwQq+XsEDddob8q8+lNcyedVwP341CwHDlqIEXj33domvpBVeLiiStqQ2w==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.2.6","@urql/core":"0.0.0-canary-20230326124645","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230326124645","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230326124645","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230326124645","@urql/exchange-execute":"0.0.0-canary-20230326124645"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230326124645_1679834873896_0.4557434419316919","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230327135135":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230327135135","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230327135135","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"1b9695e16501daf8198758026dc9ee59ea7e287a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230327135135.tgz","fileCount":34,"integrity":"sha512-J+9YOhInf7wdVj4iUqHo6q5vlGt+5iECd2LrXdsdfhU4Z1fT5cKCpsBSk43/q8NHDZ195zTMPbJdxk+8lTdMVg==","signatures":[{"sig":"MEUCIQCSkKf37P3Aw/o0M64FpGJPgLJC4jLhcuuO3/+fZ8yrvwIgOEpMPt+S66krr3bROq0JUFbny/t2fZNjBTwUMVakbYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIZ+4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpl0A//b3jE64qjpO3LQiUoEFUhTwdEpfKzYZtyeh9ZqyN0fdI8Lsko\r\n3ObFg3t3dcjiVGYOWwP1n1pck/InRKGUt3H9CAhcqS78xir8/vEoDXyp+85j\r\n7+ST4dZpK4L5Zq1K4W6Vi3uEU/uhkaQkHKVSZoQni8tidJplKUeZbIjNbeVI\r\nHgbhvxaKhvS/Ws027Wk0bQw5tTvqFb/KVotoigaEV47Yd2E6hm5kCTC64PWn\r\nKbk5llSV5ClEYWyZiGD+CIAMRVnpBSRi+s0QDSRylAoprirFIVql1ljUJTle\r\n0QW11iVQKy7sAopx00HzbdX5zAnVDKDtgYjha4hXCWKhIJ0tIFjhJlHCfo8K\r\nglpc1sIGF8jgF9QiH/dnQ1rFqXI0SblfSF07Zqo7G8k9NfAC15T59ZB6CKI6\r\nA07ntAHoPA+9Nmjk/ozrNFQAYNmOnSEasO5cslTwXTQzFuGtzU3FHU2Hi96P\r\ndRWpb2+zZ0o3nvcHYVfxgF3//5UOqIzitMZFibR//2VxSYDwC/mwGJThyC5n\r\n+yjaKgXhy6MdMrwWKx9UwsygD2ycm/88/ogAxKnVYVHP+ojCAs+xHAIOLe6d\r\nNk0s9vbLxLSibH3XLSdVCqDanzm/69S077uLyeQqm9TCKiUyGgY5ARaK2dwg\r\njSo6hNTRWQ7+RQoklkGosvwZaxTNH2IVWcc=\r\n=CmHY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230327135135.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/7af184e7370ee643cbe5d23083d6fc5a/urql-exchange-graphcache-0.0.0-canary-20230327135135.tgz","_integrity":"sha512-J+9YOhInf7wdVj4iUqHo6q5vlGt+5iECd2LrXdsdfhU4Z1fT5cKCpsBSk43/q8NHDZ195zTMPbJdxk+8lTdMVg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.2.6","@urql/core":"0.0.0-canary-20230327135135","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230327135135","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230327135135","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230327135135","@urql/exchange-execute":"0.0.0-canary-20230327135135"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230327135135_1679925176766_0.8180887612562913","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230327155609":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230327155609","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230327155609","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"2a1fec8c43d9e94a6cacba08abb5f6868ab37f6c","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230327155609.tgz","fileCount":34,"integrity":"sha512-6evpllxwzuBv5uV+PwjmH9tXVK/t++/eYkmTUpkBjX5Uo1JUSoMTWo6zByE8rJAM+9qeRPiH84mg4doAIWP0ZQ==","signatures":[{"sig":"MEYCIQCnw2jVBKnEqH7Zv9FseGi3s03F/j6xSxmoicBuJKVyPgIhAMyn63ctiBNfMF4+FDHBBwQ+jLa559Rk+VkWukrqNVT0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIbzbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmosXw//bdQt8Ucq3p5S8SWuHT9vDcbU/J3H8OwG/TGlVrbZsVwLlOCo\r\n7/ofZO0djUO+/zGViju9GN3+Q8GchcUwjKSqIRujjvhtgHYOr3YYDOTpr7iC\r\n6H6a9AxnWEdzWGnHcr8tkj0KPeliH+KPheE8qlV0+jcIWrr4qfjpKsJqE+YQ\r\nU63kzUgkJtEdd9yVuWcIuC7kWixBZ3ldVw34xYIkuKuf0Ztsc+Faue1mzgN4\r\nZtYQhM7KUtBJDf90s4Cl7WcO7kO18NPQRKz5fyZn8y+jE3VZXBYGY6MflQVG\r\nNfRFD0EVyvEaGwrlQyBis5c7f9B7T9H1qB3fv/V9R2qTY+tRTjAkh+f9EqJt\r\nCLLUcWarqHHZLVg1b7cTz+/l9w3LGmGwT8F8TRCSYCp7Xjg1nmjuZMXN4gdt\r\n7piLnmftir4bx/s/PAzC4RWov8fhRzjpuDGGhhxilXGoD/beEXXDrLcK1iym\r\nft+5L2vnmI2wsbxHKsubi6p+2S2TB96I6LKxeK8EH+4qnzjDCFbl6JNYscuA\r\n0lBHqSW8mSjM4xpruyoa/QER6cvPloREc0N7cSAdxlJsA4zyUlrTx8tsxdLf\r\nNcQQqhbGzIfcENCK5tLj9XNnPwndQVlIbKq2SAPNewkMQrVZjGUEWXZc8oIV\r\nbd/LZfw/LKDX4FfFGjudLL2aGql1FD+SFQg=\r\n=TBoA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230327155609.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/8e25910b9aa3efd764d20e63836c3971/urql-exchange-graphcache-0.0.0-canary-20230327155609.tgz","_integrity":"sha512-6evpllxwzuBv5uV+PwjmH9tXVK/t++/eYkmTUpkBjX5Uo1JUSoMTWo6zByE8rJAM+9qeRPiH84mg4doAIWP0ZQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.2.6","@urql/core":"0.0.0-canary-20230327155609","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230327155609","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230327155609","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230327155609","@urql/exchange-execute":"0.0.0-canary-20230327155609"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230327155609_1679932635316_0.43812246363342155","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230327160816":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230327160816","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230327160816","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"8f27401a6b973a4ef623c94117f46ad63894dabc","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230327160816.tgz","fileCount":34,"integrity":"sha512-TXM+NyiOyzPTsFQVvEDmwUUj/CBQT+I7a7nV8WyAFOsOEOlbtbBD+l9FUZu2ygL9QkJuwayeeQQ6qW0Q0WU2Hw==","signatures":[{"sig":"MEYCIQCJ+3WLUe+o0oVDsQ5EeiScPX/VtvlP8kDj0Co1xfxyMwIhALnB64h47pduXs4TaOWX8CSbHh9qhQDHhXvSwhLhPndS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIb+8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmronw//VIdvDkxGtuH370oaLkUA8jbvi523UvoPuUDlYCjdhUJEzmB1\r\nXeviPt+bHZLPplCQMi6YrBCzyJYQxk1oBH0MEqVgXmXAFYwGoLYv7B9ZQwCD\r\nJiZnbOxepucR3RLYFx62SU9vgQJbaHj1Mo9aaNOtQ2GfL22rI9nhLsUrzPot\r\nPe3l6/bg6elKE3ZGQuO2zQ0IVKY6riUB/ugHZ/1cHFSjOy5g1sfiJ7ci8xqG\r\n+gpm2ukekdbWAS+vpP01FIC1tk5fNcFHc+LnSgK90Gri0muJNyHzZwEhui3R\r\nPg5MYoTXA+0n9+TdLdwzgj5wQSBy30/T4+hkp0fbK8UuG89OJXPRt7pAQ174\r\nxzqGHzcSZA8aTvhI0EPKnCO4W9pNq/lK8JZSCy0XBXm8O//VDlnpby4J3b3I\r\nDfscoTqJbEQX8E53DtHcDUe3IZvoFyi6uktTmlwjQCQ1Kuk9HiddgAYpYma0\r\nA/Pz6vj2q0KKSKDrs8MEcwTGE+w8u3cmBVC2q2KHqOINOCxs4jNYp/vDtdFP\r\n7Pe5mwC354B+hDWbwPwJ5gbFedkF0QTlsb4FHItpdZvs3oZpfe4lhEjcka8I\r\nDoXMvbrKtkmx1CQFXh4/PFEu6H5HBPKTR7i+Z+jCSVm3n2rvSM0BX/7gmo49\r\nbGECdNb4cGujlJ6v8quL6IMLqub9J/M4yCU=\r\n=VyaI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230327160816.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/8c9f3e33dd9f6bf3a59ea1306e373578/urql-exchange-graphcache-0.0.0-canary-20230327160816.tgz","_integrity":"sha512-TXM+NyiOyzPTsFQVvEDmwUUj/CBQT+I7a7nV8WyAFOsOEOlbtbBD+l9FUZu2ygL9QkJuwayeeQQ6qW0Q0WU2Hw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230327160816","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230327160816","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230327160816","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230327160816","@urql/exchange-execute":"0.0.0-canary-20230327160816"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230327160816_1679933372122_0.6143776836824972","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230327171852":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230327171852","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230327171852","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d2178568d34f023e4e3dc8d7f5863f64347bcf03","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230327171852.tgz","fileCount":34,"integrity":"sha512-5z4YrIz1bliBsmg/M2ARcP6WJ90LFwGh2hiamhkm3giYgFwDHKyXFbH2sJW9EnKr0RDEuUcFrzSaVgkV+1goZA==","signatures":[{"sig":"MEQCIAfSms+MlgUbzcnn9n14GAjRz97G+aNLnMv3PxNPkZiLAiAmT/sVX3j0q5BNerCXtnWpklszsJG3zDvBFDI/pJ0o4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIdBMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrcdg/+IefoiObmCtOamXAbsZx/bUTRYjpNnHKXRGKMqeHbGnPzaXdM\r\nJ6nLMtooKqU402aqmgbjrtMJUQ4job6+shxepxvHmjxHNBqCjeIDexqzHP0N\r\nmOSlljcNviRYpUCOX8ZCNJHpG2Z9c2leb7eCdiDGj/9+WxvLfNaOXSISmLo6\r\nrhIh+muJnWS7HUGcfmMdntu93xEXiE+SrC10izfvmkfk6PJM23NAY/lupEzO\r\n0B7eHh840zMzZwrBF4mQlk8fH9N+R2E9ZtQ3yhzO+Luy9TfIkD2OeR1yz9fL\r\nkSVL/NB9DKXFr0IKtf7ACN7OtNla9gHtNi0mPpCsM6O/nXUjJ55+EZK1H8uV\r\nE/bDf9mT6vrz5cY9ZSYqCux83rW/3ybETOnPiEB1xMctjt70OLhQiS2OGMoL\r\n+bAhkZpcx/DAKaPKtNRF9AVo6YnWYgKztZqGGxCLwAwUMw7WkyDTwS2oE6th\r\nYeaF0xHY0i/+qEc4IsScnu05tbyJFdBdtU2qzh2wL38o+vOakBsrTMjn9P5O\r\nsBBQMcDFMWr3e952kV401son+VZp3GxgSru38wtrdnhGKvF8yI+1QrkNA3wz\r\nMhOteROZ4D+0uDUbvicb5GVR7EVO1jZRC85A5fWPg4owrwfNX3xyPt8nykXY\r\nyQLxXeWWvE2uN01+5xruj6MphAVOlX1JWaA=\r\n=czKV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230327171852.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/5743bea910d19a29684b3496bbd9d357/urql-exchange-graphcache-0.0.0-canary-20230327171852.tgz","_integrity":"sha512-5z4YrIz1bliBsmg/M2ARcP6WJ90LFwGh2hiamhkm3giYgFwDHKyXFbH2sJW9EnKr0RDEuUcFrzSaVgkV+1goZA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230327171852","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230327171852","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230327171852","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230327171852","@urql/exchange-execute":"0.0.0-canary-20230327171852"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230327171852_1679937612255_0.15585771633440082","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230327172613":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230327172613","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230327172613","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"3f5cb389a991b08c1eacae31bdbd257e8c0b6c52","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230327172613.tgz","fileCount":34,"integrity":"sha512-4yiCvjeeNGHjLms8PwjZnrSuB5ST2Ky2PsfjKKY4IQjtEvVYI2u0fNon11UQiM7hcP79DKwNXK4yVrgvVRsyCw==","signatures":[{"sig":"MEUCIHVPOPrVDcZKp17ODiFbijt72bdc+5aPfL6lPIxVolkyAiEAjsyFKSkm/4lWh/dx9VIGn6McTJLlBHbp0eAivoehOj0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIdICACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLTQ/+Nt5Rqwg50V+NSrPv9i96tq0tzPGSNPrqQiQCIUWkYUeMRn58\r\n9HftmPLDJzRXsb8weAUJDc+/9AcoiZCjaRDLJgzvDm28SZzn4THMMD2apfFh\r\ntaoTtGpt6kL/F/u5/0zAQLA5LwXiRJFNCSDQupdUy//DzrAuc5aHjb83TPPv\r\nsXtxb94EOxddrv7NYZKVpdehIMZsE1SA8DXNYKvwB14T6JsjUT0FMHemOBAF\r\nXbX2KkusM4sVq8J7b3mBJxv3kOFfK/1rzBFy+tfbNmzsUwGCnrGaVpo58XJa\r\nTuj9/XLMFvbHVpzmNKXwTHUK4VWhwh/3AntMuXZjJOCHulCw/7BoP1cTT6nk\r\nxqAC4fHvQBjMuBa7+l1RBCsKYK6PQzDXkJVnQDrRFUSdNEkreQPQ41sjyCU3\r\nhey3StwjdtJ7S7TV/Db5QCeeaYbHD1Y2F6ElPhxsayUbR9ecMwFQNgdqJEsx\r\neYxStXyZVhwI8wn5M6w8jfeSQN2M32HCLJJ//VkiT/aUmamxPpUd2qxIAihO\r\nHn03eG0gPKDKGOabWJtV9EwgALkBgWgdr+oPqP4W8MmFh0PLRJWgygh58Iui\r\nXT4yd1660jHRN7ICLvVg9Ouvjz9jyLzNt0m+klonldxZikqY/RguAlquj052\r\n0e0jaT59y5JAdsf4MXzVJzNDL7+Mzbv/OQc=\r\n=REhA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230327172613.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/8725ef339632d85ef163b32dd285a791/urql-exchange-graphcache-0.0.0-canary-20230327172613.tgz","_integrity":"sha512-4yiCvjeeNGHjLms8PwjZnrSuB5ST2Ky2PsfjKKY4IQjtEvVYI2u0fNon11UQiM7hcP79DKwNXK4yVrgvVRsyCw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230327172613","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230327172613","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230327172613","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230327172613","@urql/exchange-execute":"0.0.0-canary-20230327172613"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230327172613_1679938050273_0.17078908699934114","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230328165745":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230328165745","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230328165745","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d0953cacbec48521cb62c2eb0d682b6260efc51e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230328165745.tgz","fileCount":34,"integrity":"sha512-CIUfd3e9YLy/Ass+jLX7Zn8qCfrA+W6BpAwVx4C7yUM/TgK1131wUTJDtxl/cRnIWE4cguB42z9JbfUhIs6i9A==","signatures":[{"sig":"MEUCIQDJUXETNL0bIXD2c4Au5IFgq1ppZwk5jAvdQc42leAjaAIgKbhI3/R72AnMswwjByM2YsnGjbNKfaU485D4EAb2zA8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIxzTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0wg/+NCI1bLCatO9jXg/qi/pUXprl+sDsJroDmSaiawVLZOExbGMC\r\nSNN+celMaKqRpyqJNQX9gXcJMT4Z+gg7VTcXfw/i9eAukG+j9SIsAnlc3qHi\r\nszqQEWppF8E4G6NGvBo7wcPgJrr/tM0zxHy/AFOQCxWVk2GypBEGKZSXZP4D\r\nAgfBT/ORYvYrA+OCK/It2lq4+TaffzE8uLSLRNZs7cSskNWWAr7rl/Ko38WF\r\nssIjIi26KyxCC0c9l+S932zjvkY4cg8Up5eHdcxzX7JJFJ0ahWAFZO3wkNAQ\r\nxvNITr59oW/UXo4dJIoKc0BneHOS++60ierJL30yDP/IYOGK4CDTwwC116BS\r\nh8rdzSdIsy0FW+KDxC3qPFytsIbzN5rJtqyuG0Ko94Qr7yxXmeMMUXr+/hee\r\n3JkJbaNzq+Mxpn8VchVsEikI0CQ6bJLNKca214RAq9fpAj1GXVxkEkg4F+JU\r\nLx6umX8yY4tBGa9bEVP6PR3wUi8BP6NGnf3J0Q5slI7WD2YwokN4XjB52ZAe\r\n6JTBwGng0/8uGwnh9A+bTtwuJbIDhXr5RnpVK8QTwG+Ri633BJ3EbkP9ZDn5\r\n85P8Y/vZZvEZsXySCancWmdQ5j7aMag5JY+gkcSBItUeeJ2d/Wpcj+SQBmoo\r\nzWhirEUn7QUIRh4v7HIjbuuG3sqIVDYfJ+8=\r\n=y+WE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230328165745.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/ac85fa9b83c9eed074ba8865b27535ba/urql-exchange-graphcache-0.0.0-canary-20230328165745.tgz","_integrity":"sha512-CIUfd3e9YLy/Ass+jLX7Zn8qCfrA+W6BpAwVx4C7yUM/TgK1131wUTJDtxl/cRnIWE4cguB42z9JbfUhIs6i9A==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230328165745","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230328165745","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230328165745","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230328165745","@urql/exchange-execute":"0.0.0-canary-20230328165745"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230328165745_1680022739210_0.2750653622526258","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230331142235":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230331142235","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230331142235","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"af4e6b79d00c5f0bba54499ea54ce138ee18060f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230331142235.tgz","fileCount":34,"integrity":"sha512-AfbMOvnkEmgNbhuNc6OidUVnZIlW+MJqrW/wiH3C4GWG0ae4J+i4+wH8dRMbO5l89pKpvy7cXEg9xOwoOjRrFg==","signatures":[{"sig":"MEYCIQDrOEuAZc4pXeoL99BUOcD7IPaY4Yfe17HvllMNQGEDOAIhALjrvXPx9Dvk1lh5HW0eRunQbQW2HvUp4KRDfyhhvqsU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJuz1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZJw/9ElYkTRqEnYsD9K9HCsyQf4aHNWQOp1+J/VERMjijJNt3LGVO\r\noYp9LWLENv0p6aR6Y586XiWTSbuLPKO8D0Q3vxZqBe7Osrcbsq7WyAKAP9XN\r\n/gBg2DgaguW+zgRrTst4f3EuzDL5eNzKPUPN6cyff3ezWSPenC1B1sbREULE\r\nOF7yiTMNsC0OC5mmEa8AJH2GiiKyCTFo6TA2LgzZfU0S26HtGERDTz1jl0BP\r\n5stoetONomdUZTZFC3HghPAiBZknTqKQprf1mebj9nBeoxsMeH9dXUy01Vvw\r\naB2FVu/JcQWbYo1et412k4Kbn/NxFqm4PnFKcmItsUek3kQCRb6AGn9fwTDK\r\nnWlvSeGf8O+gWqAEN/qT0/RdnjkmfzQ9OkxqUVaHcRA70N/Jwhth8JfT9ebd\r\nbV4T5tfnLByjRc8L1NZ246sYib013COnLbVGihN/u8NKfQNpLjjqCPdkGs56\r\ndIo7g4easKPCtE8dOKSAQChAfi24wzIam/cmH7xOc0Q0Tz+J5iVRy0HSoOGu\r\nFN8Zdlujfua79ZQNwgWMSO5WumNriqaWHtEY/rSaGw6iCMBe5JtAmJr8cnfz\r\nTOZEuKj7cvM2tGC2wpjWEoOVY53W9y2YzwVuGdw95P9h+GXTCxpvfPw48+Rm\r\n2VoPUogydlRWBGy5Lh9WiiEbwnGVaAIv1S0=\r\n=6pfA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230331142235.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/185e85b7aa04325f5d336c9fb4fa8d17/urql-exchange-graphcache-0.0.0-canary-20230331142235.tgz","_integrity":"sha512-AfbMOvnkEmgNbhuNc6OidUVnZIlW+MJqrW/wiH3C4GWG0ae4J+i4+wH8dRMbO5l89pKpvy7cXEg9xOwoOjRrFg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230331142235","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230331142235","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230331142235","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230331142235","@urql/exchange-execute":"0.0.0-canary-20230331142235"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230331142235_1680272628912_0.8935324603491248","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230331142238":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230331142238","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230331142238","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"38cf6c8e6940e686dfe19e20251251fc9d2f9f0b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230331142238.tgz","fileCount":34,"integrity":"sha512-z10ENT5Kea/pO5/9YhcXlQvXqcslvysBOGQani2To/mpZc1o8jU3BN1FhGB79Jm8YAm8uWRxpsFv8smzb4eW4Q==","signatures":[{"sig":"MEYCIQCe4lwy2HQ/Xjvd5BrqOgdNtaoEZO3YnACNuT7CrGutdAIhAJcBuC3mbMD2GDxTeOFACDKXzU3NgbNwLH4LEhYFcHYX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJuz7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmre+g/9GoKPEc/d0G7nlQjB5pCiVm5+gc7TkORUosPYhYGla2akhAVu\r\nabHmMmkBtxP3TKeuZAtoCSaDtqSzhVI1FtyICDLIx4OHUy8xJL2FZ+YlKH6O\r\nuTE+FeeoxihD3e7Cx8Il/cryYkjUzYPGDkDuJ6u0qF1SNcmgiAmtNt1HGXfZ\r\nxVYN8Gl5hNRf3+//cgpoMZHPxbj7S7/BHXrZYX2mL3w2IRgdjwwm3y/pyStL\r\ndtJtqsBydhGOUjaAUNdaVc4G8U7cGMNpar1UBSSx4kL1LkgE0OmTk5YyYUWb\r\nYsjwqu9U0fkEiF8l/ucO0f63MkV6Dxdvt2L3b596+40j2SusyggWxVzFa3w6\r\nmCNOQTpaa2BQDLz5nRR4AcLxYl5OeCEvYUrUJNfkcP4srm7+BWY0rgosFI2B\r\nJpEzosP7JHPlS8Jjkgr2dObBKxUv25ewglD7AtTfrc7ha8yQSTz1z40c1WCl\r\nX0/0qd+UiceRd74/DfeI1lIRSwbEI9f/L52TN6ERqh6BNE8jbBV7CYJ42rM5\r\nMUNPcjYHtJpMk6AjMWi3m3DtI2k4obwHlid18TjtNdSvt4nYGhm1qbzKTeuh\r\nrAfjwwfIf6CB6pRIGHG6TC0tCHrgtBrAZ4OTVhbo/NT5ZZXaoMUPO9Q1LG++\r\nzCwNwFGzU62giZ/+HBIxGafpROUi6EOEx0E=\r\n=z6Ri\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230331142238.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/95805e504c9fb50b39435b7e7e579970/urql-exchange-graphcache-0.0.0-canary-20230331142238.tgz","_integrity":"sha512-z10ENT5Kea/pO5/9YhcXlQvXqcslvysBOGQani2To/mpZc1o8jU3BN1FhGB79Jm8YAm8uWRxpsFv8smzb4eW4Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230331142238","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230331142238","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230331142238","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230331142238","@urql/exchange-execute":"0.0.0-canary-20230331142238"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230331142238_1680272635546_0.240847487603848","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230331142637":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230331142637","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230331142637","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"da22843712f5dc9864ad0b3f49ee2f29a048880d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230331142637.tgz","fileCount":34,"integrity":"sha512-rtYd4Hw1TwGYnvD3GF05AbZCwj+5AgTYcv349GiYgNUHiIBl8pqzQ2QjUyk31j27NZidxS6VWhGfspVAIfkiSQ==","signatures":[{"sig":"MEUCIQCQB6xtUiY1VmVpZadB2MnjgQKjFRWlEDlVtrgREdP4NgIgaw+EFpkXLm5hAhPVmqB4s/aq54siEH9vw5wDAm0rbp0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJu3rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmokug/+OSS5i6gkjqCeNquBEXmT31tIqCtk+g3IuWZ5sqcift3QcO7b\r\nk5v4+cJ/9rF0ZLqjNPn7PmYOKhQZ9jlliYmoSst+pariNGG0ga/1/i5TLSrq\r\nrBpaBeqUo/NE/jJ8LN6sY03LT/vGavEZlD1+DdQeJX8Jf+6xaumkxVGs7LX7\r\nZZXj2qCoXIUaYt8B4zf7E5XUJH0Gdet46pgfBPXKl1nojPEN1D17RP1S7yLk\r\nZosfe9ELYfWS9zS9dEfqcz2MxNFmXP/LycRqkGghsDU2jEJ3ikjJyX2AUrkz\r\nQNvwoJ0dnZtpel/wOOSxPznP+6oTLPsoTtxOPudFFnAewIuAEzsIqpr5jRDM\r\nnutnNrYqCMaecr8t9ZphjDx2Q1VH+YJ0AA4tnSvhcSFoGp/g+o9mTlWwv4KO\r\nXLqt7fDK/97Httmjsx7PcGLXrqu2GclZnNfy9l+MH/N51pYqSbp3EZhF1+pS\r\nQUjnT2PATeV10aVvwpTOsU+axV1o7e5NqD3SGcls1w7rmoTQeJ+U8tKUcGZi\r\nOYuiev1wjugEtPTg5up0jzl8M9yb8dE8rlPUDMq5vlSspGgJJxf0Dbk/IByF\r\no17Fhbd0zE5igtE4owqQPomvenyM98b3UcD6OVcOCWYheY+8J75zZFAG+9t0\r\ncCnCEN7R08tVXMbGn3FY2tDcJP4NkZURpSo=\r\n=aoXP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230331142637.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/977677543836d3a18b7a22c40cfc778e/urql-exchange-graphcache-0.0.0-canary-20230331142637.tgz","_integrity":"sha512-rtYd4Hw1TwGYnvD3GF05AbZCwj+5AgTYcv349GiYgNUHiIBl8pqzQ2QjUyk31j27NZidxS6VWhGfspVAIfkiSQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230331142637","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230331142637","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230331142637","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230331142637","@urql/exchange-execute":"0.0.0-canary-20230331142637"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230331142637_1680272875371_0.11354299028821391","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230331144040":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230331144040","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230331144040","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"986f8c18063300e2c54a787734f5231946b8c98f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230331144040.tgz","fileCount":34,"integrity":"sha512-tG8lDCyRo3waWxZKXh3NwoUasb+cqlQ27pwoObc4a/+ZYBUdl3WblxJAHNWigjJpvxzKoK5aHqbF1/mZBBUMsA==","signatures":[{"sig":"MEUCIQDcj7UKwHTQfv9BdPhnmchXRpkthHTizy98+cPfkI2c1QIgOz9Twal4o8qc9KKjpaRO38lGbldXklJKGUJbJlFtoN8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJvEzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4PA/9FuUUqumja/6QGzxHj02Wv+6rk10pZrDwOOpiBTNSGinIBSah\r\n5HHMLcQid0p11h2hw4bnL4DJihHY4L6LeeEsBrr5NuJpUDBBQO/tgIJsjM7O\r\nkb4xdi/5X/inNrOY7MsHHJDuDavPcnEQEk6R9zY/5y55WTyIIhEaJQCF0eQV\r\nDdAxQp9KlqJJMQxXzwJ2gd5kJTyyF32ZIvgAbRAxb2bVFwKIlMKPGNDDJZUQ\r\nxRZsuFTduFKu9kt1UGW9LEbNymZL/kMkU/KAZ65d/dYpojVg5B0A2imMb1uZ\r\naPPfNDlj42lR65fXT9W3BZZQWa6Q6mXrNHRfAD4f44b85t1TE8EC/mfcNZd6\r\nx/edIA0jDn2vdBpT5j7Z0lshvIxcWB7aL/w673AK5xzW0vqFMV+lWsMji1ME\r\nMswRz91ihv1jpalQ7C/WScHmXx0RnSLgtiDz7Xmg4QnmESOvNJCVsFqe6U1Q\r\nuhRPVkVdPN1skyhlxHEZ2yK2iiJZ4cyNywM2C9YLj8N9MBsmMHFlCFiN5YK0\r\nNfovFv3SdB9agHoYrIeUld9Hj6rn7TEm5zM0ADHSpPe4IsP4R/YcKhl55jgI\r\n1s9W5MsOvRM+GnRljcNa7Ou1Uz/T/eMowKm5WbmK1GIaoV+8sWgrKIHAc7NI\r\nlygt1zEr/wXyz4BSrg6i0rUv/Z/J2pa8QRk=\r\n=kb/4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230331144040.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/b1d0b214a4a4fb86004811c6d6717fcc/urql-exchange-graphcache-0.0.0-canary-20230331144040.tgz","_integrity":"sha512-tG8lDCyRo3waWxZKXh3NwoUasb+cqlQ27pwoObc4a/+ZYBUdl3WblxJAHNWigjJpvxzKoK5aHqbF1/mZBBUMsA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230331144040","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230331144040","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230331144040","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230331144040","@urql/exchange-execute":"0.0.0-canary-20230331144040"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230331144040_1680273714971_0.5442669785642593","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"@urql/exchange-graphcache","version":"6.0.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@6.0.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"b1e2af44590df0640f905accc4f4ab3a2b0cfd0e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.0.0.tgz","fileCount":34,"integrity":"sha512-Muz1KBJw3ISLi8Y8Ty3yMBa+lIea0IdXpvoFJwdO+XWPVMCshlyAiCbzgRI4wa0V7DbN1Q+sCEPZZOi682dfww==","signatures":[{"sig":"MEYCIQCsC3xvV/HBBiY0W6QXBN696mpKOJFO6Xa/g2ONdpMWgAIhAL6sWCZPm5gauWZ/MEdYuEvMXcNbLnlQJCJU5y5JLorM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1148221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJvTCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqvtg/+NqmOkQr2me7EJPSS9yl3yQt45IQj1Rsb3DFKnxhXO4sSqo83\r\nIsH4Kf9T7d2F1UifX2WugElGwamjQnXIGbG7yuLmaWuNtnlfpwsZ0gRsexB+\r\n4IMSUON11d0lBIQZlejH6+UYiDLwiL3Mz83DEXiHHEAK7m+DMsvqHc9NSL9T\r\nbT1GAlVKkCKxwECXqufRaBpvkq32Uy7Kir2d6VlgGC09vW+uj2i8Ot/xcqcQ\r\nIUH2z0ymyvx+GxTC333jAiqicnx2WI20S6YPtOYXUBd057pGMVCDpTVKEfZC\r\nPD8W1Qlrh3DGaxEiqFhawvAdeM6iG/39FMS5OySofopV0XXRsnOk/CGtBVW7\r\ndIbKhnXZPqrvTnNpJMEdgcTO3oL8VtYwr/47GBKYpjBKJek9X0WATwRSsKmO\r\nx+x6YRTFSBEe3S8NSfTMTngNFsvbbDMjahZLcF3k8GPwkniM/BghRAP15rRz\r\niBSgskxN5wqwVDdh0pkLiWSSbQeHyPurNJToS/wk/mEKQtKt1kosbl8fnX3H\r\nKVCbg+5qyAfag/aAvb6jYs7horNe+ghL7cd7iMTcqY5iqd5WWjmHR9+GC7th\r\nsLUhIkjG61F09hkEEM6SfubD+xsL9MTcTXHklslYRgmDQrDOkORWxHgXGpYq\r\n6L84XcIfbq2my2HHhG5pjp8M48nNuaXvk9w=\r\n=VUgm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.0.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/93493fe72fcb80d53dad7363c9accd0b/urql-exchange-graphcache-6.0.0.tgz","_integrity":"sha512-Muz1KBJw3ISLi8Y8Ty3yMBa+lIea0IdXpvoFJwdO+XWPVMCshlyAiCbzgRI4wa0V7DbN1Q+sCEPZZOi682dfww==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.0.0_1680274625799_0.08725929698337831","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230331153405":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230331153405","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230331153405","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"bebd6531801cf849d6c53746b5601a43a3e99bf6","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230331153405.tgz","fileCount":34,"integrity":"sha512-QbPPSAeLmPtIT78p9b0vXO48lnW8QXDAfV0cY/J/hiaGYbFw06h3Yx+/NSlYy/4lBy5cGsST/4MXcB8sdINSlA==","signatures":[{"sig":"MEYCIQDvDxv29T8XyWVY+AmUS4TPL0ydc61+gH9dTk/0hZpF7gIhAO33Iwi5gXOE4FTh9S9AV2Ww9KlIMRj43dpcYsoIjpUr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJv2CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOpw//WVzGiG3nuxzHLA+mDud6gE2z2hu+j26fYnb/eWqzdYWUl4CJ\r\nRhT0RfFbdXia4iF+gx78nL4OCV8j0FNcS1zNXk62wNLFR/U6gWKKLY6iRf6I\r\nC7ntM1nYPH09HU5bBn7FEIe7gJfFbY20DI5BReB4DLRt/luKwlvt10Cqs2G5\r\nt1ZbUNnm97xOi632zTs4+8nxG7DspHX8Us8Jk3SD+CtM7DVU/dn4nand+yi6\r\nh7CCHXwWcjlIgEXSKsV9yYeHv04Fb9aNS1ZQb+izwTFBrzVCUaSP2czT03Ke\r\nyo48yFyQnGfsneY5EutmxZ92H2QC19Kkv1e4lO431KY3WlTMuoGZzJwuxlon\r\nbJM9tDQpnQAYUR2qcuRy1542iMB3eJX/km0UoxtkL7vmV9iUXtwC+6Nom+xA\r\nUG5aaW0gj+tdNFiok57+wS/Aw3hhZmZxKsFm1Mqv/J44ubAZPkDFmOsJ19IU\r\nX7SdIoYZ+3VJnLJ3xLyl21JZZ+hSwGNEGOOX9FlTms7Z1cGvoaeRLrg8wFSB\r\nzsVYAafHv+SRSK0itz0xnhvW7HkZxdexGEj/3rpCG2C3TYcuko+88Sr6Q07p\r\ngYIC3OVTvrgXf6rIcu1ayBpJlzKfCjbJEMtzzEZGOA31Onl91K8zE4idGBKm\r\nPgxCRjj+++nBXm0I23V9Q4USOq4+RIE+Bz4=\r\n=jzYd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230331153405.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/c031fb0a21aa790e9ccbe17a50e8d9a3/urql-exchange-graphcache-0.0.0-canary-20230331153405.tgz","_integrity":"sha512-QbPPSAeLmPtIT78p9b0vXO48lnW8QXDAfV0cY/J/hiaGYbFw06h3Yx+/NSlYy/4lBy5cGsST/4MXcB8sdINSlA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230331153405_1680276865774_0.73847256351717","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"@urql/exchange-graphcache","version":"6.0.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@6.0.1","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"4bb69ddb03489c3e6ffc09ff13e51d3fd3191b43","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.0.1.tgz","fileCount":34,"integrity":"sha512-nJCQwem45p1nspbRrZz2oFjyHW6tufT6LQ1SvqE3CN1pLq3v72leZ6nfRMv4RCoh9IxFnv9hr0fn8DQSmQaB4w==","signatures":[{"sig":"MEUCIQDOX8rEc8/9qTT+jY6RNbx7bguTOsN+hD89pLJCnKsWnQIgS+MFTq1iyWN7u+Yj03sxHHlYyj5W8xUi05hVN7muULA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1144511,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJv5fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/bQ//digNImL8p1QwFf0WR3mfyBUhWYp/VD+iqeJpDCMHoJxOeR6e\r\n1frRjXg+/bUK29C4YCGJnM6N2P678PhhoZ8wGgWdLQ5aOep89FnFwn4lOsd3\r\nWW3HJ6OimwXu4rokfATMSoesTSvBxTjYmfFuWp8nekontyM2BHKG8c9QQsv9\r\nyQ2nYk+OfateYZ2rmd3QK3d+vKHI2yS9Gb/e1k26L2CcssA0hthz+xTrxSkQ\r\nwYZoDncTgCD82cCClT33fSF9MqAwJkuCT9HratRgETCMG31E6JCuwY1Y8LAH\r\nsz3p4QBXB3NqN1lLxKfmfaUTYRo0Odu8Fm5zp3pZova22sx3JCLWfxGxVlZj\r\nsUbDapVKrqv3iaTAcQM9bV/9Q2079A99yOCDszt2zmMKsUZX0nzQV9/HRuq1\r\ndCyhtDZ3eMNuynQbXJEndlue2FkIzQ3q0Ucqe/DRzJrYPWkMXpYlssJGRZNV\r\nd2cfNiaugKLz04HaVoOqBvImx7DSPsnHyl6fRtPgXfw8OULwpe+zvXCwPwxR\r\nXdrT3VWeAg/a28NtbZU4OscqQSuENvgk+c9BQq7GaqnoUzp8sVv0x6iw3HiS\r\nc02V6t+gXyZC7rTeNWClCvjIpSPyY2fBTyJUMwm/fJ9710QJKDMt+WE9vBPu\r\nEXJOVyu2P2CFwJfmli1UIXsPj6ptI7tWRNI=\r\n=g1Ug\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.0.1.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/230dfc520681ca984e61dbb22cec54d1/urql-exchange-graphcache-6.0.1.tgz","_integrity":"sha512-nJCQwem45p1nspbRrZz2oFjyHW6tufT6LQ1SvqE3CN1pLq3v72leZ6nfRMv4RCoh9IxFnv9hr0fn8DQSmQaB4w==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.0.1_1680277087531_0.5521207030723452","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230418124329":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230418124329","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230418124329","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"42e5cd1cea7a223d66f2e393ac4213e65c453585","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230418124329.tgz","fileCount":34,"integrity":"sha512-RJAs4a760DJNOek9X/1y+r4b5j99rrVSZ13CDewKW0XTkLKRVfrkjBsb7xmkFYX3ohvJsvaK2eNMlE1B65V98Q==","signatures":[{"sig":"MEUCIQC8kb6QA0pddAr9WdOvOA+MW8ZQOuwtUZXIciNSiLJzEwIgKhfGjKcTuOxxknAfB2FIVE2cy17WawdtJMwsPekTgzU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1145212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPpCMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1yA//Rl/CjV7cKib0psXrLHS1F+ke2YeAU1krSsBdNAWo6+s+xQdZ\r\nKJqVPq5NGxPp1j6QuM+5L1NaiatiBZvKuHW5QdW9ZpOvsN5m83QFgaH3/WQP\r\nr7DFC1suKEcvkAmh1nG6dKcsrebjfA4tZdDNZakZ/8HwBKaFZoxW+X9LXQzc\r\ni1uURFBlHi03mXd9jyqdmGUGUz0N3jMwK6hZYyXxtMGCSdFpJCRnIsfQhwdX\r\nZVMK5ne+IUBJNo8LYwYzBb6kV2CA5NVre4K7WUn4u4ChKrcSHJdPlcd32AAe\r\nKC8rejpCNCbtn3QUQRQs/1JZNrxtFIooJVyj7od6KOhTYSBydznOhx0GawL9\r\neHGhZr83X79HPWZUv+cH23vFgxz9eWB5B7U5WGRDqRLt0ZN9FJLctr+kVXxe\r\n8LwZJn3G13hggmmJSLRJubydZKqa66jpNTJbTUzAFmMIFQWzWJavEl9Uigu0\r\nyuIiQJbSFpmwySKkfGLG5cW59UohAT63u6HqRFpqswX6/SdDu8Z3xDQDzVKT\r\n/O4sb2txbQrQhfOrZ8pY7/l5fhof0J3C0CzoNxY05uE88g1IUAQKiF5SEaS6\r\nm4czs9XzjF8WWLdBpkWiNGPzJHW6fR03UJpzJzQFTjEvIGfaLrqMUy0YXAkw\r\nD3YQNHXltXZeCMtwKivYIdQ4Q0LV93QR4wE=\r\n=UkrC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230418124329.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/1e24cb85129235521daa24c0096649cf/urql-exchange-graphcache-0.0.0-canary-20230418124329.tgz","_integrity":"sha512-RJAs4a760DJNOek9X/1y+r4b5j99rrVSZ13CDewKW0XTkLKRVfrkjBsb7xmkFYX3ohvJsvaK2eNMlE1B65V98Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230418124329","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230418124329","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230418124329_1681821835766_0.049570730416767184","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230418124333":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230418124333","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230418124333","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"8115756c5d3c4ca11f35a5ad32219333d3d967ee","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230418124333.tgz","fileCount":34,"integrity":"sha512-lrv6M8ikvy/vXKxkQHE/s17N2bjt+2uy8u8s1+B961ZJuQvklqkw4dhpjw88pux8K19aXDStAYtLFzJxAy10Fg==","signatures":[{"sig":"MEQCIB1hGT4NtjXMNXUIVE28UCX3J67sMscpQY1No/WggSofAiAM986YLw862w4Ebke1usv5BC//QcpW8/gUGX4H6Tlj+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1145270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPpCOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHIg//WP8NsstZV0wsPSyoAOPlDj4nsUWTc0IAahsBsOXouk6JJCsx\r\nMp2AFz0Gldmz3heD4lrHseM/f8Pm94d8Y+XEZGUXQYYJrXAFQSvK4dasgCyT\r\n/9HJBTeMbSY4Tzliza6toCtJ8WwE2J6dWPDSQEMF0UKjCzP5PhSEyycu+Pzh\r\n9AYxF3tzT/XzSjDtgSIzp1JsCtVXY6OAR5WrdTMYUPeODlbDaaznwvRX0lE3\r\nwpr7Bmcs/1QPbsyzcT5k5fGXCxjSZItdmQF/7LTd2wAdBS01RI6aoexmsLqT\r\npg0BzpExx6xP7GpCMljednxMnLtyqHMGiVztddPuJNnO76nDaC2JrHSRZb/w\r\nhxzzyeil45qM0J0n8J1pCifwL9uq8mot0IvUpd3Vaksj/PfuMcDtrjbBUar5\r\npuFwxWa6v/uPEtlsSeQ13Nk2dhM38kD1sZ7cvQ17Z76CCMc1CBaKgCXbphjP\r\nJgGBY0NcoG3U3s86/6T0sA4RPHTcG0mGrNwyeKG6Zs6muNofA8+Ozmp+FVym\r\nbNHfPMDPaimI3lX0U8OMaTSKWaAHvN0aPpE9LPJtIuq2ue2EPBOaaf+NqmVY\r\nwgOpmQBnHCKf8VQM9iahvUGU5AhIu4/kh17mXtVR674OEB8518xJ/owzPXWV\r\n3wuG/bJyoLaL81B0c6HpYDWzgfZ5m61LM28=\r\n=SBi0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230418124333.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/e2deb79f344f10cf3d31ebe511d8f36e/urql-exchange-graphcache-0.0.0-canary-20230418124333.tgz","_integrity":"sha512-lrv6M8ikvy/vXKxkQHE/s17N2bjt+2uy8u8s1+B961ZJuQvklqkw4dhpjw88pux8K19aXDStAYtLFzJxAy10Fg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230418124333","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230418124333","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230418124333_1681821838674_0.9038277384466917","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230419170610":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230419170610","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230419170610","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"702fc0ca0c227049732f9af7e95a0c0cdba814e0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230419170610.tgz","fileCount":34,"integrity":"sha512-cKpgj7hcxP2/XG5bGeqLurEbS9IgL/uSdq6/rVrwSUrQ9UpmD2jOjp7KLuSwx/mo7Ke1zdEiAX4/EGhdYvwOMQ==","signatures":[{"sig":"MEUCIGFNzVCZtnayp+6olIGIDxkOycQCFmeL4cxCchhizz/IAiEAkPyjqotL7kSvL/X5jeJwfKBzbUbeTiY/ziaD+Ns7MaE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1145270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQB+iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXshAAo+BzX0AqR7I9JmX3fOh9O3frp2EejQYNw6/hO+7hVBJGNYBR\r\nJC+oArDqaes3FIcQkUWHD3n0m/yOQYrVT4VvPB+i87qU8PRGepLNL8+yh1Fi\r\nhnVfufjnkLf3CAXIeKs68CYbT3T8LYYC+5VYrLMD3uCKTgLYh2gL5nQmlfIS\r\nTvM96zEhYwIFBRO8W3Zl/xweYCHMnEQhVhcdn6FQdCemaSMpbuhhj+Q7p0D6\r\nAnvwOsi4CT1B/Jy60hExj0tQVnr9fOwxrxTJAA7rUf5TzDP7zB1umUvA303w\r\n9lDx2chmQzKEi/7O876QB9jXwc/VDFPOKQBw2ak0u1V0AyTe6qGKOV/gObXU\r\nzONRj43L6/d+pzfOoIwvAkvaMFUAq1bzlEQZHC7qxzea1oXehNooPIt/2qlM\r\n/g0Gn6qqf4i8QhDYwZAVYtfjDYEZqNlHUGI8xJ48yavYiXmP666R7r4igNlF\r\nYnoE8JgHd+M+eobAqG55l4ZOZL5rLdG7I54gpHCrA1xvv2gTPhIm2kWMgd4N\r\nUDzuXUut5o9uFzM6oiwvihscV2/PFWTIZkNW2zuTILnsaZa382yf/5xf2J7F\r\nP6AWVFnr05ug4rt/jkUToGIaphdwboX1ajXjrERkMMLkqb3zXo+o6Kdy/5Qp\r\nvLGmWpQHLbSQNMiOBzVoDqBZ+2EwgmBtkSE=\r\n=lW3F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230419170610.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/43e149a7b93eef38f04838ba28a27f24/urql-exchange-graphcache-0.0.0-canary-20230419170610.tgz","_integrity":"sha512-cKpgj7hcxP2/XG5bGeqLurEbS9IgL/uSdq6/rVrwSUrQ9UpmD2jOjp7KLuSwx/mo7Ke1zdEiAX4/EGhdYvwOMQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230419170610","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230419170610","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230419170610_1681924002510_0.5801217123702571","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230420095019":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230420095019","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230420095019","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ba9e7e58fd06d42aeb4de159a7dd99ae9dcc8933","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230420095019.tgz","fileCount":34,"integrity":"sha512-omR1bm0MvnVUPDMWPqhn6qa2odz9QJAr6ZCgsO/AUxEzA4ti+h70aaFUP44n0DPCd6v8ORH3ZojdYfOCfllhXw==","signatures":[{"sig":"MEUCIQDgHBCdtCkjBs7REnffWP/FT+XPxYmsDSJj3PhOtKVanAIgX7f+kJ7OqAsdooNGeT13LTH7okYf6MBHtHZ5XP4pmWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1146786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQQr6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLlg/+L/U5GLOatAbMYhGGYrAZTPM3HpjBbVHJKsfh9ItTv4rKBGvT\r\nMK3bgmKPgL7sudBqGTcFgSKbyO8792l6BAYL7HbFCPL48wQWpx8wlV3bensf\r\nDVfUkp0zNkZTwLR+p6o6eiqtTB2n8Pu+DVpO+vSr93czq8vWBYdx3oe1fz84\r\nIfXssDd0HXajXPu6UJxPTTEbLWdICrccwPFoxZ6kBfnDAA+REW4pnidbQgZW\r\nQDqJmo1nCJW6ALIYiSLn44h+AKPTZGEWKnvWbBo2BodQT2jebHpcXSq+kU+7\r\nXE1AeghSWOs4dqKvZ6jMW3iKOqjli8jGMyYsfgBO63DJCJ34fT1ufykk47dP\r\nHF+UqCmwXD5MDJJ35uQfE/CS566FKRzEUyEHDEU92jaOBECboLaC8aFX1Wu1\r\nL+t/aOuRksc5jFx1/xB2CBIHqbBldxRCEO/4Y0nPv+maYx7baSW1ytPI5CHA\r\nvZwoiNwChfu7W8TfbRxMrCaCZNoyUWk0dOAAUuIQK8nCcL112cereS4czEad\r\ncXh1uUug9bBN/qQjmGYoN+QJN3P2V1Qi7fDbF6y1SQ/k+yBZHT5jhmB87PfX\r\nDgqnPajyHCf7TNuJWXj0qWAiFkDp0kAU1j/bM+K2mWZX61zXV6UnEO3L0DJw\r\neIc07k5Z8E159gTQu3NhS9YsONDkCqQI1Tw=\r\n=5hdb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230420095019.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/4436941acdd1d395a1642a2f603dbf28/urql-exchange-graphcache-0.0.0-canary-20230420095019.tgz","_integrity":"sha512-omR1bm0MvnVUPDMWPqhn6qa2odz9QJAr6ZCgsO/AUxEzA4ti+h70aaFUP44n0DPCd6v8ORH3ZojdYfOCfllhXw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230420095019","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230420095019","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230420095019_1681984250576_0.34640511886038183","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230420095507":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230420095507","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230420095507","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"77f49c096cb3db191f3431049faf1344e4c29cfc","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230420095507.tgz","fileCount":34,"integrity":"sha512-DbXYPBi8/cfo+kV/ZIUsoHQnsPz4+h0vxMvgNdJuJnsGHweZlrX3y38sqdQ4rOjtvb4C1IDmErO4pR2iw0VgKQ==","signatures":[{"sig":"MEYCIQDKhPoKF9YQ1VHuwz5FKpJrMTrb1K8KGkafPafvdFClqQIhANH4SEaPFrcgJ7e5FE/FBo3vReKxCe99a+efmkzXf9L7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1142798,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQQwZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9jRAAlyZ/0UU0o2LA7QWU+pXej7MbFD9KAK3d14CuMZbHoL9woOdy\r\nCK2stArfrYbpYqx20yL0A4io1jzCa9q8GX4mBDu2Ji2eqb6n81J7Gd5DKP3e\r\nfe6a3KX4GqAoQ7MARVocCUmdzcf8Pe7s8HCE43pA17STKMgtWoLf9OtHu451\r\nArY0CiilqChgw4oEWe1gZP3vpBFTIG70i4HHMGbAprIIJqPoIN5ZIfJpvW6J\r\nF7g+gF+1CxQ0DWdLJhfOkbQo2zGposNbtN/yWPAhfDv92iVgZ+jXBrnfzKyB\r\niIU/fmRK8GxMDyatI4tWRU+x5vvnav5zqEZ3I7YUJnDctavoFgXBiUd4oHJw\r\nA2nqxv0589SRlkcgsYxPnywprWnBvXOpJS0kOxlEDFZt62aly4Yd6452u2Pd\r\nIhKzgY2lf8uO6dx+U1RDDgIo9nOL+QROonQ28N/ftSEFDPS4KjvTLWFaJ3O1\r\ntH7Kn1lEBX+xfUbMGyJRCFBRIcCoagWj12aA7Mnn4iMn4qZPx+M8roVBXseL\r\nBXy0vWebczeAZAN2psWZPR69qeWqCSTEoh1+qxtG3mYUPXnuzf9EmNQ1YaFZ\r\nKVTUS03UEW7OdxA0rtHXBUOnKYEVrzUZX3PQE1fiSjeTZWP/PitHGmIDn4Ip\r\nKI3EYShfWhqEtGDd3R/cqNZWiy/VPqbV6jM=\r\n=dPPf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230420095507.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/8e1896dfa8060187a7cbc390e3679bec/urql-exchange-graphcache-0.0.0-canary-20230420095507.tgz","_integrity":"sha512-DbXYPBi8/cfo+kV/ZIUsoHQnsPz4+h0vxMvgNdJuJnsGHweZlrX3y38sqdQ4rOjtvb4C1IDmErO4pR2iw0VgKQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230420095507","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230420095507","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230420095507_1681984537394_0.572367723380734","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230420100040":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230420100040","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230420100040","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"19b9084bf0c2fe7741cf4e0f5d3fa88cb34e804d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230420100040.tgz","fileCount":34,"integrity":"sha512-vyjImHCGoqVjvZkIaKifdmB4Qqor80bUoLCPPVmzoC6YkyqDJpgPx307EdCJCfq4O/JW5ep/kQiuL3K2sLLRzA==","signatures":[{"sig":"MEUCIBCw1DVKjOkwWPFejRKdePuyJQPRPW1iKdccHE15320eAiEAp2GS05uKMTxjHxvtDmD7Fn840+3YbZrkGP8zS6RVY+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1142003,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQQ1zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfEg/8DHr/VEqAOCmYiV91KlRDaKHXZxt/J3QIsXyZl42id0q8gAbq\r\nEDnpvwYvuw1cm8YFJR4O9AaREEckm8Ve9Vdd9afFpVhsL2ua6plMwuOM5hn3\r\n032g/NtozkxomWASv9WafQD7Futu3bfnU0l6K2LDLULxgY8PMTCcsBDfpIdi\r\nj3RXmsXNian+TmSCVx57JX0B9J0UeFwxOkdRfaBhgoYWaaxgnKhaRXz1PE/x\r\n1s+u7pto85cawcU3+mA6OIuZgLgDNF+WeZimO4cknZ6umJJQBWpTwy3sGt39\r\nJ4+vKx8UGec41I+/ubB0S1M7kJOMTvxyZ88Y9qZjDKKYwBh4Rkmzh5JPqMZR\r\n8Wa0hQ6D5TNzUJqfmqs58o+Amn9NGfF2aET8C9S7xSvYk0bGXOs094QPyVWv\r\ny/qkevO0rmtOL7TOZpErLZkEnbGQqVdopnQqaMpjxyaYtrGuogJQFLVMuyWC\r\n2apuu7vgYTav1Do4qxuI/KgMPQI8dIlYugaDAbIE45hYLCD7laNwPz1erR6N\r\nF5FFFGB1a3NpdvN21FPlEzWtJ4Vc9YA/i6WY6rnwROTknQprrLFvXIkLsanP\r\nJsjUG77XgVsDV24hpWccibythGIM7rriRUfTC9GUTI2LoQ4GxdcJtBWHO6VY\r\nQXZ3wAwO92WrAzqyXFzhLBssrJT3k1w5Xis=\r\n=nsKA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230420100040.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/78d5a70e69c2ba1169828b208dae9b9c/urql-exchange-graphcache-0.0.0-canary-20230420100040.tgz","_integrity":"sha512-vyjImHCGoqVjvZkIaKifdmB4Qqor80bUoLCPPVmzoC6YkyqDJpgPx307EdCJCfq4O/JW5ep/kQiuL3K2sLLRzA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230420100040","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230420100040","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230420100040_1681984883302_0.20536067559639637","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230420100755":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230420100755","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230420100755","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"2dbbd22b0bfff5f3e3f716fe86c9d22bc38cef8a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230420100755.tgz","fileCount":34,"integrity":"sha512-VELOqJLESjhsp82gNMtfS/IP2JCElWhUERIj2mpIXS503uCGP9eAGtRszNKjdyvUFsYrs0REXQPj0k5coYs40Q==","signatures":[{"sig":"MEQCICRgQbPOdQUNauDtZCyzjwz3WzclZmnbCz3mnG8WhzaTAiBI77C4d1Vb6XfprgBtdJVygSbOCxIAUZ0K3DV+4H5xZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1142168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQQ8gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrX6w/8DmKklwc5FCVu/njVwMvGBluuir4bXjZtw2TToV6gtju78T07\r\nz/NphqoAijCyYopf4ugDwi3BdIwRck08vzdg3lyFaWF0daSFNQlR1ddbMcKJ\r\noMvp06RLlzsHuMgNHs0s32vKg8cfky0iqsyJwhCK2vWn2f/789WB93EK83Yl\r\n3kpC16K0wrqv17WvEb1Vi5IZQvF+omCPJuTCQESiSAmUNlXC8nHw1JCJgC2c\r\nRa2fP5IXuCt5UreJlUz9U/CKtUtbtwrn/zC+C/uXZDbgsXKBo12pDPOmNDXY\r\n4Xgf8R2jIyanAOsxUvCQLXbeh8podZGGfwXrfe2dMohSB8JdWYGQJRzgMKVp\r\nhu29QfRegs6B+uxTfYhpczEXYZyN2y0RoQ5+IJBWUB/E6khL9prM1dLnaczI\r\nQCMLvB9uhJCiYKzDkL9qej7zV82nKVEZhhd2Hxoj5YKd0tFsu/l1O8wzLfRe\r\nswLWSQfIXrJtQ3N/5HxhZX2m7BgM3C+0c1GqdiSZvT+kSBjOLVf2767H1NCX\r\nyw7kVr644IQetnQ7a2pf45RWOzPyrBUarLZni5kI1PbSiuTbQ/OuFLsGxB4k\r\nm+C897fjuuza8XBB6S+Yi7Yw3BTMRPmPbbKio7q5HavHAp7lDp3sPcO99AoZ\r\ntY54Wmhiky62gI3c4KGo1HSmYfqqrXNXz9I=\r\n=HfpY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230420100755.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/9d60d52909c972b615cd455252efb619/urql-exchange-graphcache-0.0.0-canary-20230420100755.tgz","_integrity":"sha512-VELOqJLESjhsp82gNMtfS/IP2JCElWhUERIj2mpIXS503uCGP9eAGtRszNKjdyvUFsYrs0REXQPj0k5coYs40Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230420100755","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230420100755","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230420100755_1681985312622_0.7542718584606238","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230420102627":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230420102627","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230420102627","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"27f24875a4327355464ef44a7ec0539dc0d3a3e5","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230420102627.tgz","fileCount":34,"integrity":"sha512-TJzp6PmK90ASLAFEiuMHDMu39J21WWVGtYKA4ka5bATMs71MRuuVOLzBsRsNgEBl463c0UBCLGe2ResDNRDC0w==","signatures":[{"sig":"MEUCIQCyUo6Aza/GLKOWHhqmnJmizkNPhH2SQre/mJTNSrnj6wIgajTStCvBBYHElkS4W7sSlRsgbAqgzUjydmof5LvSceg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1142225,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQRN+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp53xAApIUK0XDvH/aNvXus9U4yMeJoW9Q2Ax3R3DRo4lf5l3jPED76\r\nyXZcbyk7J/2J4zLJUmN7Mv04KmnFldZ5v2i7DJ4GotAHELSdZ3Xi/yWKOhGP\r\nCDaTlNffU4tjjLNP5gJ+rwciaPcOD7yZiF8tvFiFYmrMkunGb2Kvp6DOAlJO\r\nKscdPTVrEr+4TPpiU2NHQI7QYsInbCefKSqM8znly+zjA5zlXAif2diaCpo+\r\nqjn3Lq/ZC0PPqhyNzQnCOQOTCct8YzcKlAFg52+FCddDr+RcSdmgv9FzLdxx\r\nPyCWEmV1Qgds3B4lRqckmfzGpvbOdICwtJTwDdJV06HTZabhSbUiQvqQBbva\r\nRg0lEAa8Rrasjp/N4J7aygKR7VxBhzUrAXDUkT0Q4pUKyrKG8FqcLZ7oX1mK\r\nTWq6BJcH/sTjWK8zQB3vSzLQawN9kfm25OySa2iDbTsI0gX16E7cjICLABHR\r\n7/1bKHHSgByVRd3/w55IFEnOkxKg6Ryu+SoWxeGXpBtqZM33BK8p2O98ZqiS\r\nwkqSnsr4L0uvixlL/F/FI9vOI21f2lmND56CVKR7XrIqoX6t3eoEBuxqAiNz\r\n94pSGCCTVgRJzHBpC2AQPIavaKNGNA3EqhbeqAPOIVdHfp3OWkffMB+drwy8\r\njR4Wa/nIeCJ1PTYmfkxYcEAvz5HxuTd9Kgk=\r\n=bQHw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230420102627.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/f03a7c72c2c0763c432f9607725690ba/urql-exchange-graphcache-0.0.0-canary-20230420102627.tgz","_integrity":"sha512-TJzp6PmK90ASLAFEiuMHDMu39J21WWVGtYKA4ka5bATMs71MRuuVOLzBsRsNgEBl463c0UBCLGe2ResDNRDC0w==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230420102627","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230420102627","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230420102627_1681986429931_0.6202466396173956","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230420131947":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230420131947","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230420131947","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"75d06f87da3d3bc76421a201f922007ccba36857","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230420131947.tgz","fileCount":34,"integrity":"sha512-q8ufIIbw/7PBlkee/PjRfisQPb3Vsjl1VAnzKqiErYqcLzX4eJRYv280oGzTaCb7wrddzTFiQz8gLRPx/WmYQg==","signatures":[{"sig":"MEYCIQCGvLqAA0XjVRXDq4uZVdHsEvYaolcmgUqE9ALmvBedVAIhAJ09k6AT+PGRApZy0nS07hTdKcKlqHM4T4XIDG6oty85","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1142225,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQTwaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrl3w/+PHlYumY4JKIo+/KYDYHRUh33dBAJt83fDoMXsGcLLt8F2K39\r\nwygCTj1ax78RSk6j6VHS5k5waba2vRIcvYzWmbQLMoPOgOi8G3nEDqyr1UNi\r\nQP+8yGvwlTinjOSgzfmWFNzzMi4TVznUc1NvAn5YG7ceeKEdWsINVD6LtFBc\r\nyeA58LgoNG3d76BBmkElDjq0UGiwoxCqYW8XUalx+vfF6D2f1ou8/DIKUsq0\r\n8r8Vcr3E1jxOldjwbb4135Km03esahwdlACiECH9pV3QwaL5sLOUaQ/Vt3Vt\r\nAg+zgM7tymXHFdomtyEtBfz2kPB3yFg2m3e21nzztttmYAsNe1rTNuPMJ7Cx\r\nNNtTg4HpJPvnQvpHLO2Mhp04xsz9u0RjeYqnUacE5/dIhxabhiaPx6q50PVd\r\nCpIgE2wGQ1LEeJmB1sQgxpaogt6E1tolyLnPRilZY+j0LhsiMZ0VLKfvW4VY\r\no8SOjvhV9JUDi8Ol28biWq8vgPkB5J9jz1BuM2ooy8FAws7ZfihnRiJyXhxM\r\nDaDc7vy4t8XV0cpzGlFpZ2z/znTbUMMDLI5Cgg0RBJ/bWptkhRK1kMsIsaTf\r\ncT3NVYuoYonkL9G9Amb/PgOCLiI/YtJi9drv2ShTUGqs4KXBO5h7FjRN0Uvv\r\n7osudjTwu+Q2kA/ml5Tf3g8FaqvIqVDNS4Q=\r\n=gyRm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230420131947.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/7241f325fa3476ca149e984b049d5b1f/urql-exchange-graphcache-0.0.0-canary-20230420131947.tgz","_integrity":"sha512-q8ufIIbw/7PBlkee/PjRfisQPb3Vsjl1VAnzKqiErYqcLzX4eJRYv280oGzTaCb7wrddzTFiQz8gLRPx/WmYQg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.0","@urql/core":"0.0.0-canary-20230420131947","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230420131947","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230420131947_1681996826331_0.8809657789915013","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"@urql/exchange-graphcache","version":"6.0.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@6.0.2","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"1c011dde3535c38cdd1399cef361ed3c1a462f3e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.0.2.tgz","fileCount":34,"integrity":"sha512-j6P02Nyv05NG2URTT/JtonuQQsxKImt1QMyjkb732yjKCI8A+5b5Myh8bnNUw428bIUFYx2oE7OfuB45+ta/CQ==","signatures":[{"sig":"MEUCIQDwejYxTcf1cjo6MAgI/NN0RBlEhQfp7ERCUCPRpZIVCwIgchVW2+Zfv4sn3ROeMC+IE597x9LFPTzsklEuNL5Cf2I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1141796,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQTzoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoY5g//dyb/PqtnAbWLwlPq1LMdJtddGm5skqNEGm2n3nyEOHbV/u07\r\nd9jA0ZoDniklZzJ7D7/V2ThAzOzjeLLJsPJYdgZYtnxSH4sZui10LQQZOFrw\r\njok+lAc6j7UktxBQOyxbN+f6sr0NV336EVyJWwLhQmQDnXcQZnKLIklO9IGF\r\nBgaI2ViZTsfMhSWH8D00fUIbyGNb0pg5oXpJei0GlbLa6SU1wFCQe3+IOiSQ\r\n0qeCDw31QxgdWBInggatAUxf4t4bh7zNkzg1WdHxXnvrTGNasOr5MMt+IQyW\r\n0Qg4auhFJF6oyqiEDFuTkWEPkWSAx2DV2YwKguggIF9oBWPfQspiYp0CnZzB\r\nOrI8/k4Yqpy4Egcgrx6/MHm8RxqXxBhiXHLaeBUoA8BvgnTpSM22Eai5R7hf\r\nYbT/cDD0isHhIJL3mn+CPjhVdLLfozL4S3kRGnrIR9oktNbaJkSSv1V/6Hhv\r\nRhiFJehm737sACc1Lr79EYw7XXEVhiVlfYrrDm+EvwMC8FBvOZXNv9J/ARTh\r\nQCzm/aYBZ5l4pUoU0GTWA34FjL1pMM1lfVtCPb+bWSalHs7ndZYkAdLG3ebZ\r\nfNrlliJNSRsRHt44bTdLtDbkG8lWT98P4wHZ/0+AhTX07U9gA6XiTZSmlAFZ\r\n4pWPgj7fPqyc2yIIjDkCO50isblZ5dCtpr0=\r\n=hEuK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.0.2.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"npm-urql","email":"npm-urql@formidable.com"},"_resolved":"/tmp/51d8ae6a4be98bcd52324c2236448eab/urql-exchange-graphcache-6.0.2.tgz","_integrity":"sha512-j6P02Nyv05NG2URTT/JtonuQQsxKImt1QMyjkb732yjKCI8A+5b5Myh8bnNUw428bIUFYx2oE7OfuB45+ta/CQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.0","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.5","@cypress/react":"^7.0.2","@urql/introspection":"1.0.1","@urql/exchange-execute":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.0.2_1681997031913_0.4420854531963876","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230425131626":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230425131626","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230425131626","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a3101712ed586a1ada08797063854c0a7d0c68c6","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230425131626.tgz","fileCount":34,"integrity":"sha512-DhSIUqqClmO8o+EINjNhzjsgfU7xAVDk3wV3P0OE4cTmoBkWF65Z5tHHgiUAYw3+vCDsh/uLCvSuQGe6x+LMTw==","signatures":[{"sig":"MEUCIQDeWQzUYnTkd+gQF4yFcYV8o1AF/QKY30pdL3U4momTcAIgDGvWerIlqcT1mE5UUD5t4+vurm674utcQ/rhA7lQrQk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230425131626","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1142314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkR9L4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpzxAAmwCuBRSFGXN64pMRykqfo8zpTZGaj0KyaniOQxCLM+GyTpKt\r\nJClciX54Izy5vGlhA3QrxVKT95ojlHRvYOMLsgphPzwp4e5k0MYbs4o1uIPl\r\nJ5XoBz0F+pbrXzBdnnVMMTcnFnFWm/pHmIwzEd0nI7NcSEAR6tRJ2p/IiVKP\r\nVNHsay78f0hQIN99VS1eeiwx0Rq/hxuv48PhUa7Cne8dOofQ/ync6R8iHVip\r\nS42XZ9ON8LcOZy9Ap8CAK+27goaQEZVjpRiupexMT61Lv5yOG0slZPdCAiuv\r\nGIRQT1+RkTY84R8qvnrxI1vgjIfqpx8Q72XVIUDV1GutLdiZL/qa8aSucyL8\r\nPnH3A31Xld7uLXzd6zX5AcJ46+8nz32WXIcmguKJ1lOfTI6jpYBzRGdC/MFZ\r\n5I0PsdduTqDZ8tF+YuGh5l/nK9r9nwcMsyYIXOE1ZlEE9XsWbGSLLvxQCdVD\r\niilEkXTTuHMr8T4GnuB9NggfzyQp2Rk373JRcZdn2u21+MtCzXMU/kplWQsx\r\nqlFrs2vdy+Rnk1JklJ12odnoiHwLBYJg5lAZOBObW8YWHtAHSCOXhVeboOjp\r\n11KCKCYEv5zYF//Bi9PXGRwZa4Ic8DQuvn4211qK9nq44QZWi/+ps65+NU0f\r\nmlxbRIcQ1Nn8RuQhBMo5hKgG9W4BpUNR6FI=\r\n=drpY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230425131626.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/174101c51602bf18925200288a29a03b/urql-exchange-graphcache-0.0.0-canary-20230425131626.tgz","_integrity":"sha512-DhSIUqqClmO8o+EINjNhzjsgfU7xAVDk3wV3P0OE4cTmoBkWF65Z5tHHgiUAYw3+vCDsh/uLCvSuQGe6x+LMTw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230425131626","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230425131626","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230425131626","@cypress/react":"^7.0.2","@urql/introspection":"0.0.0-canary-20230425131626","@urql/exchange-execute":"0.0.0-canary-20230425131626"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230425131626_1682428663947_0.9253324261450158","host":"s3://npm-registry-packages"}},"6.0.3":{"name":"@urql/exchange-graphcache","version":"6.0.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@6.0.3","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c26e27db2bc0d2be7f1fd5baec1ee12823baa220","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.0.3.tgz","fileCount":34,"integrity":"sha512-1/MBAcl6D3/dwBCt5gvzNJwDIyNWntgcQnRjLsB6Yi6iCK9+ziVtbY6qS16DG1/Lg/WSVUTaM8LexaMfbShzHg==","signatures":[{"sig":"MEQCIFDfkThN4AiBSp7nJDEkoA7LyFXuRQ8YknzG6ExgAdPzAiBM2G5sHiSlixElZbil2MvgSFnbf9jNxyaZcWPE+yvUZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.0.3","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1141994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkR9P6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTaA//ZxPeVu3z5CB3uNYiCR58OsR+Eu1ZqBX5tTUt0nxKV102k2q6\r\nwaEbXq1fKkRTgr9K/ElU4b0qpB0d+nhTe2avK0oDYi+9MI5kHGNzEk6sRoJz\r\nxrTVGdX+RrsxM+syJRNhBzUpfFqqMVoeFZ4CfiGlW62nrSfbbOEEw6Qb10ue\r\nE/ykDdYd9/9ofGlI6fy0At16I3+y5iiYb3Zzgn2Jlekp3S9jnQAPnMREG+fr\r\nooRNgSVaXeWYD5ZGUsEHgqKxgL9pJabvdP+0CCLGOvR5BF0Kyn2hbRJ255nh\r\nRBbrS/B6zTlR5HiGj8hT7YrE3P4BfihAobnAJd2L1J5YnSk5kdY+ttpztLM6\r\njHNeWcJqopRDU/O6JPfjijrpW/3GLf/dVjH0HbZEs8l7EPFa22Ifs8zbyPnC\r\nYdmBem8fcOY1WffpWvCIAZTOiniGrwyp+kFII4NK+WYJpkLkBkchUC4CmFtG\r\no8YIiquMrN3EXltKMtaDWhgvVN9NmZGX9en6JYQZAMagh/ZecTA4QtvyS6Eh\r\nOp6h4fOfesEdOTlLyLo+WqD9804nDqD3LimBgvdCnzYMx3XklvA/oVxK/sIs\r\n5zgjcsEgpFz0LPp0cXGSOHMt1FALVEg8Vng/55Jv9dmxrZmlFwq2vqcoNOfx\r\nNeTF2Ojts4qfp5WxGU+x8YrcoIFSFPQX5/8=\r\n=uOvY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.0.3.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/d0cd7e9563d7f45ec5a654c1240cc7ce/urql-exchange-graphcache-6.0.3.tgz","_integrity":"sha512-1/MBAcl6D3/dwBCt5gvzNJwDIyNWntgcQnRjLsB6Yi6iCK9+ziVtbY6qS16DG1/Lg/WSVUTaM8LexaMfbShzHg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.1","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.7","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.0.3_1682428922350_0.5791297598484728","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230428110618":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230428110618","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230428110618","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"e5584290880368393a041a421701083d3ec0bae4","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230428110618.tgz","fileCount":34,"integrity":"sha512-PkNXQ43SYCtx80vz8GQ1qmRiwtnr2ToRm8KfT00Lgj3IWv0Fo9kIcvcoz/m/VffD9Dt0TetJ0UcxAfMkEovzvg==","signatures":[{"sig":"MEQCID1Y92e+4A2z0vq9+Vk0+6Jdhu63WwmFOf0FsAlWKFfmAiA6wlIW+WlZJPiE+3kEY6Jy9RAi2B2YpU4uZ5chpXMVNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230428110618","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1142944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkS6jAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6OA//fx3nnQmxJXBAlpq9nRSE3qM18wDPSF2mb0t+bj7NcdR1ldVL\r\n9IBWy0GAn4lEIQ90J0ZKFCM3FS/IlfdMTl0oY9M2D2391Ahf6pmBOV/8PY7L\r\ncQAJn8E3klB9v+r3zY4U9Pn52CepqJ/Zkgi1dEAxa6uEL7HEa1aPxCNcXw+y\r\nrxkynx4S1WpnGL8m2/1VCiOX4zbcjYlgWZvTtCtUvccaJ31Lk2UdlFMDMT9Q\r\n6x9mF23Sk3ESD/OtQIV9xfQGxaeFLwA6mp5bsnaREj5QJBShgKtthcYBBBBi\r\nZT2u8IHiCo5bnYJqzyelEFNM90YhIQY438qTswBbpf1mhaYio53s9UvMyKup\r\nwpD3ZB47XDUHGFX7hM0EDgcVld6U0e2ZUlIUMk79RTr9PUd+BNH/b5tNVzRI\r\nfk+eU5DAi7Wp55EtSPTacUIDHk1E0l28BhprD7DhOSCudfUiUKxB1CFRKjL2\r\nyGDEUh+txcaEkvZHnC8icCsvMLphXCIk1g78ca1pxSIJgBTiDM0Ct97+77Xz\r\nwhIYSFHAIRa+QWiLq79HGOgPKJUSOuLut0+pQ4mG+ChDi65/5m3kXnK03a5w\r\nAzE9fks/+KSBhewFwfjIGYamTs8vLxkN7qrAndEYkEo0jqm2DmVanz+EgSSV\r\nHkjqxnvTEEJNRa9QSgjvCyp+Mvci77PYRgM=\r\n=NrXW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230428110618.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/25410afee78c699e7e94761839d03b91/urql-exchange-graphcache-0.0.0-canary-20230428110618.tgz","_integrity":"sha512-PkNXQ43SYCtx80vz8GQ1qmRiwtnr2ToRm8KfT00Lgj3IWv0Fo9kIcvcoz/m/VffD9Dt0TetJ0UcxAfMkEovzvg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.1","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.7","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230428110618_1682680000347_0.8445451416432717","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230428110729":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230428110729","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230428110729","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"b1fdd768306574822ba7d570c747eea1aeac7cd7","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230428110729.tgz","fileCount":34,"integrity":"sha512-4XzdIUgTsiIqAxMFw6U6B1nGoePDOLgpPMGA+LJQPTmBKlMjk943bDGdPXLiY86nAqM0OOoyd5v2kuWl/GcaGw==","signatures":[{"sig":"MEQCICODWE1am60VPEvhunySdomYlw179xl1rQizss/H+nYEAiBOyrX/KSsed5wVbB8LjMws2DpXf9WH0MFAH/v5XSAyFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230428110729","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1142944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkS6kHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvzQ//ae3gI1EsUQ68dLlZ9gNFsT1wLtP4TlnEk37AXHIvg1v8CXss\r\nTR0QKf1uz9KL70nNB60NEExrz/wVwVSsmy6jEeGudCJTdox49eO/+eR1N2pZ\r\nVGDRiC3ZcqOH2PKsAvNuGF7v1ve/3/rW4lCdb+6BGMk8MfRry40EdTF3ownx\r\nR4B7/DU9trrK0pkWFoLhmIrYr7yAf2Jgl47GHYA25+Kn0jD2crKOqXavnX8m\r\nr8SFgK8RhwL/b11b4blxIQ3iKR+jNegGcSbng0MC9tRQs9AvmH9uHhOmO1PC\r\nSXNACFIUX53UmTkkM8MmuqQ6xsce+ey3H3Ngt2Kegh9PNPAJ9cm26J/Gt+fc\r\nsJlnGt3MkXeHZg/JfUEEnYsd6vxSki93PcFAtn6SZGaoxpeNnlFJxk7eKuBt\r\nRrbGswqdihlipF8ty16Iy0VCW3JaWNt/rSdBrxZgR6PMpKYUumeYPfa/+PLL\r\nHejYZefqqHOuFq7GIYV1t3bVhgn3AzjCRia6z5nL4kGDj/Lil+nHy+WFX2Mu\r\nAr+2XDqT+VDSM1Ie5A+m+lbMRYMdbVbFBazak+YjK7d3ZwIRTou2j8Y9i8WQ\r\nyF5XbwfEnnfD47dybKnteqz89cbfd15WSRg1RaCoApuMFgsAxbizhAXO0WFp\r\nR1atC0KX5L+AzhWYbubO0rlJKvJmqthLuNs=\r\n=yIY7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230428110729.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/54d41f852cfa3e3f761fb4eab64ea332/urql-exchange-graphcache-0.0.0-canary-20230428110729.tgz","_integrity":"sha512-4XzdIUgTsiIqAxMFw6U6B1nGoePDOLgpPMGA+LJQPTmBKlMjk943bDGdPXLiY86nAqM0OOoyd5v2kuWl/GcaGw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.1","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.7","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230428110729_1682680071483_0.31821881475653835","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230428111648":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230428111648","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230428111648","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"891ffc09e6c6e9298ba0b49d05365789f64abea5","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230428111648.tgz","fileCount":34,"integrity":"sha512-lhMKxdKEqyNKQyQex6C3wUTus2ZA9g0I4/Gs+qVYJY0pA15lauva0m74wzxqvpuvkUVKoPHwczM1T/TioE8N+A==","signatures":[{"sig":"MEQCIDMi2V8ZRBdRS87FFzJCdv7XRPzSt+BnyWzUNSOuLPncAiAhAhok7fz0K/WurzSwWahDuIk9CLzJdATuIR8eSgu0nw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230428111648","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1142944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkS6s3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSAhAAg90CwXm89m1M10Hwuq70Izp1G8IqLZaC91983D31dJdCSYt9\r\nIzs9hFzqteqkw0W3umqea/p5T5UL9FPo7haRAFZPNhdkppUUsl3kq5wMukdn\r\nmMLjHyI1M7raduFNuBRvCyMXqi3kkpYgKtwoNDEITcWfs2nGSkSz61VSGelr\r\n0m+MaeLuNVDNKjPE6jCPtxl5e772RKALVtp/k4T+HyBGZB+20N2h22DNZz9U\r\n0JIxkkCCc2s6dCn6ofmtIIhXC3L1RkfAtCVOS8sCHdYQ/F4H3VUZyw1UEmWR\r\naNvzeR6MWk3QW3/JpjsY7cFzmQIuQuDio/XvM3dlu4I8AcXJdBMuAZaPAmyx\r\nnhO4rgyqSkhOk4OYTEqQM8HrSu9xfRSmKwRp8WuAH42XgEob1C1p2Xu6SHPj\r\n9oRUlLri1++ACtYtYYvQBelpdPYpITueSJgOaxj+eAWtxlHzARD3pc2RYG0j\r\nyreFbE9jn0bYRgU18i7AflTzpL+Af3qHww7K2h9Oe7h6RaZZSbxgcgqGUDr1\r\nwdcIBVfocYcd/wGXujt0faPNr69bWOu66KxGqpvfqluTLgAUjqY51yPCsWU3\r\nwb4jeRkhsM3JTQmEqVa4ic6CzExHBGIot/mnSzjOvVzlGhkoraGe1sqn7L2x\r\nWC6zoiJTMdZwwkhLll3Ipl53A5bXcYDxgP8=\r\n=7bEd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230428111648.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/3afd7845d423c5ac112e618b5c9a5319/urql-exchange-graphcache-0.0.0-canary-20230428111648.tgz","_integrity":"sha512-lhMKxdKEqyNKQyQex6C3wUTus2ZA9g0I4/Gs+qVYJY0pA15lauva0m74wzxqvpuvkUVKoPHwczM1T/TioE8N+A==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.1","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.7","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230428111648_1682680630747_0.6076911972346817","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230428150104":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230428150104","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230428150104","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"1619cf4171862d66ccb84954eb2250289e4f5ea0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230428150104.tgz","fileCount":34,"integrity":"sha512-Q9X4NLtMWaGbRtI69+L4Eq9ehU+J1s24bGdGMBlpVOE1em7wA06kLTbGabX8Nws95j8c3RtFtFEZPuDD/8as0w==","signatures":[{"sig":"MEQCICGLFRHf7jx6b5ul7sdvXU2AMPF/2NeWBfgYTvWeX5iwAiBy2KelqXR1h88JK+FmwwEYQMck8C3Sz2XMXDg6s4vaFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230428150104","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1142944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkS9/JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3VhAAgW+E59GS05A/i+DNxR3rusUmsGr5qzW1IsCvWiA/7Ak/QHFt\r\nJWUJxqujvTAnvUGuCStiJ2ICiX5521Xc/j3i8sQHZ9af3NA3U/zfYVbdhS4U\r\nlzxlesQW+VoWM3dLlgKCGqMiZ4C+tB9J94gMaXNtYj28qLDm6XxLFO1qFYSQ\r\nLwQoi9/SXlnEY86rRqLzS9yYDNZyh2nSOSWWTr39TZa3R29nqMnn91UPGBzY\r\nBxvLgaC6xpA7QfEVvgkjxcMfvA3e0IkeThrR5niy0nLYdYGqmTS8Y2GXbygW\r\np+/c4Xgcs1U+dX5JHcMuVeWOPAhha5IlBZJcGn1Sr51yfLkICYAkSOzxmTVo\r\nnM/O5HY8903qJc+DeRYpF/d8J5V8KcUl8VrScuKm8jKibhMCvQYBnmDdQrYJ\r\nskEAM51Jel3AY41OwwDtdMBQ/rYGfVDKJLjwmGN4r64ojuomOWSOAE3+Wy/x\r\n8s07m/6ARN9vbfj4joCZS3AFTbV0tU4MhAUFIFSV+9+hzWQdLyLJC57Fx5LY\r\nvuOWdxRAir/8JHa5cM5cdSGd13WGnG0mSHzTDsY+/PMZ468lh19Lisb6PoEQ\r\nhTn87MYs70XOmvgTkW2BLBAFd3EYk5dC81ARyAi3yKKZcXAmuNyBu0wfEq3X\r\nSmq7OYN06W1e6/EXtlGAZT6JbjmfQSddd5s=\r\n=ns3Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230428150104.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/f64aed0fe5017305f81524652adc95f6/urql-exchange-graphcache-0.0.0-canary-20230428150104.tgz","_integrity":"sha512-Q9X4NLtMWaGbRtI69+L4Eq9ehU+J1s24bGdGMBlpVOE1em7wA06kLTbGabX8Nws95j8c3RtFtFEZPuDD/8as0w==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.1","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.7","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230428150104_1682694089335_0.8011337257724422","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230428153426":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230428153426","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230428153426","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a90be4ff0189a7c9495905ab16c36f4fb811d8a7","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230428153426.tgz","fileCount":34,"integrity":"sha512-jWaM/A1jVFrQNYJQmnnXOeuKuExXfXYux2K3bTmG3ma8FUZXcjYkz8WqlDOLF+rp+HXWHZCNUeuDXkJttKtEow==","signatures":[{"sig":"MEYCIQD1eFwtT4rO64u1HOMb9i4URMbu4ZFW6LEE846MgoAy9QIhANOJEofznuvjdq4biWj12/mtle3mrmgRSPvua9H1S+D1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230428153426","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1142966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkS+eoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMNA//UmtitPqXaOmHI6SbQ07ElMZkLb8IOdTzlNjhkHSeotg78B3I\r\nhL2ZWv2+JzfC1Qxa50+zwTHiLFObWv4I9GjE/dhRq7qq54kitwqBzPt1DDg7\r\nm08ET0J7tMhsZyhWryNKnVNUqia/l8tbicSqIZ2Ls0kjiRlT9Romg8qDR1n9\r\nDtiIWKblv6F9PFIvreygPoxIPZE9x4OmzrGNJYtjVc1Cnn2vGymzKbIRAYTz\r\n5ilVEBjHyQoKt99Cca8yAvVSXfIv+XSb56FW8HqE6qyCG17enpgP2ikDoob2\r\ninGSCMVB5pFN0mltCli+n75zVfsrp9I+KDVnf/gNRaWDDHHhLwIJpL3g/Kjq\r\noACkkCZB5D9R2HjLVIdfYdt1AkW4lhGop/fW0lQjl9u0Z7L/+jnZNcQybAm0\r\nzPeLlrLlDVMIlOlOFGwpb+rghANGxOgYf173bwCrp0ehv7upM0OAu/KQ3UW8\r\n0i7EZRUbohVFXKdvTos4RbG2ehu1wgM47ilK6ZPwLVvXrHKxIzBFm33YbK4a\r\nZhzidU5ajklY59oRyX0xbRIbLmrDUFrQtnadPax05Jl3gVq2J/a7D0YMocRK\r\n9yf023NYYRPhpQRt8DxfceioHLpLK8BmTJtnazGuATxHdGZlu3yUVvnJsd6z\r\nTdun27xSfUrgUVXkvGJfiIoaqlzOExAMJYk=\r\n=SIoc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230428153426.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/397942f288c3e3ea15fd7ceb9adc7391/urql-exchange-graphcache-0.0.0-canary-20230428153426.tgz","_integrity":"sha512-jWaM/A1jVFrQNYJQmnnXOeuKuExXfXYux2K3bTmG3ma8FUZXcjYkz8WqlDOLF+rp+HXWHZCNUeuDXkJttKtEow==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230428153426","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.7","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230428153426_1682696103985_0.29773006670144664","host":"s3://npm-registry-packages"}},"6.0.4":{"name":"@urql/exchange-graphcache","version":"6.0.4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@6.0.4","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"55b9dab64369f4a887f10a1a5e5f855ba68283ae","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.0.4.tgz","fileCount":34,"integrity":"sha512-fzfCUrHzhLycPRa6kYrQYryk0pwmUfeHY9Xqh11A6wtp4/diV7FASlffB5k2j3AWRBxBnqThXDssRXI/G8cACQ==","signatures":[{"sig":"MEQCIHA0f4QILWBJwDoiO1C3wOI4DlZXw29UZDm7qe2OlKReAiAYtHKJ8q68wYDCAs2uRQUmepPfp6v1um1AOlVESIQ4iA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.0.4","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1142900,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkS+kNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDUQ/7BUgZD0A0JzmPvSV9LdKyYd3TbF86PmAPgMFIALaA8FrS4IWX\r\nUFRA8hn4SehCAj8a0VJWsm9WdqQOTERDjJDwQPXlnB4fPjXzatCv0hhyW6ZE\r\nh7fYupy9WfCF7TWGUQcvvYF8xpS5E6W280HN1CRPSjiQ+0ej/ln0uvk+LTNf\r\nBD7A08Lr+3rkAVtdACGilp6tUI63veRiHLbhk+ALOETPeSIWTWybZcJd1vtF\r\nYekCWdtQNEe2dyP6kzJdLi+TvstrGektxlrnk8cIxn4Km57bdIyXaOyuaFqI\r\nOXKX4lcvptU3JrfDtEvh6Cxsn9377Ne8t3Z8KNvMkY5EouNN7v3Jk4ikVbtJ\r\ncVIORbhWNfT0NnlXJ+B5IVbJ9nmAHjFmBuG7JtRRhq1W8Pgm36xI8jQfFhOe\r\nzrhdRYWj74bXNfxrrhkmsEpruwEz42lqIpZlWCyEG+eFWBC7mrTu2IEPeR/H\r\n2kk9ojyyJzbdj281xza+CWJisTShLu6pDfsS+qA+FF+TujXFCkwjcuizQUqM\r\nJTu+7eZ490w1V6X3+nN0A3hedmKAcGDIpCOuVzzAjveNdOKrCrmEBT050b6E\r\nWJIITTdIHqadtToeJ79eiPJH+OZpT7A48K4EjqkjCx/yf6EUMOpzQn9yB31E\r\ngXv0AvJ652poByuLvgAb+hA5y0uuIExgX7w=\r\n=QgzK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.0.4.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/f569451cfd81323d885a231b9dc5f07f/urql-exchange-graphcache-6.0.4.tgz","_integrity":"sha512-fzfCUrHzhLycPRa6kYrQYryk0pwmUfeHY9Xqh11A6wtp4/diV7FASlffB5k2j3AWRBxBnqThXDssRXI/G8cACQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.2","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.7","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.0.4_1682696461277_0.49817860767434574","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230429111419":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230429111419","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230429111419","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"0cddaeeaa28f917d4e3f7db00de8f6c3505c90c3","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230429111419.tgz","fileCount":34,"integrity":"sha512-ud668CiH/Tm0wYenHTE0+rm5XJSsrSiJHfkkix1vrS8DLnW/ykOMozKWrm1y1pucGT0z1goHc6gzLC2bX34qlw==","signatures":[{"sig":"MEYCIQCO3zqMGx3Hon3iizeveS8INIHJ/hu6PUnZDDntmTWOaAIhAK4ZHFIoz3QXF/es1E2t4dv3Oyh8+QenM2Niz+6Cl5hg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230429111419","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1147947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkTPwiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5FhAAgas8HLJAMwAh3KdXJpNPtZ3bXfPcaYNdflOHH0RGnBOPfBfH\r\nmGb2Ilb628uG6E1Ab3+K1eUCDukHxcR56aVdi+oIdxvDvj2KWI5iPFFHL/C4\r\n2Pd8/KyS2FDAvpmQngECkzhwD+yeKxZUCnny5sqm7bYIKrbVOvXTzcpwH//1\r\nz5HgsS1rWwuOfLGPu4tDJ8SpVT/ftvqqDhrbqEQqhA5pXSakTenkH4iutmcx\r\nr8U+B2u3+NcYFoyQ3RpjhUDqZCZ9wq0cghJmZpPZifmJG3xQnKqH+eOqVVJ6\r\n1yRb5lpjIhYF3IVIvVWJ/ogcknYsFPlJrNwxqKLF4wCMLTEriGG4ehOWl/vC\r\nbT2uTW+SpVbm877F2InDjqrxsB2+8MQ6u6XNl2uje8d5r2k+hMWyrdNG8G67\r\nm32hipWCq9m8I87tuNFVY2z/xTgWxkv6kEMMnlVVuFtPOYl4f0EAaqeRAIgT\r\naWSzItNALBJI9vPYw+qdd0rGkHYZ3zfSnmZLlntJ2k5Eef4GPn5czTKc1wv2\r\nyHhytpcFXGWrTCoz04v52pmxKjVmdi06dnw1N/XH9WYtmsZUtDcq6zZBUZsb\r\niatxzYAsN67TxdsbgIq+w+7lSp4bUGY25b4luQHPr5QcM+Fc8VkD1WoHFnaQ\r\nm/E+d8Lbz+YDekgNrPig5mdfRboAO2tfWC0=\r\n=0FPw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230429111419.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/4f32a4ce3e7a209611d8dec98e842e2b/urql-exchange-graphcache-0.0.0-canary-20230429111419.tgz","_integrity":"sha512-ud668CiH/Tm0wYenHTE0+rm5XJSsrSiJHfkkix1vrS8DLnW/ykOMozKWrm1y1pucGT0z1goHc6gzLC2bX34qlw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.2","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.7","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230429111419_1682766881629_0.5307556665749134","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230429140656":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230429140656","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230429140656","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"cb84e8c4fe35650a599d6abb2607e0aabf9050c2","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230429140656.tgz","fileCount":34,"integrity":"sha512-T/SfZJpdDZidHp7nJ9eSVcH1UPZtECjXWGPkAfnI+yG7v8ZrZnaoizuZp5fD2yeNMOiUoZ2koylD9bD23n9E9g==","signatures":[{"sig":"MEQCIEurVTyA7/+pP53lbsCwdUSPl0benXozuo02tUOyBiz9AiAX2wcAjqcf2gPFD/NNSjBfaYFuo/nLrosDQ9RRh8+mYg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230429140656","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1164514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkTSS9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5Tg//ZupAWo5tukGHivuduGGqDbJUWhp82LU3GFL+1FOz4v1vuHIf\r\ntHF9bDKSXfAy3fjHQw4imvjvmB6rKUuy69+Sn783CiBntElGq0BxTfxcLQyI\r\nOknCt0JA/1QlOOPI8IHdSx7pkGGFAPVMrO2Zw0NLa8e8VQfLRlgOWwczTPcY\r\nhpj9yYsGlMCrlutGBGJemAReU+eRa9Ch/1eA7kwk1HUmpmIfI0u5dnOoAp0c\r\n2meX4myXd6W1RFNx6QPyLDweBiB/zmsul5qb0DZdzo/jS93FL6lPnp8HVnf2\r\niJMUZ83QUhw8zfVYpnC4foWVYSLC2u2tm4NDP5alXnpNEpVCBglrpv7tWfcU\r\n5r5TXWFPmCYLCr0y6E2/lEyER7t8f+/LEjnWjLE21LVWIUydb/qxwfgaNiuN\r\nXq311/uz1dRvqOR+7t8sd8X8CBhztaMRMx/FmX2E2E5awtqS3sMWWCU+eRLC\r\nANxlaDlJYL2ru3WB2FDGaNFGKPghhdPO6Hzz1gvRlItEkTLEZeqrzLL7F/mY\r\nNxzErk7x/xFbVZ6vlH/65LQvAWfMITQ56GSR1FCRUO0nCkqDrlst8uDYGl4S\r\n6nzsYb0XofybtQup0ZOkzC/oo8bvwh+OG+14Gdk2wgIFUynrUhW8OTjr9Zww\r\nbn3Ih7wqvIb47OsVXH6cokhwnvqqek08PqE=\r\n=AEt3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230429140656.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/dd2b1382af1f9d96b84b831af93a1461/urql-exchange-graphcache-0.0.0-canary-20230429140656.tgz","_integrity":"sha512-T/SfZJpdDZidHp7nJ9eSVcH1UPZtECjXWGPkAfnI+yG7v8ZrZnaoizuZp5fD2yeNMOiUoZ2koylD9bD23n9E9g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230429140656","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230429140656","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230429140656","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230429140656"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230429140656_1682777277102_0.49959889965964166","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230429141303":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230429141303","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230429141303","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"6e7be402f05987524eb803bb2c37442726d6f1b9","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230429141303.tgz","fileCount":34,"integrity":"sha512-Qlc4sB9hgf/KZB2d/CS09FvTSvDoBg+UsnfFD6cEe5z5Nj2ZsYwySc4kMHoR/lPr5LE3/J6dBsu9umQ4C0eRSQ==","signatures":[{"sig":"MEUCIFVX+Y9UGLt0Ve4BXvXunnXq+5J3mPaNKvbuQBwXB4jPAiEA8RNOmhwYbYF3aV7ThQFaHhXIupBf6kL/wOUPcJLzIts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230429141303","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1164514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkTSY4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxfA/9FZ4OEJ4w5E67el28xsyPvfv7gUkIe993kDYEVCTih4bgXB+d\r\nARpf/V3PYe+0aCJikhhSfJTDS2dSEeLX0W6dVJ1xcnvaKgQrvIY+HyQzm8PI\r\nF52FLinA+7TN27c8CBjwcV6FGFXKeEb8faBqBbTVUAsE7GleW4uBgRAGcOCd\r\nvs1Vk6FUGMtOGf8GDghxTyqAkRobgCO2WuZHzD20gXVrIVVyzNNM+CA/1S51\r\nK5kIn4zszHCvQhbGZ3kbS1D4PsYhiNIC+7OSiUfJsMEJa1cLVxGBshl/s7U5\r\nYPJD8SahdHiYH1bFAxwGcJ27hHCMiXfaODx/1aIO4T339Fyhz7h/8WuYCYwl\r\nqi01hK3S/e/GEe/eNaqyghwjkd+5q7fd5NB30fL646+xOGlnze6HKYOfwmA9\r\novaGHl6SbWNIpO4GfvN6EKsj630YdDzOUQeX+0LCqU6L58BJhFYpdZiX+jL/\r\nlzxSsgh30vmHVMqf5mXbxpk67kmrl7uMZ3fXerMlRISDfgyC3ANIx7tuZr+e\r\n4xssxlI3gAZCC9um//I00IfuExpKKtuhD3MP9iGujEX8ozTXQLXvBLwnmsAS\r\nm5kPbXiJyzPPLErMcJ+5/9hhI3J1ZR9NadPSP4jkk1k7t/GYZoEdF2QCzYAl\r\nuo+kyDcXpEuNwZyv0bLeXgVrlMDdFcKne5Q=\r\n=mRzj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230429141303.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/010d9b6f1e25fee8a228513508110554/urql-exchange-graphcache-0.0.0-canary-20230429141303.tgz","_integrity":"sha512-Qlc4sB9hgf/KZB2d/CS09FvTSvDoBg+UsnfFD6cEe5z5Nj2ZsYwySc4kMHoR/lPr5LE3/J6dBsu9umQ4C0eRSQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230429141303","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230429141303","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230429141303","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230429141303"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230429141303_1682777656167_0.24391325549007048","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230503132020":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230503132020","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230503132020","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"886672ad19a5ce42d3bdbe833691888cf35fde4f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230503132020.tgz","fileCount":34,"integrity":"sha512-CgHOZ2LGTN+y7mGPR/9cx2UcSPAdS0BCtXZbNRXd74LFn0rb5pdbea3csDIG4Pj8afs4ERJHTl//qQ67AxJJ1A==","signatures":[{"sig":"MEUCIQDkRMm9WMjPogvjaVtRVkSqXRK2l0kv8ZV6MX2NSQigRAIgE4GWQe4i6Bf42yUBCRcUVuLB3sQNSnypQej8z0ZheO0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230503132020","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1164574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUl/PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqcpw/+I/OmUfZNIAIJ/DVKH6zXpp1AIg72zHt1TwqWFpTKQDh27qyT\r\nfky6WBB9J1/PK7TZOeYbhTK3mqAAfCOYTsQBfcRWTP9crmXJ+KVCYNqBV/iq\r\n3WJSPoyVRuYXAp5G6GCTxTgT1NRjVOws2xt5rLPWxQni3mzrI/UMtH81wGVf\r\nRXGiZsxeopj22YjBrcdpMUsqmOnBLgg6xiDGQvUoJ4U5yrufdH+XAfVrrR6N\r\nK2TOdFPi7UO3uaqbxM/UvnJVBbXDfBUSkrLIa3dx8NszfUYQafNAmSZJSWfo\r\nXe6HQSoC5yK+wIVkBIGuiHYBUGIiLnrlmMjkNiVwk7Tevm8V8fY1ePhE5GEu\r\nhTwbLjFUe4T4ofI/M9nK5iTIKWMyIbJWKudVYSiNguPwO2kLBnIqlXjFqe1g\r\n3OJ0gtmFmbZuTS15dLqeo4mWWg6iE0oDQurr00x1VLnhnRg35O1tCnIJRXj3\r\nlRYldjZVdi8wx6hTH6lpusTXjsg019sIc0B2bidi8n/lfL5MrJK+oMV5RBiv\r\nWlJmF3WaaoSUmBf8PMyXiSzzwH90MGxD0duhNeDsYRnGxM2PfkCuhqe4xIhE\r\nF1Ri+YvFb8cCAr9Bz24Q/Nj7Zfw4t+kScSPUcn4q9I11kSsH1iG7a3m9vBqk\r\nbxP7pa0v5XJY/Aq1reeLT5aEYe5hEstKD3s=\r\n=Ddi0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230503132020.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/b830315e81c7df282e83865d792f8796/urql-exchange-graphcache-0.0.0-canary-20230503132020.tgz","_integrity":"sha512-CgHOZ2LGTN+y7mGPR/9cx2UcSPAdS0BCtXZbNRXd74LFn0rb5pdbea3csDIG4Pj8afs4ERJHTl//qQ67AxJJ1A==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230503132020","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230503132020","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230503132020","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230503132020"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230503132020_1683120078676_0.8844136900221509","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230504153855":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230504153855","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230504153855","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"211b8576b7f193510e47acf100ed5f1c1a9837d4","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230504153855.tgz","fileCount":34,"integrity":"sha512-Qmr/iH+WS+7G98+xC7WsnGleoy9tGhWCDXQdlspXVjugBkGVpOqvC3AhhNLU3qATzr+7lcfLEvcvI+ozOhANOA==","signatures":[{"sig":"MEYCIQD+2rfbUHdWFF/3LvYywc/KPuG9YZl3HIpWMfit+RW9JQIhAOjRiR5MaMVdr2N726wudwdFyma3L92pefYsJ8pgwsOt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230504153855","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1164574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkU9HXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGbg//bwb1j2FYn5sQxz/OF6yuMi6sTkBPE4q5ywKz5K2G8MVs/sge\r\n1b8zQphghO4KkSfb83+RDdannKsUK/GhG5wotpjUtV07yUYPvIgwcHUF7UDJ\r\n499lGSjtCyICGYDa/H0mLbIFDMhWrBSN//qGA1MRPIs2HHsnnz2uMDm+X3HP\r\n7GBeYAFaxhHYqZNquipukLj+sC99+J+lrCLNgA6YT4PQOUHFmX0QToFFynce\r\nCeGkyLYDERP6CNye0KB1tJIUnutyEtre/kGTbT+WnAINqKz64oVjZ2JSkYnG\r\nnR7mQt/viSVtI2ROyY+5sxhIJ+2NOvAqWjbG8RDvpF9dIPKFFvvOgKHo69vk\r\n7kdeOJF+cCUsooZv6gc4Lx+TubKnwoX/T4iyHwlyOI2RxraCvTgfXPBK0/Y8\r\npnnVpa0eLSMKYu3xuZyWlGgmn8veFGab52dgonOd3UXUriCNY6mmRTnWBTc9\r\n9c4Bodu6cPmQOGwVMUvi0YsAORw4ZXy3q/HxJzrZGgfstoClFMDeQt65S53z\r\nNwlVLIsVkdk7N3ga3Z43gPH8mMC1uEc0wZ/C/3t2R/bFPGplKSAkyNSQU5n1\r\ngjoovYYQAo8P3uMhw2FUWDZTZfuzuMXT6uuOe06RFmICSKuNgy3z+rMlFAyt\r\n/n40o6k/icwh1/aZQ+SL6EGG7JM/uZunuEw=\r\n=auqp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230504153855.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/e8bdc26f0eb23ae641a355e8a643c5b5/urql-exchange-graphcache-0.0.0-canary-20230504153855.tgz","_integrity":"sha512-Qmr/iH+WS+7G98+xC7WsnGleoy9tGhWCDXQdlspXVjugBkGVpOqvC3AhhNLU3qATzr+7lcfLEvcvI+ozOhANOA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230504153855","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230504153855","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230504153855","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230504153855"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230504153855_1683214806463_0.6190391149808174","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230525140750":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230525140750","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230525140750","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a97553a7f4ef647b36b5046f0d44437675ff4290","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230525140750.tgz","fileCount":34,"integrity":"sha512-qLWGsV6mfCg1WCjrUBKzlYqiNZZx7XJu2+o3uO4wADAB3Ihba0Xy2NGzjIlVg/DtHtmBzDi2ED4y9VqKGjGvFA==","signatures":[{"sig":"MEYCIQDGiTHoz86LvY3dii6cOEvVpNe5v2ad6qtKvKkHeiwV6AIhAI39H32V12d0PivEhipFm8RKCg4hVWfnI+BohPLkEL/J","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230525140750","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1164574},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230525140750.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/d74cf1bcb1588fc8ff8d15a3fa303c8e/urql-exchange-graphcache-0.0.0-canary-20230525140750.tgz","_integrity":"sha512-qLWGsV6mfCg1WCjrUBKzlYqiNZZx7XJu2+o3uO4wADAB3Ihba0Xy2NGzjIlVg/DtHtmBzDi2ED4y9VqKGjGvFA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230525140750","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230525140750","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230525140750","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230525140750"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230525140750_1685023731761_0.11614779223779403","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230525143453":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230525143453","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230525143453","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"0287bd55505f9eec277b2f977a8c5c322be78ca8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230525143453.tgz","fileCount":34,"integrity":"sha512-Cv2cSsihWH7FjiBp9It9ZCmnNU7KazDI8CA59xLIrCtmJf+1wjZ7KbiSdTy4kNGJohC7e3LERTwWzHiT13t5qw==","signatures":[{"sig":"MEQCIBDkcdHM5rVnVxTe8JYMy1EYxBS8J6ygojyC24Nrx2E7AiBN/xEbSp1eNFDOGxNSRAau7j1m1/bpLwvfbFdypRiK8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230525143453","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1164574},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230525143453.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/a0792d44e87ecc494acefac8154e59db/urql-exchange-graphcache-0.0.0-canary-20230525143453.tgz","_integrity":"sha512-Cv2cSsihWH7FjiBp9It9ZCmnNU7KazDI8CA59xLIrCtmJf+1wjZ7KbiSdTy4kNGJohC7e3LERTwWzHiT13t5qw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230525143453","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230525143453","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230525143453","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230525143453"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230525143453_1685025354502_0.20651846566999765","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230528121951":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230528121951","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230528121951","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"9853241445b30ffcaaeed923a34ebac225244977","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230528121951.tgz","fileCount":34,"integrity":"sha512-S1lT86FGvFRZla/zCx33xONRSglEIz7e4t51TKapBbRGAfEhDZmeeoeV9IMVvX4f3hSytHFIaxXrvrhJ6AMk2g==","signatures":[{"sig":"MEUCICAzUtW8th1GsTWAFbYgzYKBL4SQLnL14dGEJbJx8mELAiEApmNzl9/o1bM+9AeuuxXbcfW/Ffg8NJN1Df6BUrfcaUU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230528121951","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1164574},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230528121951.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/75ce4346896eb6bc318d4dd74d397c7d/urql-exchange-graphcache-0.0.0-canary-20230528121951.tgz","_integrity":"sha512-S1lT86FGvFRZla/zCx33xONRSglEIz7e4t51TKapBbRGAfEhDZmeeoeV9IMVvX4f3hSytHFIaxXrvrhJ6AMk2g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230528121951","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230528121951","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230528121951","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230528121951"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230528121951_1685276448796_0.353463103539883","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230530201758":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230530201758","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230530201758","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"8adeca3ca1184f202dee29f50e809399906a4c06","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230530201758.tgz","fileCount":34,"integrity":"sha512-9TfGFgxRkj+yC/qysDijDLF8EYOJPWA0kANuGTnAz1MN+yJExITslrg9nHgGF8Ju0A3D4mRPQf8sEzFkwbnLrA==","signatures":[{"sig":"MEUCIQCMXTCP6ojCrCDZCnS7tBs3jEnDmeATD8+MTMYq3+QMCgIgPxOoBY90081qG7SYLEWwi0qQyHM6QSmjw6K12ZmdxMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230530201758","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1164574},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230530201758.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/1038eeb72709d664c88da217fd32dab2/urql-exchange-graphcache-0.0.0-canary-20230530201758.tgz","_integrity":"sha512-9TfGFgxRkj+yC/qysDijDLF8EYOJPWA0kANuGTnAz1MN+yJExITslrg9nHgGF8Ju0A3D4mRPQf8sEzFkwbnLrA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230530201758","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230530201758","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230530201758","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230530201758"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230530201758_1685477937020_0.5477628862766311","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230530205112":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230530205112","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230530205112","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ea2ca6fc64e14562dddccd8ddd238e5ba441e5fa","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230530205112.tgz","fileCount":34,"integrity":"sha512-Js5AD9OH8ni+ljjOwOA0CtKZCuWZL1ouRwI5EPlpDjC7khMZ1VaFNfTVP5Wfo35YSAFpt151tWey3bZxrcDb6w==","signatures":[{"sig":"MEQCIHSSmiSvRTNxue0lk7gNVQQsdMsgXXIP6Ck4B6ulC4cDAiBrgzdrNp2DGpfK+ge0whzL8wsc8N2i8/f9uqNiBxA0qA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230530205112","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1166655},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230530205112.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/b5443b1c3800a42a8108ca585f17fc52/urql-exchange-graphcache-0.0.0-canary-20230530205112.tgz","_integrity":"sha512-Js5AD9OH8ni+ljjOwOA0CtKZCuWZL1ouRwI5EPlpDjC7khMZ1VaFNfTVP5Wfo35YSAFpt151tWey3bZxrcDb6w==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230530205112","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230530205112","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230530205112","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230530205112"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230530205112_1685479930502_0.4247007405075771","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230531092207":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230531092207","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230531092207","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"996eb772b3e414be7012c57fb3db9c6a215cfdbe","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230531092207.tgz","fileCount":34,"integrity":"sha512-9j2bTSFKtcmGp3QkNZ0XnQEf7obA7/irNS7lXmjTpXfB8+dqqsexN9Bkx35whngGO5Gah4dfVUle6lNYPfukmQ==","signatures":[{"sig":"MEUCIBlRxmgnsDW3nZPVvirvUW3BOCOfrRzH7bz2h4vT8dONAiEAgSZa7Xg3NLQz2U1qjks7HMtCkvw3UhxNbcVqNzYhoxc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230531092207","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1166655},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230531092207.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/b44e7861b6f2f85c4dbbf71a8fb7b52d/urql-exchange-graphcache-0.0.0-canary-20230531092207.tgz","_integrity":"sha512-9j2bTSFKtcmGp3QkNZ0XnQEf7obA7/irNS7lXmjTpXfB8+dqqsexN9Bkx35whngGO5Gah4dfVUle6lNYPfukmQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230531092207","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230531092207","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230531092207","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230531092207"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230531092207_1685524987212_0.6679367289687195","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230531092221":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230531092221","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230531092221","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"b630274a135c0183a8e84e4fcdd207633e3134fb","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230531092221.tgz","fileCount":34,"integrity":"sha512-l77EZ8aEuEDqCXQD6tkdKlC0oeSGQRBJ49D3Z6o0JD5HHtu/9OYxWtk9B4jYYYfLAtgQGJzp9t7ZchDEHbAiEA==","signatures":[{"sig":"MEYCIQDhFkyaCO6zpt8j0PY0sryeOXONwP18628o3flsHrIWEgIhAIPD9guHYIvIigJMHT8eRnH8dZ92QQMXBJpYOlXrPg2J","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230531092221","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1166713},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230531092221.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/c2ba82d459a043adb478bce5a74aed8f/urql-exchange-graphcache-0.0.0-canary-20230531092221.tgz","_integrity":"sha512-l77EZ8aEuEDqCXQD6tkdKlC0oeSGQRBJ49D3Z6o0JD5HHtu/9OYxWtk9B4jYYYfLAtgQGJzp9t7ZchDEHbAiEA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230531092221","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230531092221","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230531092221","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230531092221"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230531092221_1685525002197_0.6376240056935654","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230531092237":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230531092237","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230531092237","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c3160c762c122ebfb7f5df0bdb4338f5f43d1422","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230531092237.tgz","fileCount":34,"integrity":"sha512-KvEYcn1rqxqsxEHxWT1AysKRUjFoI8McKlRLTRvhFzE5zHq0yu6MlHwENLr95QqfSL91HEFwJt2LQiRc1OjWyw==","signatures":[{"sig":"MEUCIQDeCHBYO7/Yd63OebenBFDTMXjqFanCwUB8atWNeVkmxQIgPAOINkwK1IpT581QPWpck0LXLHD/Cgl+0owpWPZKKfk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230531092237","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1166713},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230531092237.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/e670309fecfc57c59c467bf929d49f59/urql-exchange-graphcache-0.0.0-canary-20230531092237.tgz","_integrity":"sha512-KvEYcn1rqxqsxEHxWT1AysKRUjFoI8McKlRLTRvhFzE5zHq0yu6MlHwENLr95QqfSL91HEFwJt2LQiRc1OjWyw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230531092237","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230531092237","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230531092237","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230531092237"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230531092237_1685525030722_0.0932171185918349","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230531095716":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230531095716","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230531095716","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"f18e3b4fed748b66480b752550c2d9c7f7f10094","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230531095716.tgz","fileCount":34,"integrity":"sha512-Y+P+wTMSrpSKIrN/5beX5pXRRdPSzbiKtXMYJWwOYozJqH5UW3ygAOwOqnYxUqySxhP9/XNCerdaOvQCj1pXyg==","signatures":[{"sig":"MEYCIQDd62i7b++x8N2bo0vljILkJEbv38qnLhEPmmKIB4V2QQIhALKp+LAyq3s6vUX6R8oYY+3Qxqt/N3aNi335L8TMviom","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230531095716","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1168942},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230531095716.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/a2c5a05e459134bda42c2a09f987cd29/urql-exchange-graphcache-0.0.0-canary-20230531095716.tgz","_integrity":"sha512-Y+P+wTMSrpSKIrN/5beX5pXRRdPSzbiKtXMYJWwOYozJqH5UW3ygAOwOqnYxUqySxhP9/XNCerdaOvQCj1pXyg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230531095716","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230531095716","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230531095716","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230531095716"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230531095716_1685527116083_0.8049097243813315","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230531101109":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230531101109","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230531101109","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"7ac787facadcc01a9d3cbc762702a71b1a3e289f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230531101109.tgz","fileCount":34,"integrity":"sha512-+Ij/g36vmcA7TUXP7Qh6GIcvXiB2tHs3vcln3B2ZxlEm9/ss7iPYT2hTi2NGcnSWH57zKEBXFoyAQxoiyVIMLw==","signatures":[{"sig":"MEQCICPVmtCAeRXKp+oqw237uCmG/gGkjJjSUg63iwCIzuGJAiBpEfRRrr9cHzwFXSK8MPvCzsZExklRXo1gfHB7vr8cdw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230531101109","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1173262},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230531101109.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/2ac04ccae05edc00aa4807bae1fc1991/urql-exchange-graphcache-0.0.0-canary-20230531101109.tgz","_integrity":"sha512-+Ij/g36vmcA7TUXP7Qh6GIcvXiB2tHs3vcln3B2ZxlEm9/ss7iPYT2hTi2NGcnSWH57zKEBXFoyAQxoiyVIMLw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230531101109","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230531101109","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230531101109","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230531101109"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230531101109_1685527933826_0.5941071485855334","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230531112256":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230531112256","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230531112256","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"9e1394a04e8736506c655ed43e385c5fa4a470a1","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230531112256.tgz","fileCount":34,"integrity":"sha512-a2JxpskZl/zyiaBpMZdyvSIqWELR332024EtYKs8L95BIJOLlbAQDHfstM5sP/btMkhGjjmt/xQB3SP6JUlgdg==","signatures":[{"sig":"MEQCIH04/ZirrQzvpz8mgHX3c+uC+cDmPydfVv0H7QNSvcM9AiATthJZoBJQfomLufkKHuZMl0kRbtYQu6s0WEKSi633qw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230531112256","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1173262},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230531112256.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/9248f4a5211361dd6a5e40ae8e73c0f4/urql-exchange-graphcache-0.0.0-canary-20230531112256.tgz","_integrity":"sha512-a2JxpskZl/zyiaBpMZdyvSIqWELR332024EtYKs8L95BIJOLlbAQDHfstM5sP/btMkhGjjmt/xQB3SP6JUlgdg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":"0.0.0-canary-20230531112256","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230531112256","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"0.0.0-canary-20230531112256","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"0.0.0-canary-20230531112256"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230531112256_1685532257909_0.7028211594242137","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"@urql/exchange-graphcache","version":"6.1.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@6.1.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"544da2fb6af69a363ae58883637c0a7621bd3a8d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.0.tgz","fileCount":34,"integrity":"sha512-h1aGHy0RNpXecS+zOp4HPMMLzAEL+QAfTbVITQyr6UHqHy2S5S/lAhmvgUfYxM4WjSr/0/Od+8TEpnK8J1ThGw==","signatures":[{"sig":"MEUCIQCu+yulhC0PwpSIozl8aUl8nHyXRRUB/0UvAsWVYkbsvAIgPj74e9pZs4//4sWmlBt6g81iTAB8MmyQIxT8wuFCwQY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1172886},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/6dc60e71b608e9dfd15f302e05b984df/urql-exchange-graphcache-6.1.0.tgz","_integrity":"sha512-h1aGHy0RNpXecS+zOp4HPMMLzAEL+QAfTbVITQyr6UHqHy2S5S/lAhmvgUfYxM4WjSr/0/Od+8TEpnK8J1ThGw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.3","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.8","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.0_1685532468237_0.18375325295764733","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230531203017":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230531203017","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230531203017","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a964a8ac126a0d07134ee33d0ade2676d4da76c3","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230531203017.tgz","fileCount":34,"integrity":"sha512-p4QEzQmHgRopEoKt+TYFL3b9N3tCHoeUeQCqC+VyZyxPdYYlwb/bNX3759fHFdkKjW/6zhRZaKKuCWpFG8ZIbw==","signatures":[{"sig":"MEYCIQDtxlZFa2zQKFvf8zfCVcO8dfMD7jDbFkGNB69Nng+edgIhAOL9QY1J/S/GmT2WRAgo8qwihBKkCYw8aI20usSh56Xr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230531203017","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1175394},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230531203017.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/ab8f18e2fcb663effd39ca13c73aa5f0/urql-exchange-graphcache-0.0.0-canary-20230531203017.tgz","_integrity":"sha512-p4QEzQmHgRopEoKt+TYFL3b9N3tCHoeUeQCqC+VyZyxPdYYlwb/bNX3759fHFdkKjW/6zhRZaKKuCWpFG8ZIbw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.3","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.8","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230531203017_1685565040455_0.004259519445784843","host":"s3://npm-registry-packages"}},"6.1.1":{"name":"@urql/exchange-graphcache","version":"6.1.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@6.1.1","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c27e7ae0101174b61a73f5824e20d11418c8c09b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.1.tgz","fileCount":34,"integrity":"sha512-R4BOZLPSfSWVMhfJMRIGY6ktbnIa0EkmMGeXa78SyfLq/g8RgA+8zk9znVVFI0q8LadKCMoPpxIbsx7wJxx7RA==","signatures":[{"sig":"MEUCIQDU9Q6Zfth3JyhUYTHMqxFEk/cVlFgcqAk4FIikAHZSdwIgVFJxScjlz0NSczZB8E0FtG9KlgmwwOYm/zWYUUvqVG8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1175350},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.1.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/ee817ddc1a6f0b43c15f48da659dd44c/urql-exchange-graphcache-6.1.1.tgz","_integrity":"sha512-R4BOZLPSfSWVMhfJMRIGY6ktbnIa0EkmMGeXa78SyfLq/g8RgA+8zk9znVVFI0q8LadKCMoPpxIbsx7wJxx7RA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.3","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.8","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.1_1685565468849_0.6647099209382186","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230612225203":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230612225203","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230612225203","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"284d43ec0839f787b029ca0e6ef9d649549854cf","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230612225203.tgz","fileCount":34,"integrity":"sha512-LZFPRuaYW6wMsSutrxw7EjLTtocgRIycVxRy+0OYT+NxuPq7AUBdkqbHX4lYse4y8baZOnL9fIyVz4t1ejDlBg==","signatures":[{"sig":"MEQCIHBfh4HAANMDNZ3WvRLFuwk53umCNOHXMw9y0OGV91v2AiBhlMVrMSPnwtZreQhQIXJGTSrxWZQh4ljAUqZOGMk5Qg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230612225203","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1180477},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230612225203.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/c0ea86f6084f58bad580edf5bf5369c2/urql-exchange-graphcache-0.0.0-canary-20230612225203.tgz","_integrity":"sha512-LZFPRuaYW6wMsSutrxw7EjLTtocgRIycVxRy+0OYT+NxuPq7AUBdkqbHX4lYse4y8baZOnL9fIyVz4t1ejDlBg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230612225203","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.10","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230612225203_1686610365188_0.7943175550057733","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230612225244":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230612225244","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230612225244","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"40998d9b9e881ee5c3000efb90559e128a461947","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230612225244.tgz","fileCount":34,"integrity":"sha512-AywkFxa1AYJ3/Cb7zTHZTwE60ect3xtp3R/+TflZHCnqpuO4iTy5FK9olvMXyOnJv7r+Ht1rKbU/qL3MJ2vWtg==","signatures":[{"sig":"MEQCIBYpHEDM8QxIZ5a4GOPPSnAo5YO1pQ4ZzgwiC2wDHa/LAiBGfrOYewz0gkTvmMJ6ACLdUkG17hKUdleYoYuThU5OFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230612225244","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1181446},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230612225244.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/e07aa374f170d14764d84c4604644911/urql-exchange-graphcache-0.0.0-canary-20230612225244.tgz","_integrity":"sha512-AywkFxa1AYJ3/Cb7zTHZTwE60ect3xtp3R/+TflZHCnqpuO4iTy5FK9olvMXyOnJv7r+Ht1rKbU/qL3MJ2vWtg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230612225244","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.10","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230612225244_1686610399383_0.7811985981729537","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230612225956":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230612225956","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230612225956","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"05c3573e806a0c9169c8c5a059c7fb106d5ea9da","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230612225956.tgz","fileCount":34,"integrity":"sha512-7czhAfkJVMkXrYiLPN5rIuUkgcdQ+Y0SMhEoz3QkK4jPMA4F3JpBLLMrYQQuve0ikE/A97RM9hKA1aXszrhXMQ==","signatures":[{"sig":"MEUCIQDFuDf4g270Wb1uYwQFBUkr6oyh11tgr84JtgmBnMgl9QIgK9IeKCT58WbdF/e06HWMLPGFXEpOt+TcscbzYr3o1Wc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230612225956","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1181446},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230612225956.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/7abe31d3eb93c7b412fdd5e15970420e/urql-exchange-graphcache-0.0.0-canary-20230612225956.tgz","_integrity":"sha512-7czhAfkJVMkXrYiLPN5rIuUkgcdQ+Y0SMhEoz3QkK4jPMA4F3JpBLLMrYQQuve0ikE/A97RM9hKA1aXszrhXMQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"0.0.0-canary-20230612225956","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.10","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230612225956_1686610849249_0.18928966091781718","host":"s3://npm-registry-packages"}},"6.1.2":{"name":"@urql/exchange-graphcache","version":"6.1.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@6.1.2","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"cd4088f6714492ff408692d1bb7e4435e296f9a4","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.2.tgz","fileCount":34,"integrity":"sha512-OGxaRb9oNG4JcQD8D720+Uxbfqjh0H1oIG6VJk/tbGtni9LERIhq67Oz12XxXAsf1IPiwPblFPu9mmXqwYtY+A==","signatures":[{"sig":"MEQCIBnL8/t7r5hBe5lIyWVq0PtXErIV0jO15krEWm0vAPZNAiAK/DqPUPEk9JLnU1VJQ9JkpEXEKHiNldNxzwd57LaFUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1181380},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.2.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/4f1bddb34f2ef628808fa33fe0d3b3ef/urql-exchange-graphcache-6.1.2.tgz","_integrity":"sha512-OGxaRb9oNG4JcQD8D720+Uxbfqjh0H1oIG6VJk/tbGtni9LERIhq67Oz12XxXAsf1IPiwPblFPu9mmXqwYtY+A==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.4","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.10","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.2_1686611152424_0.6673915485495754","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230612232232":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230612232232","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230612232232","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"22372b255d2ab6566bc3acab1b5b7b3f5db35195","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230612232232.tgz","fileCount":34,"integrity":"sha512-VvD50SLgrJnT3cMy/3dn+qLW/EP5FWOFjs3DysXuNLgUFYlCppQ/mXChWSn4SdnK8ohtPDB2SNWSFZ4EgvI61Q==","signatures":[{"sig":"MEYCIQCmaDDigBNctM+tNLpCW8EIrGfMI3T7PG/OzMlWBj5DrQIhAN5aYNe8CK5unqDvqRLUcl2G6fEtvRikD3zjW/8r19To","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230612232232","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1182136},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230612232232.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/9d60fd32b1aa68c6d2d7ded3a235b12d/urql-exchange-graphcache-0.0.0-canary-20230612232232.tgz","_integrity":"sha512-VvD50SLgrJnT3cMy/3dn+qLW/EP5FWOFjs3DysXuNLgUFYlCppQ/mXChWSn4SdnK8ohtPDB2SNWSFZ4EgvI61Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.4","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.10","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230612232232_1686612177187_0.8545875847565438","host":"s3://npm-registry-packages"}},"6.1.3":{"name":"@urql/exchange-graphcache","version":"6.1.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@6.1.3","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"bc0cfd319608cc7246fc60c8c13e63621d31993e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.3.tgz","fileCount":34,"integrity":"sha512-vK/Q5dazbIz8ugYdsoB480r8Bh9PmltBzDP/j6QxpNUHejODqywh/IYKyr65WZWt61M3ch6/vtdv7TSZVQkxqg==","signatures":[{"sig":"MEYCIQCLTcmrUA5t+GDNWZJWLJkz6Wj2HTXakAyjJp0eCOBtgQIhAMshUEzOZ51BcztpDB9OSBHlMGbgbIMbBEuOoLmuv142","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.3","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1182092},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.3.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/25fb58561b142945120370285e8d9594/urql-exchange-graphcache-6.1.3.tgz","_integrity":"sha512-vK/Q5dazbIz8ugYdsoB480r8Bh9PmltBzDP/j6QxpNUHejODqywh/IYKyr65WZWt61M3ch6/vtdv7TSZVQkxqg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.4","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.10","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.3_1686612541325_0.70851066146071","host":"s3://npm-registry-packages"}},"0.0.0-canary-20230615163749":{"name":"@urql/exchange-graphcache","version":"0.0.0-canary-20230615163749","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@0.0.0-canary-20230615163749","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"be10beedd6c7266f95d81c11d3d2a925a10498a0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-0.0.0-canary-20230615163749.tgz","fileCount":34,"integrity":"sha512-AUuZ+CS98NTA8NblGkcdbz3KtCEAd7bQoav7HWbJnWX+nGiZbGXJzYkmRZIwjUJAkdpRnzK3EVA3nCP/d6S2JA==","signatures":[{"sig":"MEUCID4iYWibJzIiJCZJSFUOsImrpAgxOYwOkgs7ssoFVjjgAiEAjzEofTz56yLkq1iTC37NdFgRr40T/Kux0hM2Tl0/qDs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@0.0.0-canary-20230615163749","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1183794},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-0.0.0-canary-20230615163749.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/84bdd87af929477900a4c2b89df84090/urql-exchange-graphcache-0.0.0-canary-20230615163749.tgz","_integrity":"sha512-AUuZ+CS98NTA8NblGkcdbz3KtCEAd7bQoav7HWbJnWX+nGiZbGXJzYkmRZIwjUJAkdpRnzK3EVA3nCP/d6S2JA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.4","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.10","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_0.0.0-canary-20230615163749_1686847099002_0.9022260929034323","host":"s3://npm-registry-packages"}},"6.1.4":{"name":"@urql/exchange-graphcache","version":"6.1.4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"license":"MIT","_id":"@urql/exchange-graphcache@6.1.4","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"5d69c838f7a1d313018f63abb8ead79f8c1ea133","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.4.tgz","fileCount":34,"integrity":"sha512-GQ1scnYjMVoUHrPoYOlw3ZfU2nXuLTEhWhKzPquhZz87GliVpZPuFMf+o64cI1dKy9xDlbU7aQnKiSaGeT248w==","signatures":[{"sig":"MEUCIDYESUCjJTEYlo3N2wegh/qYz2SuAbd59b50xMACtEorAiEAirbxcK6huZj4+Zd9MHTgLrqSfcwQ/wRKM6TMJ+Z/p08=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.4","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1183750},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.4.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/f15679182c6060153635ba0aad99b5ba/urql-exchange-graphcache-6.1.4.tgz","_integrity":"sha512-GQ1scnYjMVoUHrPoYOlw3ZfU2nXuLTEhWhKzPquhZz87GliVpZPuFMf+o64cI1dKy9xDlbU7aQnKiSaGeT248w==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.0.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.4","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.10","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.4_1686847402215_0.13097940557007015","host":"s3://npm-registry-packages"}},"6.1.5-canary-7ddccc13":{"name":"@urql/exchange-graphcache","version":"6.1.5-canary-7ddccc13","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.1.5-canary-7ddccc13","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"640126bdb74a62b05f491226cdafeffac917d1cd","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.5-canary-7ddccc13.tgz","fileCount":34,"integrity":"sha512-kBApwiWozULRt5uZCiraRqnnZHtvjNB/JlsM86X1v75sEi5PJEDqq/KzbOpBf7YatgYXhu7ikGKi1DZ8/cHLwQ==","signatures":[{"sig":"MEUCIQDpzh7NDRZxmMohuPBKJMVyMIYf7iG21G/5h3YAVaujlAIgFHNnKjbvRPyP8ic6En1HGOnQUpRlMqTvgnWD8sV89G8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.5-canary-7ddccc13","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1184346},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.5-canary-7ddccc13.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/4606546c57426f73a337e0d45dd14243/urql-exchange-graphcache-6.1.5-canary-7ddccc13.tgz","_integrity":"sha512-kBApwiWozULRt5uZCiraRqnnZHtvjNB/JlsM86X1v75sEi5PJEDqq/KzbOpBf7YatgYXhu7ikGKi1DZ8/cHLwQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.0.12-canary-7ddccc13","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.4","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.0.12-canary-7ddccc13","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.5-canary-7ddccc13_1689773098566_0.022188976947918215","host":"s3://npm-registry-packages"}},"6.1.5-canary-d3eb256d":{"name":"@urql/exchange-graphcache","version":"6.1.5-canary-d3eb256d","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.1.5-canary-d3eb256d","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ce53bc05a8cce0bc6c777d937ff02476df104345","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.5-canary-d3eb256d.tgz","fileCount":34,"integrity":"sha512-Pu+zkwRgPesCqdzLRUBcND8/tV6Ee0nALBfCaj5arvKO/L2913c2G9xpXv6tptcHEQudXIaBZJ9TFcGuO4f24g==","signatures":[{"sig":"MEUCIQCsyHvV16ZfX31iwCvwEm37ZRHSsHgV+lnjrM1ZeBL2pAIgeoWXWXXueYzFrhezeC8jAazEZkfDRMi1Kce/hI+gtHA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.5-canary-d3eb256d","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1184664},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.5-canary-d3eb256d.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/3d960308360755795a5584da9d38acd4/urql-exchange-graphcache-6.1.5-canary-d3eb256d.tgz","_integrity":"sha512-Pu+zkwRgPesCqdzLRUBcND8/tV6Ee0nALBfCaj5arvKO/L2913c2G9xpXv6tptcHEQudXIaBZJ9TFcGuO4f24g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.1.0-canary-d3eb256d","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.4","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0-canary-d3eb256d","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.5-canary-d3eb256d_1689786160406_0.30809462808628374","host":"s3://npm-registry-packages"}},"6.1.5-canary-c37a0fc3":{"name":"@urql/exchange-graphcache","version":"6.1.5-canary-c37a0fc3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.1.5-canary-c37a0fc3","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"040b8ac0d0a6da6e85f04f86f01de624c051399b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.5-canary-c37a0fc3.tgz","fileCount":34,"integrity":"sha512-4cgYudIxi2i3NT+MlGYsh7VO4aytHojWIOpgBh7V0YOI3tHCZtLreWGKYCpGOCz2bzH28GVztwxmdGBXt2Ym6w==","signatures":[{"sig":"MEUCIBZinkMDMFmCD/drByla4q3dqJbZHrsArzF9a+UKJy1AAiEAnXCe1Hrh8N+XRD3LsrPgBjPkt2RKMm+FLHlOHoFb1lY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.5-canary-c37a0fc3","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1184664},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.5-canary-c37a0fc3.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/a4d454540474a9f3caa389a1ed2d5368/urql-exchange-graphcache-6.1.5-canary-c37a0fc3.tgz","_integrity":"sha512-4cgYudIxi2i3NT+MlGYsh7VO4aytHojWIOpgBh7V0YOI3tHCZtLreWGKYCpGOCz2bzH28GVztwxmdGBXt2Ym6w==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.1.0-canary-c37a0fc3","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.4","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0-canary-c37a0fc3","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.5-canary-c37a0fc3_1689795696534_0.921694949519182","host":"s3://npm-registry-packages"}},"6.1.5-canary-2acc6298":{"name":"@urql/exchange-graphcache","version":"6.1.5-canary-2acc6298","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.1.5-canary-2acc6298","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a357ee0f99f03103776aef17198e6e33267202a6","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.5-canary-2acc6298.tgz","fileCount":34,"integrity":"sha512-uxhlXJPxVL8AenndmlN3maq1BW9F0m+pHBeu9pBWbhfJ/SygW8M2eYWFBL7WnrWyvGpXqdxWjLSqjKA4Z6AAfw==","signatures":[{"sig":"MEQCIHw3KlLvfjlcq63igWcfd+Z43aRsLPSkL7qFGdM/U5gcAiBDb7HRwj/NPIY/BCQsTuSecbcxr2oO9GjRmQHK4vqBbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.5-canary-2acc6298","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1199770},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.5-canary-2acc6298.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/93ab4a8975c7948af02a7737d6650079/urql-exchange-graphcache-6.1.5-canary-2acc6298.tgz","_integrity":"sha512-uxhlXJPxVL8AenndmlN3maq1BW9F0m+pHBeu9pBWbhfJ/SygW8M2eYWFBL7WnrWyvGpXqdxWjLSqjKA4Z6AAfw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.1.0-canary-2acc6298","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5-canary-2acc6298","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0-canary-2acc6298","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.5-canary-2acc6298_1689945004107_0.9078602962748497","host":"s3://npm-registry-packages"}},"6.1.5-canary-aeb6b44c":{"name":"@urql/exchange-graphcache","version":"6.1.5-canary-aeb6b44c","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.1.5-canary-aeb6b44c","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"75b93293f8f757e2ecc4b1e6a11c90c9a9496936","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.5-canary-aeb6b44c.tgz","fileCount":34,"integrity":"sha512-D6v+zpk4T5Ub9TiuoeIIB86tQJAYNFbkOmPQSrrEW5ND3GaG7ljay0etiY1dP1VkXL3wwp7stZC5sW9zgOtmHg==","signatures":[{"sig":"MEUCIQCA9mkI9RYTr2YxmjimfYcRNsnMZaM+5A1oA2Ze1jR4lQIgFl7RAww5/Ahy0+BJ8aOUERNbdDCZhhFmNilx3a/u+GY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.5-canary-aeb6b44c","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1199770},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.5-canary-aeb6b44c.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/28bff6c5b8d9eea633c8e5d55add475b/urql-exchange-graphcache-6.1.5-canary-aeb6b44c.tgz","_integrity":"sha512-D6v+zpk4T5Ub9TiuoeIIB86tQJAYNFbkOmPQSrrEW5ND3GaG7ljay0etiY1dP1VkXL3wwp7stZC5sW9zgOtmHg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.1.0-canary-aeb6b44c","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5-canary-aeb6b44c","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0-canary-aeb6b44c","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.5-canary-aeb6b44c_1689946220871_0.39957220984306985","host":"s3://npm-registry-packages"}},"6.1.5-canary-889ca4db":{"name":"@urql/exchange-graphcache","version":"6.1.5-canary-889ca4db","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.1.5-canary-889ca4db","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"9baa1fc94eac2eeb9e77cb45d534659dcfafb7fe","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.1.5-canary-889ca4db.tgz","fileCount":34,"integrity":"sha512-uynjILXjNyqqP6tX1PLxbr9PXWpYAgQmsKb//kRB4N3ECT6zH/WiSFWRhP74uUQaJIafC/G+Q2eP++lcJENFcg==","signatures":[{"sig":"MEUCIQCUa1nQ5+pQDonYtuwJ8HaWM6bE5cuucuzlsTfa9hUFlgIgXMGytoVmmqdFHZ7og7ek0S9PxrVxdR/Qi/BzMNCW1/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.1.5-canary-889ca4db","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1199770},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.1.5-canary-889ca4db.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/aacd9abc4079cd10839844991384bd9a/urql-exchange-graphcache-6.1.5-canary-889ca4db.tgz","_integrity":"sha512-uynjILXjNyqqP6tX1PLxbr9PXWpYAgQmsKb//kRB4N3ECT6zH/WiSFWRhP74uUQaJIafC/G+Q2eP++lcJENFcg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.1.0-canary-889ca4db","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5-canary-889ca4db","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0-canary-889ca4db","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.1.5-canary-889ca4db_1689949961873_0.2674910797962826","host":"s3://npm-registry-packages"}},"6.2.0-canary-d6bdd72e":{"name":"@urql/exchange-graphcache","version":"6.2.0-canary-d6bdd72e","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.2.0-canary-d6bdd72e","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"d6fac4807088c71f500e2b7a5372a9e96cc1014b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.2.0-canary-d6bdd72e.tgz","fileCount":34,"integrity":"sha512-wcFs2tRVxFfgAPBTgbiqi/nAaXm4PlG7i1yorgkYLw/5CfvQ02gDxMcxznChaNJif8p841HaDDfdZdq/0apsDQ==","signatures":[{"sig":"MEYCIQDzPG6XPi4XNTWEfYucadxymDR1bKBaVKCrMTPcA4htHAIhAJ/TX12zQWLB7duE+gp3igAYqOlP/SxKJMHhHpbCoob6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.2.0-canary-d6bdd72e","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1200575},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.2.0-canary-d6bdd72e.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/b520fbeba3c5a07f9ab65dcee7eb09cc/urql-exchange-graphcache-6.2.0-canary-d6bdd72e.tgz","_integrity":"sha512-wcFs2tRVxFfgAPBTgbiqi/nAaXm4PlG7i1yorgkYLw/5CfvQ02gDxMcxznChaNJif8p841HaDDfdZdq/0apsDQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.1.0-canary-d6bdd72e","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5-canary-d6bdd72e","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0-canary-d6bdd72e","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.2.0-canary-d6bdd72e_1689952251383_0.07906287278503754","host":"s3://npm-registry-packages"}},"6.2.0":{"name":"@urql/exchange-graphcache","version":"6.2.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.2.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ff6c858cf7dba679a50cf577307e86c05b0028ae","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.2.0.tgz","fileCount":34,"integrity":"sha512-d8SHgY47HeOziNLciinFz1olKclMBUfILBQFTnHq4Lqsu4XGT/jnqFaPR5hTWiwPR8NkiXprvyQ8elJhfrMhrA==","signatures":[{"sig":"MEUCIF9D2YwG4FbvtdrtSldaNmpSLJJdEPrO8lHMpfbA+Ng1AiEA3fFVQuFEh8orY1/brFvN3dg0kWGxS/T5J4oc9WoZpSA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1200481},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.2.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/d756eca3ae02b30e204e7e0f0980b421/urql-exchange-graphcache-6.2.0.tgz","_integrity":"sha512-d8SHgY47HeOziNLciinFz1olKclMBUfILBQFTnHq4Lqsu4XGT/jnqFaPR5hTWiwPR8NkiXprvyQ8elJhfrMhrA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.2.0_1689953616222_0.08694608647853275","host":"s3://npm-registry-packages"}},"6.3.0-canary-68d02c1a":{"name":"@urql/exchange-graphcache","version":"6.3.0-canary-68d02c1a","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.0-canary-68d02c1a","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ee06045d31f627f21683ae32a8208c4a0bb12f82","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.0-canary-68d02c1a.tgz","fileCount":34,"integrity":"sha512-F5ujUCsNwiNuiqth5k9Iae/OA9eCmB5j+DrQPjLqoDm4DCbHANTlzkdVftSSK3ADj4Yy345wlJmpQRqOTCo3Eg==","signatures":[{"sig":"MEQCIEqVbg+xc+elFKTj2vKLvK74IOcQGVdzsJC0bp8thv9HAiAeZpG9BZIP3UN13Yj69rnW4ttFu1eqJW8BOxZzp8NdGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.0-canary-68d02c1a","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1200691},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.0-canary-68d02c1a.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/c1bb6e5ae5c00dcc432348c180fc6f7d/urql-exchange-graphcache-6.3.0-canary-68d02c1a.tgz","_integrity":"sha512-F5ujUCsNwiNuiqth5k9Iae/OA9eCmB5j+DrQPjLqoDm4DCbHANTlzkdVftSSK3ADj4Yy345wlJmpQRqOTCo3Eg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.0-canary-68d02c1a_1690301534698_0.8570993813704466","host":"s3://npm-registry-packages"}},"6.3.0-canary-449c476a":{"name":"@urql/exchange-graphcache","version":"6.3.0-canary-449c476a","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.0-canary-449c476a","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"7c6a47a3d1c747184ce83030bbc1b1c98af56c4b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.0-canary-449c476a.tgz","fileCount":34,"integrity":"sha512-YGaJO9MIfBiRC6OO1yn8alcMz417+z03/NHaMDVtEWGby2DDXXCWkQBJLOxMhShHhvixBGShKMM9yH0Nh6N6sw==","signatures":[{"sig":"MEUCIE/ZcJNG/DQqXwUP1SDI4DuolhwTKSbLwFLBJug8chbRAiEA7hbJq851aspw7Uk5kAXdFYuVKM3oRoNsV/GCqDqzUBY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.0-canary-449c476a","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1201042},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.0-canary-449c476a.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/f63f95dcc561db39e736eab1645a32d6/urql-exchange-graphcache-6.3.0-canary-449c476a.tgz","_integrity":"sha512-YGaJO9MIfBiRC6OO1yn8alcMz417+z03/NHaMDVtEWGby2DDXXCWkQBJLOxMhShHhvixBGShKMM9yH0Nh6N6sw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.0-canary-449c476a_1690301541456_0.18094409155883895","host":"s3://npm-registry-packages"}},"6.3.0-canary-80148efa":{"name":"@urql/exchange-graphcache","version":"6.3.0-canary-80148efa","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.0-canary-80148efa","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"1d2c4bc0c5aa2ba3cea41203b4e10fd96710f16f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.0-canary-80148efa.tgz","fileCount":34,"integrity":"sha512-Dlz4v/kl3T4OEfUQgJgLToS42E/O5dXDfyLBXqXy0FZc32Ulzl2Bkg5lV7PQ/FTf+Bgb/4MKymRAzJ4zadKqlQ==","signatures":[{"sig":"MEYCIQC4YDvaGkyphGvJqPcRz+oTippDbNDPO7daFWy0JNVK+AIhAJc9E95yfjxa17JzjyEtDvtdQykk/HyIbdvMsgEVzFq8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.0-canary-80148efa","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1201042},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.0-canary-80148efa.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/68859cadd8b7157e62b8610035c4e520/urql-exchange-graphcache-6.3.0-canary-80148efa.tgz","_integrity":"sha512-Dlz4v/kl3T4OEfUQgJgLToS42E/O5dXDfyLBXqXy0FZc32Ulzl2Bkg5lV7PQ/FTf+Bgb/4MKymRAzJ4zadKqlQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.5.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.0-canary-80148efa_1690301582769_0.6488925182184058","host":"s3://npm-registry-packages"}},"6.3.0-canary-3afa8022":{"name":"@urql/exchange-graphcache","version":"6.3.0-canary-3afa8022","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.0-canary-3afa8022","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"424e2a31e9a9248434a3e28bed7b0e17ba08fec5","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.0-canary-3afa8022.tgz","fileCount":34,"integrity":"sha512-LvqDj9F093O2yi2vfkTLycGAgwHY/hXk3JzQTJJqu9WN9iPdqVTgmH3H0lOF19W0t13/hPBpU5P3br3QZjypeQ==","signatures":[{"sig":"MEUCICsF8G4lBwQP+cOHChWHPy8SMdI+Dt0wHHZcuwvzIRdyAiEA3kZaaHxiAXaSGpqADxq4ZGKV8mS8WLiI48vKKSaxXgw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.0-canary-3afa8022","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1202351},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.0-canary-3afa8022.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/63df5e04ea077cec68c910483df8ca9f/urql-exchange-graphcache-6.3.0-canary-3afa8022.tgz","_integrity":"sha512-LvqDj9F093O2yi2vfkTLycGAgwHY/hXk3JzQTJJqu9WN9iPdqVTgmH3H0lOF19W0t13/hPBpU5P3br3QZjypeQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.0-canary-3afa8022_1690401053353_0.23466983427690358","host":"s3://npm-registry-packages"}},"6.3.0-canary-9fad2dc6":{"name":"@urql/exchange-graphcache","version":"6.3.0-canary-9fad2dc6","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.0-canary-9fad2dc6","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"11271846f9faad25bed5845c3873387be827894e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.0-canary-9fad2dc6.tgz","fileCount":34,"integrity":"sha512-xd9mQO0EBjUknswJBo5zg6kANMkRaKioMn8qI09k9b0b7Uo4YACcRQdvud5sqnrbEMC+kAZYGDs5k5dLRtn9fw==","signatures":[{"sig":"MEYCIQCSnNOVFZGDaX02DDBhBAxoKjOaxm/F9/F6LeYfnc2ZYgIhAOUOgyT1QlfXcHf8f6yMC64YC4elXi2XLz8QX1rE3PsS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.0-canary-9fad2dc6","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1202351},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.0-canary-9fad2dc6.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/e29ba97a0bfaea650c8cba6347c4387c/urql-exchange-graphcache-6.3.0-canary-9fad2dc6.tgz","_integrity":"sha512-xd9mQO0EBjUknswJBo5zg6kANMkRaKioMn8qI09k9b0b7Uo4YACcRQdvud5sqnrbEMC+kAZYGDs5k5dLRtn9fw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.0-canary-9fad2dc6_1690404722086_0.7043120457455991","host":"s3://npm-registry-packages"}},"6.3.0":{"name":"@urql/exchange-graphcache","version":"6.3.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"0c81918538ea1d42e17b03b01beee2bbf9308d7f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.0.tgz","fileCount":34,"integrity":"sha512-paUP1Z4OOAUVY6OelFK0EPLbxBP9ZERMeaQUOO/wGkJ2mNa2Rfrg26+6Z2U+VXkp+PuZNVg3ydF3P+Fcyji4fA==","signatures":[{"sig":"MEUCIA//zav7zBmRiNRK/1njHS8tjCFU8SJIyPWzytPKXI24AiEAgkOIcmoX8/FLhAZcFpBVZpkv+u3uDk5Z7XMIbudqrrU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1202319},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/2fdd8ec7fee989007257264a5564eeaa/urql-exchange-graphcache-6.3.0.tgz","_integrity":"sha512-paUP1Z4OOAUVY6OelFK0EPLbxBP9ZERMeaQUOO/wGkJ2mNa2Rfrg26+6Z2U+VXkp+PuZNVg3ydF3P+Fcyji4fA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.0_1690405705757_0.9329996853098557","host":"s3://npm-registry-packages"}},"6.3.1-canary-51f72c2c":{"name":"@urql/exchange-graphcache","version":"6.3.1-canary-51f72c2c","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.1-canary-51f72c2c","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"979613b8f6143d5d053dbc9fb72e003d7ebeddd6","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.1-canary-51f72c2c.tgz","fileCount":34,"integrity":"sha512-GRCTODApx0ZJsSnao8Nr50+6SgWT4CCC2W5uQyERhDUN5sl3GRD6FN4RryiqIBY7etXCJ/bTyu3ElUgUfL1gTQ==","signatures":[{"sig":"MEUCIAca4kqulrbZQZNNDBjTDuWfg8gl3rDX+MsJ8n/8XH1uAiEAnrfJVpuvttZXmqd9JRyQgDmCug/VJfhOeB6ZSXbGriw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.1-canary-51f72c2c","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1204356},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.1-canary-51f72c2c.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/d4797739d5b9cd920e43d39f277e1ddb/urql-exchange-graphcache-6.3.1-canary-51f72c2c.tgz","_integrity":"sha512-GRCTODApx0ZJsSnao8Nr50+6SgWT4CCC2W5uQyERhDUN5sl3GRD6FN4RryiqIBY7etXCJ/bTyu3ElUgUfL1gTQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.1-canary-51f72c2c_1690461562139_0.5482553174246061","host":"s3://npm-registry-packages"}},"6.3.1-canary-25a34c64":{"name":"@urql/exchange-graphcache","version":"6.3.1-canary-25a34c64","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.1-canary-25a34c64","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"996ced5b1a2a4eea0e51364ca70e942516f1310a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.1-canary-25a34c64.tgz","fileCount":34,"integrity":"sha512-QzTrS8Vs8G1y9Q8yGgJr+jFfnoU/3zL/TH4jE4AdyGflRpx+ukeyXGSak5Ns1+8o3wvBzKOR46caJ7sSYLrSuw==","signatures":[{"sig":"MEQCIDAyGpnHKc4JSb0I0Mp/qGaNqgiRXyOD7vwSZ4ugVN4sAiAHMfBGWjxzthb3FqXJrNKNaPc59UundnSkFuIoe94wbw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.1-canary-25a34c64","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1206858},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.1-canary-25a34c64.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/4a2f7bdc5164b25e80cafc000935f757/urql-exchange-graphcache-6.3.1-canary-25a34c64.tgz","_integrity":"sha512-QzTrS8Vs8G1y9Q8yGgJr+jFfnoU/3zL/TH4jE4AdyGflRpx+ukeyXGSak5Ns1+8o3wvBzKOR46caJ7sSYLrSuw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.1-canary-25a34c64_1690464794922_0.656178028613065","host":"s3://npm-registry-packages"}},"6.3.1-canary-438d75fe":{"name":"@urql/exchange-graphcache","version":"6.3.1-canary-438d75fe","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.1-canary-438d75fe","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ea6f400ae4ef8dcb11a35276ac469aea45813381","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.1-canary-438d75fe.tgz","fileCount":34,"integrity":"sha512-ifhu7Le3on1oZhx9+orotzVydU9vY5pIuHwo2UF1tZTwnaz+ovKxJyw9/qCMAgpfgaDH6e/PxcEMV2zjVQhVfg==","signatures":[{"sig":"MEUCICR2ziPgYflySmZwV8EoqeHfxlGrX2LPD6p8/u64CtboAiEA9qaRNXw02u3PM0pDGgsMHU/22mT7sbpd0/H4z3uM5kw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.1-canary-438d75fe","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1200421},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.1-canary-438d75fe.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/7f82f4a176ce6b406722161acfbbe804/urql-exchange-graphcache-6.3.1-canary-438d75fe.tgz","_integrity":"sha512-ifhu7Le3on1oZhx9+orotzVydU9vY5pIuHwo2UF1tZTwnaz+ovKxJyw9/qCMAgpfgaDH6e/PxcEMV2zjVQhVfg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.1-canary-438d75fe_1690466775787_0.8501188577935594","host":"s3://npm-registry-packages"}},"6.3.1":{"name":"@urql/exchange-graphcache","version":"6.3.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.1","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"yankovalera","email":"yankovalera@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"jmcbee1","email":"jmcbee1@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"8fc19f3998028589b725856691f8ef9e03d30668","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.1.tgz","fileCount":34,"integrity":"sha512-oQ/qWgyhduazEWSiTEFljjefUsuHYVEzoczIj8QrrKih9AUNo4FEWiA7OTzTF9Z1NmCQ9dO8BDto715PvZ3J+g==","signatures":[{"sig":"MEUCIEBLA8LoGHP35rDzWwAGSE4sUrHXW2KkrUOTOEXsJmaXAiEA9Hej7PabntqZbGQvEA5JOeVypcE1HLFpJFu7TXR+RQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.1","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1200389},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.1.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/b468a9aa85f133de7b869aac9931b8a5/urql-exchange-graphcache-6.3.1.tgz","_integrity":"sha512-oQ/qWgyhduazEWSiTEFljjefUsuHYVEzoczIj8QrrKih9AUNo4FEWiA7OTzTF9Z1NmCQ9dO8BDto715PvZ3J+g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.1_1690469919612_0.879727760880537","host":"s3://npm-registry-packages"}},"6.3.2-canary-ddbc3dc3":{"name":"@urql/exchange-graphcache","version":"6.3.2-canary-ddbc3dc3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.2-canary-ddbc3dc3","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"f317c07115ebd6b409fa537790be2b75f9f33db3","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.2-canary-ddbc3dc3.tgz","fileCount":34,"integrity":"sha512-wM3v0vIPEjxhfLHpdCe4zW9SrJmNxiET5vJ6n446exXUE+uO1FusXxT5EvhI7+8p2av2YM5OSn2cHacnIqgT+A==","signatures":[{"sig":"MEUCIBOMow1mmcXLpdKaIQUJB+bBfQDXdt3frNfTEna0g4A5AiEA+uqwRL56X88rK+b/0VJzJ25Y83lt6WxzHRbZAIy4Soc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.2-canary-ddbc3dc3","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1204496},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.2-canary-ddbc3dc3.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/f1886e1c08df4db339a4deaeb0cd9572/urql-exchange-graphcache-6.3.2-canary-ddbc3dc3.tgz","_integrity":"sha512-wM3v0vIPEjxhfLHpdCe4zW9SrJmNxiET5vJ6n446exXUE+uO1FusXxT5EvhI7+8p2av2YM5OSn2cHacnIqgT+A==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.1","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.2-canary-ddbc3dc3_1692094978442_0.864478454682023","host":"s3://npm-registry-packages"}},"6.3.2":{"name":"@urql/exchange-graphcache","version":"6.3.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.2","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"cb5135ec292110024624161f3748449728d42f2b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.2.tgz","fileCount":34,"integrity":"sha512-ajBtuOkCkWgYJVk8MYqlhTF2vNojEREitcUE62q8tUxC6zDHZybk8DUPe6RM0HUyUw6IPAnzmDf6djK5JOEvvw==","signatures":[{"sig":"MEYCIQDBLGwkKapEwU3oChiE5kug7hqgsUHSL1uPnKDS6/+QYAIhAIDaOb07jlNJSetziZ1ycqsN84nRHcRtQRYtQ81hWqMG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.2","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1204464},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.2.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/3ea7d80f093463879cf48a0609b3cba7/urql-exchange-graphcache-6.3.2.tgz","_integrity":"sha512-ajBtuOkCkWgYJVk8MYqlhTF2vNojEREitcUE62q8tUxC6zDHZybk8DUPe6RM0HUyUw6IPAnzmDf6djK5JOEvvw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.1","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.2_1692096251884_0.730946675712228","host":"s3://npm-registry-packages"}},"6.3.3-canary-022c7d22":{"name":"@urql/exchange-graphcache","version":"6.3.3-canary-022c7d22","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.3-canary-022c7d22","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"1e6eff4f8676ecdb227069c3929cc14a7fda727a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.3-canary-022c7d22.tgz","fileCount":34,"integrity":"sha512-97/ZU+l76Gv+xJANbVcQ8PE8GkF2MSUQIfjnhqq2ju9Pbua5TegegRo7MvaqWDe0odKt+mJdUDs6ReYiuVrSyA==","signatures":[{"sig":"MEUCIQCLOY46lxttkRIuPy6gZaHeH5Gur+PJ67BVj8nyDlZExgIgVJ3R1keDOKh1ynUE6GtmXX9HlPEEzmcCuHGjmZhefzU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.3-canary-022c7d22","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1204795},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.3-canary-022c7d22.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/73f729a16d8fe7ac5dde082b59ee238d/urql-exchange-graphcache-6.3.3-canary-022c7d22.tgz","_integrity":"sha512-97/ZU+l76Gv+xJANbVcQ8PE8GkF2MSUQIfjnhqq2ju9Pbua5TegegRo7MvaqWDe0odKt+mJdUDs6ReYiuVrSyA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.2","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.3-canary-022c7d22_1693844243440_0.8234734910132144","host":"s3://npm-registry-packages"}},"6.3.3":{"name":"@urql/exchange-graphcache","version":"6.3.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.3.3","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"gksander","email":"gksander93@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"eastridge","email":"ryan@eastridge.me"},{"name":"exogen","email":"exogen@gmail.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"6baa66cebb0329a2008d955d5ded3379472ad1e4","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.3.3.tgz","fileCount":34,"integrity":"sha512-uD8zzNIrxQHYCSgfIwYxzEmU1Ml4nJ6NTKwrDlpKmTLJa3aYuG3AoiO138HZBK1XGJ2QzV5yQPfcZsmbVFH8Yg==","signatures":[{"sig":"MEQCIBiclU+/TUXktvlY+GQ0ApWb7rBqZIaHRQ21CHa1qCRiAiBchcV7c1KUaIRepH9oyddPRiuDPkCXJgd85jxDLa4EhQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.3.3","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":1204763},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.3.3.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/b2939404b45afca5d9934ce00cc8f60d/urql-exchange-graphcache-6.3.3.tgz","_integrity":"sha512-uD8zzNIrxQHYCSgfIwYxzEmU1Ml4nJ6NTKwrDlpKmTLJa3aYuG3AoiO138HZBK1XGJ2QzV5yQPfcZsmbVFH8Yg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.6.7","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.1.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.5","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.1.2","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.3.3_1693844570341_0.792088138445566","host":"s3://npm-registry-packages"}},"6.4.0-canary-d6e435c5":{"name":"@urql/exchange-graphcache","version":"6.4.0-canary-d6e435c5","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.4.0-canary-d6e435c5","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ed91a786ca9fda6c129db3d1d126ba909dc14103","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.4.0-canary-d6e435c5.tgz","fileCount":34,"integrity":"sha512-kD+YwjxqDAgkrlQ+h3wC2I4xCGF0fAgGfpUcYUwkTyb8nXgzWZMSS8LMX7NCiK8/dn6ZNOvZ3dRFBOziqA10AA==","signatures":[{"sig":"MEQCIFtnmoFVrFFcqL5noZJoNcGnNctkMJMg13Vg1uG+MlwkAiB57c2xGnkcemXPDcF/uKd3cXIEqXuX80AoXQlrZ7eiEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.4.0-canary-d6e435c5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1207048},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.4.0-canary-d6e435c5.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/03fce263d78e7f0d28e1d004a98e5f7e/urql-exchange-graphcache-6.4.0-canary-d6e435c5.tgz","_integrity":"sha512-kD+YwjxqDAgkrlQ+h3wC2I4xCGF0fAgGfpUcYUwkTyb8nXgzWZMSS8LMX7NCiK8/dn6ZNOvZ3dRFBOziqA10AA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.8.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.2.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.2.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.4.0-canary-d6e435c5_1701448269946_0.37509035383939104","host":"s3://npm-registry-packages"}},"6.4.0-canary-1fee86f0":{"name":"@urql/exchange-graphcache","version":"6.4.0-canary-1fee86f0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.4.0-canary-1fee86f0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c59fd21547f744b6ac8ebd9516dfcf66d7c1a620","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.4.0-canary-1fee86f0.tgz","fileCount":34,"integrity":"sha512-Z0s9cNIVKdPtYvKPWOo5JM4CHTjPeENXR6poykgdqnJJvjHshEQdiFiEhVF+vxsZp+4MjkfqNFFxvIwcSw1jXQ==","signatures":[{"sig":"MEUCIB1NeaiN4HBCzyOMmwY51Xx0874ENFwlOyPKR3KilYISAiEA4hr2Fgxs02ZIIqj0b+QLNvSX9vUitcEqyLU963Cbodo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.4.0-canary-1fee86f0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1217448},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.4.0-canary-1fee86f0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/4a02df9c433f0a9fefe1560b1afc7aab/urql-exchange-graphcache-6.4.0-canary-1fee86f0.tgz","_integrity":"sha512-Z0s9cNIVKdPtYvKPWOo5JM4CHTjPeENXR6poykgdqnJJvjHshEQdiFiEhVF+vxsZp+4MjkfqNFFxvIwcSw1jXQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.8.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.2.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.2.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.4.0-canary-1fee86f0_1701513410382_0.3283435930872485","host":"s3://npm-registry-packages"}},"6.4.0-canary-e5c67c23":{"name":"@urql/exchange-graphcache","version":"6.4.0-canary-e5c67c23","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.4.0-canary-e5c67c23","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"7038594de6e71de93028cca9e4eb327ef393d655","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.4.0-canary-e5c67c23.tgz","fileCount":34,"integrity":"sha512-66zqjieJ29B516773IQeAvmWaDJNceH984vn+ocOUSISVrq/r8J4kfEdbKoJaBrCWOSkQTLca4CuCoSYeQ3x3A==","signatures":[{"sig":"MEUCIGaGkypMuxR1m+cyvfmEyXM0oUbA15Z5i1GYyYj/m85fAiEAurjmG++s66qEjZAFSoAg7K40azTs0ieLjPz9RxXDx8s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.4.0-canary-e5c67c23","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1217448},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.4.0-canary-e5c67c23.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/289c583b6751b102829070e65cdc1f1d/urql-exchange-graphcache-6.4.0-canary-e5c67c23.tgz","_integrity":"sha512-66zqjieJ29B516773IQeAvmWaDJNceH984vn+ocOUSISVrq/r8J4kfEdbKoJaBrCWOSkQTLca4CuCoSYeQ3x3A==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.8.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.2.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.2.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.4.0-canary-e5c67c23_1701515229666_0.6494603802002017","host":"s3://npm-registry-packages"}},"6.4.0-canary-0964a014":{"name":"@urql/exchange-graphcache","version":"6.4.0-canary-0964a014","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.4.0-canary-0964a014","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"9d873bd111b2612ed9cab177efb3f65bef5a494e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.4.0-canary-0964a014.tgz","fileCount":34,"integrity":"sha512-FRumBmeCboXvqSeWw6icws1IfeOVUzy6Le+lo7fFgqv+2N0TWZe7n5EhmWX0YVH+Z4aAmAC2NDAzovgDeCctOA==","signatures":[{"sig":"MEQCID7y66XLwBQ3ylgD/G2VIHKUsUJeDjJ1/9FPQ1/p0bnqAiBhfbjz6X8DrtBR/qIJD+kQ8HUC+vqKiqCavp3j8sa7NQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.4.0-canary-0964a014","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1222972},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.4.0-canary-0964a014.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/d17f544dab691d8504c28b4f79264851/urql-exchange-graphcache-6.4.0-canary-0964a014.tgz","_integrity":"sha512-FRumBmeCboXvqSeWw6icws1IfeOVUzy6Le+lo7fFgqv+2N0TWZe7n5EhmWX0YVH+Z4aAmAC2NDAzovgDeCctOA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.8.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.2.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.2.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.4.0-canary-0964a014_1701515345101_0.4848406606819664","host":"s3://npm-registry-packages"}},"6.4.0":{"name":"@urql/exchange-graphcache","version":"6.4.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.4.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith.luchtel@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"carlospaelinck","email":"me@carlos.dev"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"5a3808625cab54f81d249320610564cf48e24398","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.4.0.tgz","fileCount":34,"integrity":"sha512-VgcPdDNR3hSJDuf+mj0OZWzOzQccA8vT8xphxtO1MoJlgv1A4VhjLd75pjVvGz29ZHN90jEbdyBKJz6GShT7qA==","signatures":[{"sig":"MEYCIQCjfdnEk2I3FNWfnFX5a4Ysfsevt9whNTXTXC9bbL5dvQIhALva6aKMbq/o15AjwVAL0VlQKDtpenu0+KSc34JSgVV4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1222940},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.4.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/988f23f4897c15f8b034d8d3b361ab0a/urql-exchange-graphcache-6.4.0.tgz","_integrity":"sha512-VgcPdDNR3hSJDuf+mj0OZWzOzQccA8vT8xphxtO1MoJlgv1A4VhjLd75pjVvGz29ZHN90jEbdyBKJz6GShT7qA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"9.8.1","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.2.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.2.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.2","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.4.0_1701590831702_0.5187014924463913","host":"s3://npm-registry-packages"}},"6.4.1-canary-f7b78e2f":{"name":"@urql/exchange-graphcache","version":"6.4.1-canary-f7b78e2f","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.4.1-canary-f7b78e2f","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"b0c446474cab26d84dfc0419e84e40c9770ef4f3","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.4.1-canary-f7b78e2f.tgz","fileCount":34,"integrity":"sha512-C/pc05oZqKYSD6YnL1zS4a5s9iURh2Se6WBVrvNWal/OMuc/Aj16xqEPgmUAi2xB4cVqyJ6Tluz3udnu8hNrYw==","signatures":[{"sig":"MEYCIQDUR4sbidCzTVN1C8yn1DWj0kHTh/c39B7IdVNqxo9zEAIhAMMzdfUVPfBXg3hlBIa4Jdq3J0EvbU+MDdG8totW8POS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.4.1-canary-f7b78e2f","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1223378},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.4.1-canary-f7b78e2f.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/3aac18a346f2ff2a15367b70c5c5e1f0/urql-exchange-graphcache-6.4.1-canary-f7b78e2f.tgz","_integrity":"sha512-C/pc05oZqKYSD6YnL1zS4a5s9iURh2Se6WBVrvNWal/OMuc/Aj16xqEPgmUAi2xB4cVqyJ6Tluz3udnu8hNrYw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.3","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.2.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.2.3","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.4.1-canary-f7b78e2f_1706884350392_0.6437244452184667","host":"s3://npm-registry-packages"}},"6.4.1-canary-1bfadffe":{"name":"@urql/exchange-graphcache","version":"6.4.1-canary-1bfadffe","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.4.1-canary-1bfadffe","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c1c659eb471a258a81ad378ad7d43ad07276ba3a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.4.1-canary-1bfadffe.tgz","fileCount":34,"integrity":"sha512-Pw1NyM5+FqZNC4Na0tMMQojwwWdGYor9DU+j5wCX39uoEI9UT7ZvSK1LGBgW2uvvPnWS4Acy0mDpUhLrG9K9Fg==","signatures":[{"sig":"MEUCIC5chvZMjld/NMNyqvSSdYzpaTCBYH2gvBMRUPlJfFxAAiEAxiL7Ldem1XFg9bALLwjEmCXrZGiOcKYnP/Tm44e00eQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.4.1-canary-1bfadffe","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1228501},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.4.1-canary-1bfadffe.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/d821636b0c3ff6f0fed6f4a62ce330b5/urql-exchange-graphcache-6.4.1-canary-1bfadffe.tgz","_integrity":"sha512-Pw1NyM5+FqZNC4Na0tMMQojwwWdGYor9DU+j5wCX39uoEI9UT7ZvSK1LGBgW2uvvPnWS4Acy0mDpUhLrG9K9Fg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.3","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.2.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.2.3","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.4.1-canary-1bfadffe_1706884375917_0.5728164535175786","host":"s3://npm-registry-packages"}},"6.4.1":{"name":"@urql/exchange-graphcache","version":"6.4.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.4.1","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"56c705979cd56abe9ce3ced5a708fd1063134720","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.4.1.tgz","fileCount":34,"integrity":"sha512-hWa4/5B7Op93oA6yWvffPU3L0XH55tlluEaq6aoFE9zsiNhktFjhp/SU2CKvSD8iD0Tfreoo63drv64Ad0+Gxw==","signatures":[{"sig":"MEYCIQDir0H8D9pDgoO6H3vn1dwifJRcrxz1j98nncPVUMJkAgIhANEpiRTlUH1GxKhu7RkHRDE8wueEKqiHhXtpv8SzySCl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.4.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1228469},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.4.1.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/b9569e0d18e184d09f10d1a6d9bf1daf/urql-exchange-graphcache-6.4.1.tgz","_integrity":"sha512-hWa4/5B7Op93oA6yWvffPU3L0XH55tlluEaq6aoFE9zsiNhktFjhp/SU2CKvSD8iD0Tfreoo63drv64Ad0+Gxw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.3","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.2.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.2.3","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.4.1_1706884640120_0.31848048929243045","host":"s3://npm-registry-packages"}},"6.4.2-canary-969935c6":{"name":"@urql/exchange-graphcache","version":"6.4.2-canary-969935c6","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.4.2-canary-969935c6","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"4a293d284ccf0505115b5bf376d8b65481726183","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.4.2-canary-969935c6.tgz","fileCount":34,"integrity":"sha512-JETZwQGnKniACMoGrP2k7bd7sKHUodsNeNr+hNzDo6xiKztzCQ/GJQIH45RVP6ThGw2CHullXBNLtt/EOFjv/A==","signatures":[{"sig":"MEYCIQCdY7ojzfy91ZqAzPuOgaoBMkbCbcGI6cG6QwWKGAUDjQIhAMWkNv6rGXuQ7zszOy1mrsBDd7pkiDWHP2D2czpzO8A0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.4.2-canary-969935c6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1229857},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.4.2-canary-969935c6.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/158d2b80edf7fb8c6c48e79f93961a03/urql-exchange-graphcache-6.4.2-canary-969935c6.tgz","_integrity":"sha512-JETZwQGnKniACMoGrP2k7bd7sKHUodsNeNr+hNzDo6xiKztzCQ/GJQIH45RVP6ThGw2CHullXBNLtt/EOFjv/A==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.3.0-canary-969935c6","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.3.0-canary-969935c6","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.4.2-canary-969935c6_1709386545362_0.4927836301894979","host":"s3://npm-registry-packages"}},"6.5.0-canary-492af087":{"name":"@urql/exchange-graphcache","version":"6.5.0-canary-492af087","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.5.0-canary-492af087","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"da8e49bc3ed6e74688e2e8b1f8ed7030ee14ecaf","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.5.0-canary-492af087.tgz","fileCount":34,"integrity":"sha512-9e++lVk/mZRl5PxT7vHrMT3Yuv+sNPZYoFNw+2rGa3OZisi9pyPDVMmJWIUU3vhZew++/zlwTJdChsb+GeDAHg==","signatures":[{"sig":"MEYCIQDY4aow0PYgD1hTbdB3TsxbbLI5nxmPFofFa+R2Lq9YRQIhAPK/ujwY2kb3kOA60yF8JtD574ujLJkFOodhqQp0jLLT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.5.0-canary-492af087","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1241613},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.5.0-canary-492af087.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/8608f303cac91410fa16b4927d132e78/urql-exchange-graphcache-6.5.0-canary-492af087.tgz","_integrity":"sha512-9e++lVk/mZRl5PxT7vHrMT3Yuv+sNPZYoFNw+2rGa3OZisi9pyPDVMmJWIUU3vhZew++/zlwTJdChsb+GeDAHg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.3.0-canary-492af087","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.3.0-canary-492af087","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.5.0-canary-492af087_1709387022011_0.26170902893091497","host":"s3://npm-registry-packages"}},"6.5.0-canary-973da7ff":{"name":"@urql/exchange-graphcache","version":"6.5.0-canary-973da7ff","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.5.0-canary-973da7ff","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"e7f9178ef1b18d60e52b8adefba8ff35be42830a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.5.0-canary-973da7ff.tgz","fileCount":34,"integrity":"sha512-CE8EiZ1N4LVOnuMPRyW2F+b55qNFQatggnjUtSxV8xGK/fi/FsQm2Yj8ucJntpLlYJvV5mD1FIsa3GVLeO0ctQ==","signatures":[{"sig":"MEQCIEzhGe4b0bCApUsYPlsQrp1YZA6Y36EKzjhwb0UjWrkdAiAD5r4jY6ixyknw9w7tNiaWReZN9jf+aS8Wc4srvqcWOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.5.0-canary-973da7ff","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1241671},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.5.0-canary-973da7ff.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/eaae791346b44fe222d16ceb4b89e9e8/urql-exchange-graphcache-6.5.0-canary-973da7ff.tgz","_integrity":"sha512-CE8EiZ1N4LVOnuMPRyW2F+b55qNFQatggnjUtSxV8xGK/fi/FsQm2Yj8ucJntpLlYJvV5mD1FIsa3GVLeO0ctQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.3.0-canary-973da7ff","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.3.0-canary-973da7ff","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.5.0-canary-973da7ff_1709393801483_0.050403037269828754","host":"s3://npm-registry-packages"}},"6.5.0-canary-ceeb73bb":{"name":"@urql/exchange-graphcache","version":"6.5.0-canary-ceeb73bb","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.5.0-canary-ceeb73bb","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"bfe00f6653c978ae946e3f71cf315905dc4a8a35","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.5.0-canary-ceeb73bb.tgz","fileCount":34,"integrity":"sha512-Gr+BvQTmjjeYHEaSLotgZw8b94b5e6MW4dcyP2iBAIC9Ioo33Y5zPbR5gdTbl2/d8s0PKlwUxCbUOfs2M67wuw==","signatures":[{"sig":"MEUCIQCFJ5mrOu3XA1Xq8O5kz1iei6dWbWCjUOZvF25Bq7iYKwIgG3Dc5prOTpr431NFsBAv6t57dFfsXfSSUhnphSOr8rk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.5.0-canary-ceeb73bb","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1247810},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.5.0-canary-ceeb73bb.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/6b9ad6bd66af11a9f13d654784a827ed/urql-exchange-graphcache-6.5.0-canary-ceeb73bb.tgz","_integrity":"sha512-Gr+BvQTmjjeYHEaSLotgZw8b94b5e6MW4dcyP2iBAIC9Ioo33Y5zPbR5gdTbl2/d8s0PKlwUxCbUOfs2M67wuw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.3.0-canary-ceeb73bb","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.3.0-canary-ceeb73bb","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.5.0-canary-ceeb73bb_1709398743346_0.13810303504515353","host":"s3://npm-registry-packages"}},"6.5.0-canary-e9b476b6":{"name":"@urql/exchange-graphcache","version":"6.5.0-canary-e9b476b6","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.5.0-canary-e9b476b6","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"107e9f3738bcc956ed1c8ff9721126c52168ca5b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.5.0-canary-e9b476b6.tgz","fileCount":34,"integrity":"sha512-ti0LN6l5f5U85Jqmq8il1/EsDs/f4XtPa4Pn0mkR0lGboaW9MB+2lcMWelQREXL6KeIRImyTt8v+mJFe6zVXdg==","signatures":[{"sig":"MEUCIEghw9zrSIHjKcQCYGfF+EjoZDZGaf6dI8BFFPVIAkJJAiEAjUjuwXAxvABRG7IxiTwKUaa/2Gr2n35EUequMJQYaqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.5.0-canary-e9b476b6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1251233},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.5.0-canary-e9b476b6.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/a5cedad6eb97f327b45d9ee936c977ef/urql-exchange-graphcache-6.5.0-canary-e9b476b6.tgz","_integrity":"sha512-ti0LN6l5f5U85Jqmq8il1/EsDs/f4XtPa4Pn0mkR0lGboaW9MB+2lcMWelQREXL6KeIRImyTt8v+mJFe6zVXdg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.3.0-canary-e9b476b6","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.3.0-canary-e9b476b6","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.5.0-canary-e9b476b6_1709402667115_0.024411149741829563","host":"s3://npm-registry-packages"}},"6.5.0-canary-eb1286c7":{"name":"@urql/exchange-graphcache","version":"6.5.0-canary-eb1286c7","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.5.0-canary-eb1286c7","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"494587706d0aa6ce2fb6b0c24c6dc394bb2b0bf9","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.5.0-canary-eb1286c7.tgz","fileCount":34,"integrity":"sha512-5KqZU9cR5kzEafrWg2jv6zh60EgfTLvd4lqvSosiF+7jxyQ24E2qjCd+WYExtkiyzaJLlBm+7IXkYObiUV94Rg==","signatures":[{"sig":"MEYCIQClf7QxSUqIO5/X3Ob+T0Ej4dckkzsRHaQRB7O12ja1jgIhAOjFqYJ37Cn4DzYPCrBY9XBw2EYqYd4mCHFbxnOy8RPF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.5.0-canary-eb1286c7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1251290},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.5.0-canary-eb1286c7.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/20f9ffd0ddc1992fdc3cd9c989585a68/urql-exchange-graphcache-6.5.0-canary-eb1286c7.tgz","_integrity":"sha512-5KqZU9cR5kzEafrWg2jv6zh60EgfTLvd4lqvSosiF+7jxyQ24E2qjCd+WYExtkiyzaJLlBm+7IXkYObiUV94Rg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"4.3.0-canary-eb1286c7","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.3.0-canary-eb1286c7","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.5.0-canary-eb1286c7_1709407558089_0.21221701606425647","host":"s3://npm-registry-packages"}},"6.5.0":{"name":"@urql/exchange-graphcache","version":"6.5.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.5.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"718cdc421bbfbcfa661c53acb8d288e58ddd27be","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.5.0.tgz","fileCount":34,"integrity":"sha512-+eR9ErKwmmrBjPXgV6TJqAAxmIcuc87s8dbMv962xsRzmyDI6lTDZ5FfGwJs3Jl6LEPEWx40en8/Qm8awK03LA==","signatures":[{"sig":"MEQCIBrIr0Frgb4oGDhvZupLN0E/yWg6LQ198Iy8Xttzh4AYAiAGccGz2XTPsgbRVAIf4PghFkb5xyDuCUEj6jeomv5LGA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1251212},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.5.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/b76f725f833119ee57d43cfe614dc90c/urql-exchange-graphcache-6.5.0.tgz","_integrity":"sha512-+eR9ErKwmmrBjPXgV6TJqAAxmIcuc87s8dbMv962xsRzmyDI6lTDZ5FfGwJs3Jl6LEPEWx40en8/Qm8awK03LA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.3.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.3.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.5.0_1709468431582_0.07768760395511731","host":"s3://npm-registry-packages"}},"7.0.0-canary-50415140":{"name":"@urql/exchange-graphcache","version":"7.0.0-canary-50415140","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0-canary-50415140","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a2204055c09fe669d0b538b4a91be73d4b4c07c5","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0-canary-50415140.tgz","fileCount":34,"integrity":"sha512-fdTPPs/C2f1j0hO2BQtUJVUWpG9aq8MSXEBp/o14UvGbqi3Ss9pD2HYiRvgtlqk7pa8sxhDVCUHDyH5xbI78mw==","signatures":[{"sig":"MEQCIHln8pPxa08NJHxHw2KUNiVisAnX6lUCrD/aQDYULJ0VAiBmbFS01lXQkrRSFndUNzPdpKYmsiRmU/frOa8elFbX5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0-canary-50415140","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1263099},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0-canary-50415140.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/b06dacc5fe2542c6a2fd4fe5f4d1ad15/urql-exchange-graphcache-7.0.0-canary-50415140.tgz","_integrity":"sha512-fdTPPs/C2f1j0hO2BQtUJVUWpG9aq8MSXEBp/o14UvGbqi3Ss9pD2HYiRvgtlqk7pa8sxhDVCUHDyH5xbI78mw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.3.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.3.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0-canary-50415140_1710589790439_0.7610407633876526","host":"s3://npm-registry-packages"}},"7.0.0-canary-be9c72ab":{"name":"@urql/exchange-graphcache","version":"7.0.0-canary-be9c72ab","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0-canary-be9c72ab","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"cebb7d956fb562a6917b176ac1520d042ef14c70","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0-canary-be9c72ab.tgz","fileCount":34,"integrity":"sha512-rrP6NHd0pD1Qw8O36t63H3xqyVpCTFGCSVnXhvydE+B2ffLW+G1YbM4XGwu9/qiKKzPL+zPegqKGaWLLGc28+g==","signatures":[{"sig":"MEYCIQC+nIRSAZDz6nJZG2pY7t/LwJdS7TeUiG6LqJthlfy9NgIhAPxbu7I3nmrwZR/oLukfe6sGYNKabMgIubSU2ZjDlYkm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0-canary-be9c72ab","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1261936},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0-canary-be9c72ab.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/60893a6ec1cf538e58c007da66ff0863/urql-exchange-graphcache-7.0.0-canary-be9c72ab.tgz","_integrity":"sha512-rrP6NHd0pD1Qw8O36t63H3xqyVpCTFGCSVnXhvydE+B2ffLW+G1YbM4XGwu9/qiKKzPL+zPegqKGaWLLGc28+g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.0-canary-be9c72ab","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7-canary-be9c72ab","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0-canary-be9c72ab","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0-canary-be9c72ab_1710627366544_0.6387171830051579","host":"s3://npm-registry-packages"}},"7.0.0-canary-431b64b4":{"name":"@urql/exchange-graphcache","version":"7.0.0-canary-431b64b4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0-canary-431b64b4","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"cdd9197ead8414f9413b1672bf63b58d2740fe32","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0-canary-431b64b4.tgz","fileCount":34,"integrity":"sha512-X2IEvP/9QAGj+8FnZdYG3i7zfaF9nkyAOVzfX9aQBTzGNEgfBg9AQevsG0tlkEhG1SGVY1oT+W049PQah8XL4Q==","signatures":[{"sig":"MEUCIFJ7NyNgEjs/d4l/VKkT+DFdsmcuWGdenHfxKEIDgwPDAiEAofuNp+uyrWEl0xWbwoqgsXfq/lS9X7z4g4mRqTaWDM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0-canary-431b64b4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1261936},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0-canary-431b64b4.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/2b6ea62b06b4cd16716d747384dae11b/urql-exchange-graphcache-7.0.0-canary-431b64b4.tgz","_integrity":"sha512-X2IEvP/9QAGj+8FnZdYG3i7zfaF9nkyAOVzfX9aQBTzGNEgfBg9AQevsG0tlkEhG1SGVY1oT+W049PQah8XL4Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.0-canary-431b64b4","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7-canary-431b64b4","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0-canary-431b64b4","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0-canary-431b64b4_1711117178673_0.19214713304927145","host":"s3://npm-registry-packages"}},"6.5.1":{"name":"@urql/exchange-graphcache","version":"6.5.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@6.5.1","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ca0cd6e3aa173fb2a4c089385ed665c2e631cdde","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.5.1.tgz","fileCount":34,"integrity":"sha512-Ky77kuaTuo1H+VKZatXyNDqTMw+z03KV3Ep/6TQjktlc+0RDhEZq3rI4F/ViwqLaDUtGqPCYjmnHdoupXqdK0g==","signatures":[{"sig":"MEUCIAja/TsyqQ1WxkBSBc34nmHL0fZTa/4lF155zI2yQj9VAiEAkBdxXKAAvxiEnhduJlKTzXKXPcskgMbVsCRUDEWaZTM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@6.5.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1251977},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-6.5.1.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/464bc497653c0209554223af4bf33e97/urql-exchange-graphcache-6.5.1.tgz","_integrity":"sha512-Ky77kuaTuo1H+VKZatXyNDqTMw+z03KV3Ep/6TQjktlc+0RDhEZq3rI4F/ViwqLaDUtGqPCYjmnHdoupXqdK0g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=4.3.0","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.6","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"4.3.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_6.5.1_1711468572674_0.9382359877803685","host":"s3://npm-registry-packages"}},"7.0.0-canary-3692842e":{"name":"@urql/exchange-graphcache","version":"7.0.0-canary-3692842e","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0-canary-3692842e","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"e06913475d689ab8f9b86507f6f19295015701ad","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0-canary-3692842e.tgz","fileCount":34,"integrity":"sha512-AYhnb2Y5yo3B+clSZH2b06fDbikOBUBJRGvy37JKhEhJ3D5jekG3iNalxXvCU6zRhbhPaxC5CO809LzVjJBjiw==","signatures":[{"sig":"MEQCIDVaW0xIHznrL2NodWM1KsxrHhOdikaukjTAH0sNoV7IAiBGzNnoPTQohzCZo5dhxpiHKASCuIxbgNmb3kRhjuSksw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0-canary-3692842e","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1261936},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0-canary-3692842e.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/99006106de1616c0217951c09c31ac0d/urql-exchange-graphcache-7.0.0-canary-3692842e.tgz","_integrity":"sha512-AYhnb2Y5yo3B+clSZH2b06fDbikOBUBJRGvy37JKhEhJ3D5jekG3iNalxXvCU6zRhbhPaxC5CO809LzVjJBjiw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.0-canary-3692842e","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7-canary-3692842e","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0-canary-3692842e","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0-canary-3692842e_1711474254860_0.40244432093189775","host":"s3://npm-registry-packages"}},"7.0.0-canary-a938b342":{"name":"@urql/exchange-graphcache","version":"7.0.0-canary-a938b342","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0-canary-a938b342","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"9be96756c7beee85dd4f471b26781dcea971fc1b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0-canary-a938b342.tgz","fileCount":34,"integrity":"sha512-+5w5KJZOyOpoRL6hjePCRCdbn0eIlaIVBVkogUNdESJ0d0PqW8VgK/O5OC3vCaLRBME29zvgaDr99fw175gLJQ==","signatures":[{"sig":"MEQCIHWgvtjGUd7MfJX+D3sNithNtld2USsjZmCfsQxsNo5OAiAtexj228ibw/oQivY5gSVpK+2eyYrpRY1f9Bl9EWdGzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0-canary-a938b342","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1261936},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0-canary-a938b342.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/c64b65f56a6907a7a12eed35e98b7742/urql-exchange-graphcache-7.0.0-canary-a938b342.tgz","_integrity":"sha512-+5w5KJZOyOpoRL6hjePCRCdbn0eIlaIVBVkogUNdESJ0d0PqW8VgK/O5OC3vCaLRBME29zvgaDr99fw175gLJQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.0-canary-a938b342","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7-canary-a938b342","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0-canary-a938b342","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0-canary-a938b342_1711554068682_0.641981723709113","host":"s3://npm-registry-packages"}},"7.0.0-canary-564929ef":{"name":"@urql/exchange-graphcache","version":"7.0.0-canary-564929ef","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0-canary-564929ef","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a36c51a3d91715edf688199f1660bbac90e6b866","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0-canary-564929ef.tgz","fileCount":34,"integrity":"sha512-UbD78+qM74yOQ3FW6Xb1haJ5Cej8jg93Iu5yGJregahemaJ64rKRMNOrrnN+W4pw2UiUBwFi79WnGE7gPiCRLA==","signatures":[{"sig":"MEQCIHY1fQTqNPlKaLHWTFN+Q6qJ0uWLyhkCbJIazMwJVtJlAiBIFpDnhCe6Jrs+HaYMJLRPGn9A1eMTxYWhd6l28ecwbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0-canary-564929ef","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1261936},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0-canary-564929ef.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/fc3474261eaace3565c9cdd766991939/urql-exchange-graphcache-7.0.0-canary-564929ef.tgz","_integrity":"sha512-UbD78+qM74yOQ3FW6Xb1haJ5Cej8jg93Iu5yGJregahemaJ64rKRMNOrrnN+W4pw2UiUBwFi79WnGE7gPiCRLA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.0-canary-564929ef","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7-canary-564929ef","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0-canary-564929ef","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0-canary-564929ef_1711638354097_0.6501501035150794","host":"s3://npm-registry-packages"}},"7.0.0-canary-9405b3d8":{"name":"@urql/exchange-graphcache","version":"7.0.0-canary-9405b3d8","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0-canary-9405b3d8","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c20d37def82f09090bbf4a6748914de96fab75b0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0-canary-9405b3d8.tgz","fileCount":34,"integrity":"sha512-MbKFC2awgXb5aVseSEPLdJIzrKsfogpKjjV5Uany98zXwe1Diw0DPHbGO4bHuiF3UFpuFLsUrAi1fQjpiM7jNA==","signatures":[{"sig":"MEQCIGWkFKZmL2AcvZgNM/KESFIV+RuZE8+QE1RLgSHKdkIDAiAU7tHvrymZlavAil6LVg2Fu03SmW31OeTQF+WmZVCzKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0-canary-9405b3d8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1261936},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0-canary-9405b3d8.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/7efcd43ab4210471834f89c1f3dddda1/urql-exchange-graphcache-7.0.0-canary-9405b3d8.tgz","_integrity":"sha512-MbKFC2awgXb5aVseSEPLdJIzrKsfogpKjjV5Uany98zXwe1Diw0DPHbGO4bHuiF3UFpuFLsUrAi1fQjpiM7jNA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.0-canary-9405b3d8","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7-canary-9405b3d8","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0-canary-9405b3d8","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0-canary-9405b3d8_1712063797458_0.10054625518274918","host":"s3://npm-registry-packages"}},"7.0.0-canary-6bd4c90f":{"name":"@urql/exchange-graphcache","version":"7.0.0-canary-6bd4c90f","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0-canary-6bd4c90f","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"1f0f53f7503d2473da31818a7596388d2bb3b73b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0-canary-6bd4c90f.tgz","fileCount":34,"integrity":"sha512-uUNopl44r7PxhgfumlxoEV9Zj0yj9fnbrTuoPfwrVLZL0LWH3ejqCKY3VsuBVrPKwX+Q5OUfHGxkhdJvyKhlOA==","signatures":[{"sig":"MEUCIDOJF0B+UaXVoicxXVB0LABnrEIMKsU/8VkRVHXRUvA3AiEA4jlkTV6nt3H8C6xC84DGFT3bpnprlcBJoscjZQPCfDQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0-canary-6bd4c90f","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1262671},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0-canary-6bd4c90f.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/2efe0c5bcbba0c87089ceb8cedb80e3c/urql-exchange-graphcache-7.0.0-canary-6bd4c90f.tgz","_integrity":"sha512-uUNopl44r7PxhgfumlxoEV9Zj0yj9fnbrTuoPfwrVLZL0LWH3ejqCKY3VsuBVrPKwX+Q5OUfHGxkhdJvyKhlOA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.0-canary-6bd4c90f","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7-canary-6bd4c90f","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0-canary-6bd4c90f","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0-canary-6bd4c90f_1712063853453_0.38032502232723453","host":"s3://npm-registry-packages"}},"7.0.0-canary-a6f51628":{"name":"@urql/exchange-graphcache","version":"7.0.0-canary-a6f51628","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0-canary-a6f51628","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"7bd9f21bc976d4115138e14c576ad1da79c4cd6b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0-canary-a6f51628.tgz","fileCount":34,"integrity":"sha512-UeAKU5amL3ytFZn837oI1h9PL1EBknuVjQ20XS5mgomzLaKBIlDfGe1dfaCweB5al0t2qQJQOadY8BoDB2y/Wg==","signatures":[{"sig":"MEYCIQDe7y+mmU93DcL2lG+dbqc82XQ8JxCSchr49XokQ564IAIhAMhW5FpyRbXP3GnTBW+YqvHBWvJ/8Vedrzuf7G3V/6OJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0-canary-a6f51628","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1274882},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0-canary-a6f51628.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/4ec413307fa270738758bbce20f0c7cb/urql-exchange-graphcache-7.0.0-canary-a6f51628.tgz","_integrity":"sha512-UeAKU5amL3ytFZn837oI1h9PL1EBknuVjQ20XS5mgomzLaKBIlDfGe1dfaCweB5al0t2qQJQOadY8BoDB2y/Wg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.0-canary-a6f51628","@0no-co/graphql.web":"^1.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7-canary-a6f51628","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0-canary-a6f51628","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0-canary-a6f51628_1712063856438_0.01081295306582164","host":"s3://npm-registry-packages"}},"7.0.0-canary-fe47189d":{"name":"@urql/exchange-graphcache","version":"7.0.0-canary-fe47189d","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0-canary-fe47189d","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"be656d2dfec7b547c696fa140b8752eb01e30877","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0-canary-fe47189d.tgz","fileCount":34,"integrity":"sha512-7GcoOzJykqtPREG55U5meLGcH5sw7+za5IER2cTQwdsXuxjz0FGHm+z7LT8pp2EPSpgtXqhnYwYbMTL98+fJ3Q==","signatures":[{"sig":"MEUCIQCJjDwnXjcpE1ngb+wJwzZ7oB7iC/1wgmTRGaq2jCj6FgIgKR47SVhz/DVax7SRvgpsWq1qG2IDL+WzRsXQx0JimiE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0-canary-fe47189d","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1275097},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0-canary-fe47189d.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/9efc76a5298758d5e9b489e7d5883c7a/urql-exchange-graphcache-7.0.0-canary-fe47189d.tgz","_integrity":"sha512-7GcoOzJykqtPREG55U5meLGcH5sw7+za5IER2cTQwdsXuxjz0FGHm+z7LT8pp2EPSpgtXqhnYwYbMTL98+fJ3Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.0-canary-fe47189d","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7-canary-fe47189d","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0-canary-fe47189d","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0-canary-fe47189d_1712064186493_0.6626171808668813","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"@urql/exchange-graphcache","version":"7.0.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"3130874005d298909d64710b95365d987c08aea7","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0.tgz","fileCount":34,"integrity":"sha512-xKk+MVt6ZKokKcrreK09n4s04dPwzu2BF/rHWvV0Aun7BhlLU4Kzmvsq1sTMZArUxwB4aaKhI0StMbPMfxICSg==","signatures":[{"sig":"MEYCIQCLNWA9MIFi1w+S47VmS8EVf+lEnUKhIUCzRoN09NEYyAIhAOz/QxXeVPLqOtAHEQUDjFRsBBgMVr+Zi697mZSF6DUL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1275003},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/5585b4767185ca9ee228a405e4b17480/urql-exchange-graphcache-7.0.0.tgz","_integrity":"sha512-xKk+MVt6ZKokKcrreK09n4s04dPwzu2BF/rHWvV0Aun7BhlLU4Kzmvsq1sTMZArUxwB4aaKhI0StMbPMfxICSg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.2.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.7","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.0_1712069036102_0.05390672531318019","host":"s3://npm-registry-packages"}},"7.0.1-canary-52b42270":{"name":"@urql/exchange-graphcache","version":"7.0.1-canary-52b42270","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.1-canary-52b42270","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"e06fd6c8ed99230b1a004b538738f839b993298b","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.1-canary-52b42270.tgz","fileCount":34,"integrity":"sha512-8eU1Zl8mC86cah8gkqT4trK57VytQSs257Kf7vHcBoFZjEMfUNpJvuMsstX42dHGgo2O0iVIUggkjc35e8xUOQ==","signatures":[{"sig":"MEYCIQCmxfqL3PyUTWrFSs79Xty2YgsAhv30Axde1eHQGC8m+gIhANte6tevPziIgLwOMRWyhH5WXR4vIOEZvF9U7PxmBBqQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.1-canary-52b42270","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1277287},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.1-canary-52b42270.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/7757fdffc1df9f7cb49d9e9ca0931ba9/urql-exchange-graphcache-7.0.1-canary-52b42270.tgz","_integrity":"sha512-8eU1Zl8mC86cah8gkqT4trK57VytQSs257Kf7vHcBoFZjEMfUNpJvuMsstX42dHGgo2O0iVIUggkjc35e8xUOQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.1-canary-52b42270_1712742309306_0.9301569111636114","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"@urql/exchange-graphcache","version":"7.0.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.1","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"f9505409c1bf2960a802a3dfeb9a6294b4a0c550","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.1.tgz","fileCount":34,"integrity":"sha512-P4Vs2cNdDibukktdBCIjtFH5pxoX33YuAEAqSbv21fjUGJDNqmytLE4a8fMgaF4Iw8ljSG13zqw9arKRzDqO/Q==","signatures":[{"sig":"MEYCIQDbxErdZYbfvuCieo3FzJQWMrY73zc0frK2ItVZKx6/8QIhANlzoWFjYvFqQmeTgH4aJGYbGXtMQuVAfHSaMraUAava","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1277255},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.1.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/61b05cf4f116933f4af47ced77d58097/urql-exchange-graphcache-7.0.1.tgz","_integrity":"sha512-P4Vs2cNdDibukktdBCIjtFH5pxoX33YuAEAqSbv21fjUGJDNqmytLE4a8fMgaF4Iw8ljSG13zqw9arKRzDqO/Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"wonka":"^6.3.2","@urql/core":">=5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.7","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.0","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.1_1712742894842_0.5642127372868608","host":"s3://npm-registry-packages"}},"7.0.2-canary-b73de94f":{"name":"@urql/exchange-graphcache","version":"7.0.2-canary-b73de94f","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.2-canary-b73de94f","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a0e727e9091e217e8b3994b971ab64663926f597","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.2-canary-b73de94f.tgz","fileCount":34,"integrity":"sha512-IbevxHGLoB+ayELlVrQYeCr9WPci1RkB/CkQQbhnctSmITGwtfGrhrN3VMY9Wr4nyc3IL9gU2RFDdtxOgVh0mg==","signatures":[{"sig":"MEYCIQDvOk19PzCz7niDWJc9nhrzzncDpS8Z+XWgH0QYoRupUQIhAMqmCiESkwCN1cRqY/cp1IVlG/UIAXfTR5IRluIJZeF5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.2-canary-b73de94f","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1283982},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.2-canary-b73de94f.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/97bacd83daa9e5bf3a7f373987c7e168/urql-exchange-graphcache-7.0.2-canary-b73de94f.tgz","_integrity":"sha512-IbevxHGLoB+ayELlVrQYeCr9WPci1RkB/CkQQbhnctSmITGwtfGrhrN3VMY9Wr4nyc3IL9gU2RFDdtxOgVh0mg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"wonka":"^6.3.2","@urql/core":">=5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.1","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.2-canary-b73de94f_1713812875848_0.994507513675799","host":"s3://npm-registry-packages"}},"7.0.2-canary-0f3c5c01":{"name":"@urql/exchange-graphcache","version":"7.0.2-canary-0f3c5c01","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.2-canary-0f3c5c01","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"2683f86072b978222921d9b249b5c95510b236a8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.2-canary-0f3c5c01.tgz","fileCount":34,"integrity":"sha512-rwYXy2SOpnFEfj8pjEYTcegD1jztQNYF/8Iicp2uubuH7z4dGgOV/JGYQ03+yynrliJ0UIhjfUMObRLOMy1CMA==","signatures":[{"sig":"MEUCICOe96nMk0/fJXaTTc7VURQHP0KHZCDUkm/HA5kPF4h3AiEA9JZa01R7UrT263NL4zsamFa/QNfre9rSKMMUDr/h2qo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.2-canary-0f3c5c01","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1284134},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.2-canary-0f3c5c01.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/35dd151b955e4ca75cbd951dd9dfc2c4/urql-exchange-graphcache-7.0.2-canary-0f3c5c01.tgz","_integrity":"sha512-rwYXy2SOpnFEfj8pjEYTcegD1jztQNYF/8Iicp2uubuH7z4dGgOV/JGYQ03+yynrliJ0UIhjfUMObRLOMy1CMA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.2-canary-0f3c5c01","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.0.7","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.2-canary-0f3c5c01","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.2-canary-0f3c5c01_1713958138884_0.4505521372894077","host":"s3://npm-registry-packages"}},"7.0.2":{"name":"@urql/exchange-graphcache","version":"7.0.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.0.2","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"5bbe126682cccc35cd857752542eca24b36fc8f4","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.2.tgz","fileCount":34,"integrity":"sha512-6hA4ZDQbG73IVz/GtNsLD7AqPSIof8tvFiEdm10J8dpPd+Ijw9d7RsEbs57sGqpbSzJG+l6UNZ0A53EEYClYxw==","signatures":[{"sig":"MEYCIQDu2HhkSICt0hK1dBzWKhKNaY4AZoGBUAh5FTSc83LbBwIhAJZ2WJgcZZzMqjqeomkdnHjAw+yt3bPwBpXbHXUP9n6E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1283950},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.0.2.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"philpl","email":"phil@kitten.sh"},"_resolved":"/tmp/f5e1050808744a33782af7910be60a5b/urql-exchange-graphcache-7.0.2.tgz","_integrity":"sha512-6hA4ZDQbG73IVz/GtNsLD7AqPSIof8tvFiEdm10J8dpPd+Ijw9d7RsEbs57sGqpbSzJG+l6UNZ0A53EEYClYxw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"wonka":"^6.3.2","@urql/core":">=5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.0.7","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.2","@cypress/react":"^7.0.2","@urql/introspection":"1.0.3","@urql/exchange-execute":"2.2.2"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.0.2_1713961279176_0.5838717827481354","host":"s3://npm-registry-packages"}},"7.1.0-canary-0204e044":{"name":"@urql/exchange-graphcache","version":"7.1.0-canary-0204e044","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.0-canary-0204e044","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"20c29f8cf05cf4b27034e9eee89e4ac4b2350ee8","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.0-canary-0204e044.tgz","fileCount":34,"integrity":"sha512-yNYhB0S8kFo88thdMFR6RD4DG67/e3ctEdf5u92IzvK4I23zPX4cW9JsLxBFhXZFwRelJfmz9DSs+7xYmzQVhQ==","signatures":[{"sig":"MEUCIDQVZaCrQjvO9f7HGSZ3MDBuwlfjkY207lzVx+GVHea0AiEAr5OpkZhaJkvvr+7vGL7ROZTYOlQJDet9FtCy89lX6qQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.0-canary-0204e044","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1284302},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.0-canary-0204e044.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/2c3511a216aae8c43b136a2b588e11d2/urql-exchange-graphcache-7.1.0-canary-0204e044.tgz","_integrity":"sha512-yNYhB0S8kFo88thdMFR6RD4DG67/e3ctEdf5u92IzvK4I23zPX4cW9JsLxBFhXZFwRelJfmz9DSs+7xYmzQVhQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.1.0-canary-0204e044","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.3","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0-canary-0204e044","@urql/exchange-execute":"2.3.0-canary-0204e044"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.0-canary-0204e044_1714715866058_0.3856871499111154","host":"s3://npm-registry-packages"}},"7.1.0-canary-9272cefa":{"name":"@urql/exchange-graphcache","version":"7.1.0-canary-9272cefa","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.0-canary-9272cefa","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"f0ba81b1db562069e88a6b12bab3a651e0013882","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.0-canary-9272cefa.tgz","fileCount":34,"integrity":"sha512-E3MaUWI0L5JASd0cwKDCVhaXWfagrQI0ukqyv1/Q2m/ItxJnp+UP8eIEgvJEVmmhHxrFsKCPxQeWryBZpxmqnA==","signatures":[{"sig":"MEYCIQC5nG7vDgbzK62ghE/Xo4tHguOV2SwT9uHS0owJxZUaZgIhALYPB/JxaHL9SgtCO8+0SrIIXYLTfzwS/mYc5N1c4WTT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.0-canary-9272cefa","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1284302},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.0-canary-9272cefa.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/f94cdee8f25a2e829af36d44f8ec7998/urql-exchange-graphcache-7.1.0-canary-9272cefa.tgz","_integrity":"sha512-E3MaUWI0L5JASd0cwKDCVhaXWfagrQI0ukqyv1/Q2m/ItxJnp+UP8eIEgvJEVmmhHxrFsKCPxQeWryBZpxmqnA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.1.0-canary-9272cefa","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.3","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0-canary-9272cefa","@urql/exchange-execute":"2.3.0-canary-9272cefa"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.0-canary-9272cefa_1714733220225_0.6743787816285916","host":"s3://npm-registry-packages"}},"7.1.0-canary-019b1bb0":{"name":"@urql/exchange-graphcache","version":"7.1.0-canary-019b1bb0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.0-canary-019b1bb0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"783596fb38cf51a3c865b0b23ab9a914422b277e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.0-canary-019b1bb0.tgz","fileCount":34,"integrity":"sha512-lQ0ghgTnFH6cieq2TTJK33+6rQMf9DD9YhOA8enlyuUzXWR+3CT2dozvTR3sw3do+eJ6In9z6kALwCTuUTyf2w==","signatures":[{"sig":"MEUCIEzbwVFec477F1ebNT0y3l29qpABnLc61cUZBCWk27VhAiEA0UG0ECO5QShImL90I7m9ztLX7AMfo1+HsYyrqkhcXkE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.0-canary-019b1bb0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1284302},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.0-canary-019b1bb0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/c5014dfc5bf0055625421e20e6798a32/urql-exchange-graphcache-7.1.0-canary-019b1bb0.tgz","_integrity":"sha512-lQ0ghgTnFH6cieq2TTJK33+6rQMf9DD9YhOA8enlyuUzXWR+3CT2dozvTR3sw3do+eJ6In9z6kALwCTuUTyf2w==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.1.0-canary-019b1bb0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.3","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0-canary-019b1bb0","@urql/exchange-execute":"2.3.0-canary-019b1bb0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.0-canary-019b1bb0_1714835320662_0.17795882738819846","host":"s3://npm-registry-packages"}},"7.1.0-canary-9bf3289b":{"name":"@urql/exchange-graphcache","version":"7.1.0-canary-9bf3289b","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.0-canary-9bf3289b","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"5a8897e3b69a65cf17dd3bd291de73da6d66d9b0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.0-canary-9bf3289b.tgz","fileCount":34,"integrity":"sha512-5QVQEy1Qo65M82vVrRxS9tevEkh018Z5Sf4uHP4gXZUpEv4jwsgC9CIJeyotBDeKvbtA7T0Q2qpIR/LJqcBgCQ==","signatures":[{"sig":"MEUCICbHE5IhWGDP8aj5cISI4j2Tsl7NuA+1mtfI6+3vcZFkAiEAws0syFMEruxnH7w+9kH+Dh2F8bYEqqs9YC0K6y+bsSo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.0-canary-9bf3289b","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1284302},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.0-canary-9bf3289b.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/2ed33b7b1162bb8edb8b92ec58ef6c7a/urql-exchange-graphcache-7.1.0-canary-9bf3289b.tgz","_integrity":"sha512-5QVQEy1Qo65M82vVrRxS9tevEkh018Z5Sf4uHP4gXZUpEv4jwsgC9CIJeyotBDeKvbtA7T0Q2qpIR/LJqcBgCQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.1.0-canary-9bf3289b","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.3","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0-canary-9bf3289b","@urql/exchange-execute":"2.3.0-canary-9bf3289b"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.0-canary-9bf3289b_1715079357498_0.4537262657885279","host":"s3://npm-registry-packages"}},"7.1.0":{"name":"@urql/exchange-graphcache","version":"7.1.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"645255c0084281c72b9d6364109a87ec0584b786","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.0.tgz","fileCount":34,"integrity":"sha512-fwvDSJ1qlFd10RmPuy0sPOS14JB5jQ77hALNfLyP6XoOAXW2VgUYDd2g4ATMoYcrQEOvdjtGBD8xJpxcYganTQ==","signatures":[{"sig":"MEUCIQD8mLb8eP99ElIq4sxIKwaRThrQ7Aj7XRutwTWA9iXWygIga7u1aDNiJomVDnTEWgvXvfG1xLqSHw619uxukIN64LI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1284222},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/94453e0438c2a46d25799be85bd99704/urql-exchange-graphcache-7.1.0.tgz","_integrity":"sha512-fwvDSJ1qlFd10RmPuy0sPOS14JB5jQ77hALNfLyP6XoOAXW2VgUYDd2g4ATMoYcrQEOvdjtGBD8xJpxcYganTQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.5.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.1.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.3","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.0_1715336004389_0.6618376104048664","host":"s3://npm-registry-packages"}},"7.1.1-canary-befdf48d":{"name":"@urql/exchange-graphcache","version":"7.1.1-canary-befdf48d","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.1-canary-befdf48d","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"218e836589a63a3f38ea2443ae90c7d9d4b4d08d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.1-canary-befdf48d.tgz","fileCount":34,"integrity":"sha512-xbjG6vnC2OdM/UZ3W0gYQUWNCTkoL2ciU2semqMj+7HRKhwrdv9AIeUWCAeKvKOqDwvBjFzB8uq0kzKZNgiIZQ==","signatures":[{"sig":"MEUCIHu7pruEUfRxpC/6shZNd7naWvyJCZT3AwpIZr30/p0/AiEAvPc181f3a2+7h5aOnrLOwQNKOLGLxgovd9oRG03ZHQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.1-canary-befdf48d","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1286940},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.1-canary-befdf48d.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/89e985995877623cd510486f8247e2a9/urql-exchange-graphcache-7.1.1-canary-befdf48d.tgz","_integrity":"sha512-xbjG6vnC2OdM/UZ3W0gYQUWNCTkoL2ciU2semqMj+7HRKhwrdv9AIeUWCAeKvKOqDwvBjFzB8uq0kzKZNgiIZQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"wonka":"^6.3.2","@urql/core":"5.0.4-canary-befdf48d","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.1.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.4-canary-befdf48d","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"5.0.4-canary-befdf48d"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.1-canary-befdf48d_1717697326682_0.08693904027944899","host":"s3://npm-registry-packages"}},"7.1.1":{"name":"@urql/exchange-graphcache","version":"7.1.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.1","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ab6871f9838390f71ea99997e249dadf33968f50","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.1.tgz","fileCount":34,"integrity":"sha512-9aqgVrFY79MxCQ/u4F4RHZQ4NqToVJJk4I2sQx/5d/lvB9tInA5Z8ZL5XuflaKM7NJ8Pm5HGisB/iD7mKHKriA==","signatures":[{"sig":"MEQCIHbxR618WRKV93WETX14M3jw+QUp+HAjkD95n1duGiE8AiAvcNkMpARz3zekFuJHW1nK02RU6TQJUMAoP9JGPHY6TQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1286740},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.1.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/21f3d566ea80180ade731a257348c603/urql-exchange-graphcache-7.1.1.tgz","_integrity":"sha512-9aqgVrFY79MxCQ/u4F4RHZQ4NqToVJJk4I2sQx/5d/lvB9tInA5Z8ZL5XuflaKM7NJ8Pm5HGisB/iD7mKHKriA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.1.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.4","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.1_1717697526045_0.9015388385470726","host":"s3://npm-registry-packages"}},"7.1.2-canary-4e52cf07":{"name":"@urql/exchange-graphcache","version":"7.1.2-canary-4e52cf07","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.2-canary-4e52cf07","homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"ee88aa0ca3c980dae1fbfaab98977e43110c9d47","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.2-canary-4e52cf07.tgz","fileCount":34,"integrity":"sha512-ykr2e+sDSzvw4jnQ6vpYXoFRVpsmSdlpjk8L15me1KKOHu9CPNvtIuPbuxXzb1ZlnI3G0xz53YEiyfy3TZ0X/A==","signatures":[{"sig":"MEUCIQDITUweuit0MGXglt+ZTALQY4VIuZOFyncNxHPf5+m4WgIgX2/Bi6oDtC+ySBdAsDZzaUjJqjDrWYOmnMgCROFwno4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.2-canary-4e52cf07","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1287452},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.2-canary-4e52cf07.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/af1c985fb22ee2f708678c9b21bc1fb2/urql-exchange-graphcache-7.1.2-canary-4e52cf07.tgz","_integrity":"sha512-ykr2e+sDSzvw4jnQ6vpYXoFRVpsmSdlpjk8L15me1KKOHu9CPNvtIuPbuxXzb1ZlnI3G0xz53YEiyfy3TZ0X/A==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.1.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.4","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.2-canary-4e52cf07_1719233500337_0.06306606097368395","host":"s3://npm-registry-packages"}},"7.1.2-canary-1059b6ef":{"name":"@urql/exchange-graphcache","version":"7.1.2-canary-1059b6ef","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.2-canary-1059b6ef","homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"82edaca83556138b4cacba77b39c137e5a38afa0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.2-canary-1059b6ef.tgz","fileCount":34,"integrity":"sha512-MjyXPOseOIAKTbeTbKskQCeeIaDX3+m671v3U6/rvU++FB0Y+A1r9MX/d8JiyBP5kMRuGRGF/osxqAkhsZgKzg==","signatures":[{"sig":"MEUCIQDyeZcu0sOHGgP3Dt//LZEyTb7CWCwbtiGQMDPK77BqcAIgfs8vT2+w1hq3UlgmpyYXy2a3v5maF6hgtI507I4B3ZA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.2-canary-1059b6ef","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1287452},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.2-canary-1059b6ef.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/35576a1ba29d4ebc228c6796b3a42281/urql-exchange-graphcache-7.1.2-canary-1059b6ef.tgz","_integrity":"sha512-MjyXPOseOIAKTbeTbKskQCeeIaDX3+m671v3U6/rvU++FB0Y+A1r9MX/d8JiyBP5kMRuGRGF/osxqAkhsZgKzg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.1.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.4","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.2-canary-1059b6ef_1719726102020_0.6401226862408853","host":"s3://npm-registry-packages"}},"7.1.2":{"name":"@urql/exchange-graphcache","version":"7.1.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.2","homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"b9196699fd8bcd784585ae3a9d87b1c2c9d78c35","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.2.tgz","fileCount":34,"integrity":"sha512-W2+lYYB/aW1xjPtrMO/Cuxnq3Wl+DuiySqbdw/II91G/NH8Axx2oxRLjWMeC5r/71RivJUrmf2FVzb4Yy1+qwQ==","signatures":[{"sig":"MEUCIBpNcGAvzoAQ3/EBskm35cvnpXuYIxknkiXKS+CvfIMIAiEA6tfaBYsC1DnQjcL1vPpDhWFV5HJhu2ptwLPM9N7RA0o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1287420},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.2.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/08d2769a3180bae57e17a1d0c8b044c5/urql-exchange-graphcache-7.1.2.tgz","_integrity":"sha512-W2+lYYB/aW1xjPtrMO/Cuxnq3Wl+DuiySqbdw/II91G/NH8Axx2oxRLjWMeC5r/71RivJUrmf2FVzb4Yy1+qwQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.1.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.4","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.2_1719726772909_0.8910630735346114","host":"s3://npm-registry-packages"}},"7.1.3-canary-31d161a5":{"name":"@urql/exchange-graphcache","version":"7.1.3-canary-31d161a5","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.3-canary-31d161a5","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"b9073638b6d3cde9c8e2895f8919a63f0b8bac51","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.3-canary-31d161a5.tgz","fileCount":34,"integrity":"sha512-ET6Sqn6KTmXUjqwxc9gB+Tvvo4N5h6phcYjdmk+JqvT3o+mRe1eE3k1TgYamo+XPzy98Diz6quMnFFlvd8tm1Q==","signatures":[{"sig":"MEQCIExXATiXiCYs4YOn7h1Wo8qOgDyEpvodhhnUWLLY+/jsAiBvXXqNCHkqlYFOTN+bP2ho1icLQVId6l6tYCBYhJxJTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.3-canary-31d161a5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1287919},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.3-canary-31d161a5.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/91a3697fef8aa16eeeecb62610757eac/urql-exchange-graphcache-7.1.3-canary-31d161a5.tgz","_integrity":"sha512-ET6Sqn6KTmXUjqwxc9gB+Tvvo4N5h6phcYjdmk+JqvT3o+mRe1eE3k1TgYamo+XPzy98Diz6quMnFFlvd8tm1Q==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.1.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.6","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.3-canary-31d161a5_1725896159420_0.9357960528749836","host":"s3://npm-registry-packages"}},"7.1.3":{"name":"@urql/exchange-graphcache","version":"7.1.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.1.3","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"66e90cfa385e80046d1edd87469b386d9ce52cff","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.3.tgz","fileCount":34,"integrity":"sha512-Tn1y/s4Q8duy1FUkdZCAOtW/THCRyKUmwB+jeTVhLAg7q2xkv0h7cbCd+o76ZOq8OXYEhr7IY8n/P9UQQ0/jGA==","signatures":[{"sig":"MEUCIQCTWTalPZc+oUyH28yQIAHVYkTjT2DCzcwzsD7f1RNgywIgbxUpo47nmULCMhjmvt/tKW3kVANUVGxlYCivncg7biE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.1.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1287887},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.1.3.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest --config ../../vitest.config.ts","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/088d4e3101127bc243749095974f2ac0/urql-exchange-graphcache-7.1.3.tgz","_integrity":"sha512-Tn1y/s4Q8duy1FUkdZCAOtW/THCRyKUmwB+jeTVhLAg7q2xkv0h7cbCd+o76ZOq8OXYEhr7IY8n/P9UQQ0/jGA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.1.0","react":"^17.0.1","cypress":"^12.8.1","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.6","@cypress/react":"^7.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.1.3_1726033060796_0.6278837023110047","host":"s3://npm-registry-packages"}},"7.2.0-canary-ca0adea8d24747f4561e699485edc2ae884c4509":{"name":"@urql/exchange-graphcache","version":"7.2.0-canary-ca0adea8d24747f4561e699485edc2ae884c4509","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.2.0-canary-ca0adea8d24747f4561e699485edc2ae884c4509","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"f287028fa2bf8d5ca6b4e6d1e8521bc9f198caf1","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.0-canary-ca0adea8d24747f4561e699485edc2ae884c4509.tgz","fileCount":34,"integrity":"sha512-JRHqfKsv9gAJxTaKh3E13KpsxtESSuIj+bSG3FahOLWoleKdmfGuRkmJr+tmHRcsLuCQZ710YfyPuJWZy4XIGg==","signatures":[{"sig":"MEUCIA8HDhXPYOLrLG1116CdWsW33W6dLYmn6yPGhmg6dLGsAiEAtQOmluKPg1Jv3POVsQ3XYmsAuMmgEOZoFuSwH5E/w8g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.2.0-canary-ca0adea8d24747f4561e699485edc2ae884c4509","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1288981},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.2.0-canary-ca0adea8d24747f4561e699485edc2ae884c4509.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/0cb68e71309dd212f008a363b6435214/urql-exchange-graphcache-7.2.0-canary-ca0adea8d24747f4561e699485edc2ae884c4509.tgz","_integrity":"sha512-JRHqfKsv9gAJxTaKh3E13KpsxtESSuIj+bSG3FahOLWoleKdmfGuRkmJr+tmHRcsLuCQZ710YfyPuJWZy4XIGg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.1.0","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.6","@cypress/react":"^8.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.2.0-canary-ca0adea8d24747f4561e699485edc2ae884c4509_1727945548469_0.6170734515934295","host":"s3://npm-registry-packages"}},"7.2.0":{"name":"@urql/exchange-graphcache","version":"7.2.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.2.0","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"bd516a4b48b5175c0585d39a7e9bf822c43a7c94","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.0.tgz","fileCount":34,"integrity":"sha512-NPSfcHyhZnqTuu2OtBTS0b80YMQe1fOEpECZWyRd1A4WSfU/BJjsNSI/AXnG7ABGGCMtLvfTWRSlzsoLwPjwlQ==","signatures":[{"sig":"MEQCICF7vTsCTUNDqGeGkSejzFJs3wzr63x/oF2ZuSWry3WyAiAJ+4ZaesB5wVJEv4zLaRetMwMgRwAnBjg9RlS20Tbkbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1288885},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.2.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/561c25f995a0f6c0c73f4dab1a1f0e63/urql-exchange-graphcache-7.2.0.tgz","_integrity":"sha512-NPSfcHyhZnqTuu2OtBTS0b80YMQe1fOEpECZWyRd1A4WSfU/BJjsNSI/AXnG7ABGGCMtLvfTWRSlzsoLwPjwlQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.1.0","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.6","@cypress/react":"^8.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.2.0_1727955032470_0.3593303545086499","host":"s3://npm-registry-packages"}},"7.2.1-canary-4641c394da0dc3d26a5d5733707ccf011945a380":{"name":"@urql/exchange-graphcache","version":"7.2.1-canary-4641c394da0dc3d26a5d5733707ccf011945a380","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.2.1-canary-4641c394da0dc3d26a5d5733707ccf011945a380","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"2e3aa17fcb9e66b77bba19f546f460e1362e750e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.1-canary-4641c394da0dc3d26a5d5733707ccf011945a380.tgz","fileCount":34,"integrity":"sha512-CRyFUHmU82qlQU6IN+ZuavWNRPOKJW5buUmXGmAqUAmbsS61Vp1EZcVB7d8mV7jmlR5rbOg8wV31xa0IoojC3A==","signatures":[{"sig":"MEUCIQCTCLpiKaJPavSp6yJnhXBsg9e25ESC4nrCXc2xOd7N5wIgXGM1PWWBtGBSTLLblYZGfV/d4pSxivbzKNe9S8Y5Q+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.2.1-canary-4641c394da0dc3d26a5d5733707ccf011945a380","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1294332},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.2.1-canary-4641c394da0dc3d26a5d5733707ccf011945a380.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/b9dd8823f044b8e25524cfe642d9adfb/urql-exchange-graphcache-7.2.1-canary-4641c394da0dc3d26a5d5733707ccf011945a380.tgz","_integrity":"sha512-CRyFUHmU82qlQU6IN+ZuavWNRPOKJW5buUmXGmAqUAmbsS61Vp1EZcVB7d8mV7jmlR5rbOg8wV31xa0IoojC3A==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.2.0","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.6","@cypress/react":"^8.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.2.1-canary-4641c394da0dc3d26a5d5733707ccf011945a380_1729371410400_0.20273452801500835","host":"s3://npm-registry-packages"}},"7.2.1":{"name":"@urql/exchange-graphcache","version":"7.2.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.2.1","maintainers":[{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"43bc01c8069933fa37cecd4e68bce7b24ccea816","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.1.tgz","fileCount":34,"integrity":"sha512-ag7uFfIoowQOMDjkYLPMyBZIsEvh91ctVFkwJOqj6HAPcpXEl00JGKsSJceza2YLzsoAsYhrs1/SRq2DVuiUUA==","signatures":[{"sig":"MEUCIH04xnikLRvyIAwq3j2+YTkjzdoUluuPih1ZqJRITNkDAiEA37IIWuLvOGFpGoTkliy2B8NYDd1nOYMabZslY9eY2wM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1294236},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.2.1.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/f088abcf3a0fa96ca67c43a8f7d3fb9b/urql-exchange-graphcache-7.2.1.tgz","_integrity":"sha512-ag7uFfIoowQOMDjkYLPMyBZIsEvh91ctVFkwJOqj6HAPcpXEl00JGKsSJceza2YLzsoAsYhrs1/SRq2DVuiUUA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.0.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.2.0","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.0.6","@cypress/react":"^8.0.2","@urql/introspection":"1.1.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.2.1_1729406983330_0.4385139509842293","host":"s3://npm-registry-packages"}},"7.2.2-canary-e77e3424fd58a91a00b7467da81787848ca8f5d6":{"name":"@urql/exchange-graphcache","version":"7.2.2-canary-e77e3424fd58a91a00b7467da81787848ca8f5d6","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.2.2-canary-e77e3424fd58a91a00b7467da81787848ca8f5d6","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"dbf0a6284a8c405655acb010530d2ced8e1fb685","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.2-canary-e77e3424fd58a91a00b7467da81787848ca8f5d6.tgz","fileCount":34,"integrity":"sha512-nFN9Mi7WijX1Wdz0idnrGg48QB41d2swY9FWjbubyK1rXhTs6oe8HNuD5ePyjuit8mK03YF6dNw35UfwKcoLIg==","signatures":[{"sig":"MEQCIEU0PDV2h6klB4ntXxIjn3mMVn1FXPp95iXKyD0D0/HtAiBJ8+jssU1JyHKqP45BoSoQk6a/VMs35v8og/OjiClhGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.2.2-canary-e77e3424fd58a91a00b7467da81787848ca8f5d6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1294901},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.2.2-canary-e77e3424fd58a91a00b7467da81787848ca8f5d6.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/c7b6d156dc9ff3a213aab43706a797f2/urql-exchange-graphcache-7.2.2-canary-e77e3424fd58a91a00b7467da81787848ca8f5d6.tgz","_integrity":"sha512-nFN9Mi7WijX1Wdz0idnrGg48QB41d2swY9FWjbubyK1rXhTs6oe8HNuD5ePyjuit8mK03YF6dNw35UfwKcoLIg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.1.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.2.1","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.1.0","@cypress/react":"^8.0.2","@urql/introspection":"1.2.0-canary-e77e3424fd58a91a00b7467da81787848ca8f5d6","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.2.2-canary-e77e3424fd58a91a00b7467da81787848ca8f5d6_1737662604764_0.8636006006655681","host":"s3://npm-registry-packages-npm-production"}},"7.2.2":{"name":"@urql/exchange-graphcache","version":"7.2.2","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.2.2","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"7b35540b9b36aa80481e3af810b5d051acebd8f0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.2.tgz","fileCount":34,"integrity":"sha512-hSLbPkLTYKYb9zTB+fSZhFxe+zMOaXuIcSsBiaa+bxT8d5Cxt1ed/oAJfUV9vY27SJ+b0UYq6NXWHBhYOjUWNg==","signatures":[{"sig":"MEUCICzmXdlDLeg1sI8dlJJjzDS6ADC4IWGHVYVau481wdQ4AiEAtg4Oz0bnAAGmb1Kl0zsliptJxGb+BIN27cKj/2ATNwg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.2.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1294757},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.2.2.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/e9a1a70c57f842f7daf3362b3980dc72/urql-exchange-graphcache-7.2.2.tgz","_integrity":"sha512-hSLbPkLTYKYb9zTB+fSZhFxe+zMOaXuIcSsBiaa+bxT8d5Cxt1ed/oAJfUV9vY27SJ+b0UYq6NXWHBhYOjUWNg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.1.0","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.2.1","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.1.0","@cypress/react":"^8.0.2","@urql/introspection":"1.2.0","@urql/exchange-execute":"2.3.0"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.2.2_1737695611783_0.8096690694131952","host":"s3://npm-registry-packages-npm-production"}},"7.2.3-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4":{"name":"@urql/exchange-graphcache","version":"7.2.3-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.2.3-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"9e585545f124f9d3123231f465cd21cf021e8649","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.3-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4.tgz","fileCount":22,"integrity":"sha512-B6ROKCL5Pb9anh0p+YSiIaC5fNKgUToRWVcXUROCwJWFPHwpo19pA63ObuT/LeKTxRvmubt8WFNgvuoPvu2+gw==","signatures":[{"sig":"MEUCIQCH/Z+tsvJIUPu32wE7Gg0W/W/Bhbe39Of3l0K+nKNK9wIgCYflH3gQMJPKCn1p8BJ2zD4hJA+IbnelFw60HX5sIxU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.2.3-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":519852},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.2.3-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/c63494c1f69017b766927efa0a17940c/urql-exchange-graphcache-7.2.3-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4.tgz","_integrity":"sha512-B6ROKCL5Pb9anh0p+YSiIaC5fNKgUToRWVcXUROCwJWFPHwpo19pA63ObuT/LeKTxRvmubt8WFNgvuoPvu2+gw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.7","dependencies":{"wonka":"^6.3.2","@urql/core":"5.1.1-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.2.2-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.1.1-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4","@urql/exchange-execute":"2.3.1-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4"},"peerDependencies":{"@urql/core":"5.1.1-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.2.3-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4_1741035996960_0.023560646156580045","host":"s3://npm-registry-packages-npm-production"}},"7.2.3":{"name":"@urql/exchange-graphcache","version":"7.2.3","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.2.3","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a3cba4c329201427ae31565a9bc8d8291168dfb0","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.3.tgz","fileCount":22,"integrity":"sha512-ClxbxlONfcGZOgZQxUIJ2hvy82mwuljQLVd957TgpSDzSCMLWCklWFubnSC5YFvQLR1kZJW+sbhWKd4ZpndF9w==","signatures":[{"sig":"MEYCIQCpTQ+Ti0kO7qfn1q4JZF9V09pw8CbZcEitN9o4L9nL5AIhAK9r12K3R03zFvGVT8n5NZZKz/HX30W4xSKk2Oqc/DdB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.2.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":519422},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.2.3.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/094ad132e4fa37074e1186375aea01c4/urql-exchange-graphcache-7.2.3.tgz","_integrity":"sha512-ClxbxlONfcGZOgZQxUIJ2hvy82mwuljQLVd957TgpSDzSCMLWCklWFubnSC5YFvQLR1kZJW+sbhWKd4ZpndF9w==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.7","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.1.1","@0no-co/graphql.web":"^1.0.5"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.2.2","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.1.1","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"2.3.1"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.2.3_1741036408377_0.7513068593756784","host":"s3://npm-registry-packages-npm-production"}},"7.2.4-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293":{"name":"@urql/exchange-graphcache","version":"7.2.4-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.2.4-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"644018383ec0e7f7be9120bc3cd28ff26a1d748e","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.4-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293.tgz","fileCount":22,"integrity":"sha512-grfFBuKCYuHkoiBrr4rk7zw4fP/XEmr+ArYtW0V8cBWJmtX3wiN/Ug588sa2tx8/hLNwx58Opu1o8HGUAh5fEw==","signatures":[{"sig":"MEUCIQCiVIoE+BroBNnGfPlQQwkC4XwQskOh5cAO+/hvTSnuhgIgDo9lVYvhsF8JX8Sg/YQSltvIR1MIeu56TeZ64p3p744=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.2.4-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":520195},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.2.4-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/5e8a8ac9b8f2db144a5cca54995d2af0/urql-exchange-graphcache-7.2.4-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293.tgz","_integrity":"sha512-grfFBuKCYuHkoiBrr4rk7zw4fP/XEmr+ArYtW0V8cBWJmtX3wiN/Ug588sa2tx8/hLNwx58Opu1o8HGUAh5fEw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.7","dependencies":{"wonka":"^6.3.2","@urql/core":"5.1.2-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"4.2.2","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.1.2-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"2.3.1"},"peerDependencies":{"@urql/core":"5.1.2-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.2.4-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293_1743675586296_0.486626531712836","host":"s3://npm-registry-packages-npm-production"}},"7.2.4":{"name":"@urql/exchange-graphcache","version":"7.2.4","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@7.2.4","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c2e8d2a634906b2535d77b2e1c5c8717fa2e30fd","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.4.tgz","fileCount":22,"integrity":"sha512-kiKbT0ZrtyQmmgNLYR0qkZAJjWHQOtrd+6Dt9JMtm3L/A8r3D6ptcJn668BADP6J+vkxcfNFtdI+0OdmBBkRgw==","signatures":[{"sig":"MEUCIBhAHIEQH4G/qmseH+R6nDRykfjUJkZzI5FpcnqoqA5LAiEAvn/kfaqxbSn8YpBzhSuxfHGe7flxrpJhbD3/yvU9tgc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@7.2.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":519966},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-7.2.4.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","actor":{"name":"jdecroock","type":"user","email":"decroockjovi@gmail.com"},"email":"decroockjovi@gmail.com"},"_resolved":"/tmp/ad435d9588b82abf2097f0a9b9537e57/urql-exchange-graphcache-7.2.4.tgz","_integrity":"sha512-kiKbT0ZrtyQmmgNLYR0qkZAJjWHQOtrd+6Dt9JMtm3L/A8r3D6ptcJn668BADP6J+vkxcfNFtdI+0OdmBBkRgw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.8","dependencies":{"wonka":"^6.3.2","@urql/core":"^5.1.2","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"4.2.2","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"5.1.2","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"2.3.1"},"peerDependencies":{"@urql/core":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_7.2.4_1751044000823_0.593668087661334","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045":{"name":"@urql/exchange-graphcache","version":"8.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@8.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"c1c8ae9af73ecf0f01452675e0c19fc58d60b960","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-8.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045.tgz","fileCount":22,"integrity":"sha512-JHfoB6SCYLg6lOS5nRGVANlgsDZ1WwhqfrL/dfLLmFcYnPomZpNxeo22mUmMbXCdJuTBi+yfDmOfl0IiCilp7g==","signatures":[{"sig":"MEUCIC8M39RaBUjG9fCBbuaF89o1EL7RI07ofvR2FvC+3YHMAiEA6yL6xyntCX10ybC+Noe9upJO6W5IXw+u4rmy2lhsPcM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@8.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":520484},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-8.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","actor":{"name":"jdecroock","type":"user","email":"decroockjovi@gmail.com"},"email":"decroockjovi@gmail.com"},"_resolved":"/tmp/f3c42c463a2fa4c0c4e82c42f5e348aa/urql-exchange-graphcache-8.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045.tgz","_integrity":"sha512-JHfoB6SCYLg6lOS5nRGVANlgsDZ1WwhqfrL/dfLLmFcYnPomZpNxeo22mUmMbXCdJuTBi+yfDmOfl0IiCilp7g==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.8","dependencies":{"wonka":"^6.3.2","@urql/core":"6.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"5.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045"},"peerDependencies":{"@urql/core":"6.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_8.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045_1751179056896_0.7481298602969368","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c":{"name":"@urql/exchange-graphcache","version":"8.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@8.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"e41edc9cb82ac6ba58ebd0deacbf1de636eafbd3","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-8.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c.tgz","fileCount":22,"integrity":"sha512-fTi2XXUej/9ITI5AdYnbDKIJiGyD6CupdZ17cqIMGMnf+FUdmNO51UVEm4QxFbhJV1kcactit1+HyMQOisnPoA==","signatures":[{"sig":"MEUCIQD0+yXApwINfEMim1D5ul+zHLW+XsFGdmYR9/iXVNi1RwIgGxnVLwv3uhlcJXI8xNjUrBvakQ+ZMcoU1eSVqZQADOc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@8.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":520544},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-8.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/b91cccbd2d8cb6e997348fc0d7fc6250/urql-exchange-graphcache-8.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c.tgz","_integrity":"sha512-fTi2XXUej/9ITI5AdYnbDKIJiGyD6CupdZ17cqIMGMnf+FUdmNO51UVEm4QxFbhJV1kcactit1+HyMQOisnPoA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.8","dependencies":{"wonka":"^6.3.2","@urql/core":"6.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"5.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c"},"peerDependencies":{"@urql/core":"6.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_8.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c_1754741411442_0.6355537615286537","host":"s3://npm-registry-packages-npm-production"}},"8.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6":{"name":"@urql/exchange-graphcache","version":"8.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@8.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"eb595601ada192a9da506f1aad84a8453b9044c1","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-8.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6.tgz","fileCount":22,"integrity":"sha512-hPUel/8R4+uvVi6HhDyAkmIeN5+SuTzdZz74XFiCpBFZ79mkHl3Vkdwzyu8xQQfQIK+KMJdxNgyvIThFvjHMWg==","signatures":[{"sig":"MEUCIQCoDdAlQOuSlFdpXpnR9K/WCvz8oSDWycQLDPulTyoOuAIgErXUeK2Q1CSxReesKn1/EaMrjvwVAf2X0oEtv7Mmt1Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@8.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":520544},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-8.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/5878f21d627b2953a7e8418cf7b12dc0/urql-exchange-graphcache-8.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6.tgz","_integrity":"sha512-hPUel/8R4+uvVi6HhDyAkmIeN5+SuTzdZz74XFiCpBFZ79mkHl3Vkdwzyu8xQQfQIK+KMJdxNgyvIThFvjHMWg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.8","dependencies":{"wonka":"^6.3.2","@urql/core":"6.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"5.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6"},"peerDependencies":{"@urql/core":"6.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_8.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6_1754742319703_0.7314605370325469","host":"s3://npm-registry-packages-npm-production"}},"8.0.0":{"name":"@urql/exchange-graphcache","version":"8.0.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@8.0.0","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"6a015ade50d57156322c0e71e16154608b5f5c26","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-8.0.0.tgz","fileCount":22,"integrity":"sha512-fnUF5DK7DxcGBi5N8KV4M75dlIpcq3vXszbcVy/iAntCCmaJ0SXg+Ne4XbYb7KP3QnmpgFF4/k6+KIWo4G5q6w==","signatures":[{"sig":"MEUCIAMvCAbzZ71mQDqMoEEOXJPebXO8jOOkqxm5Dkh6pM4oAiEAxvVxmRpWT4JYKRFN+OJcbRJZrisWsYupCFE86bp+qo8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@8.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":520162},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-8.0.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/cbc247804842964654dd6ba571421e4f/urql-exchange-graphcache-8.0.0.tgz","_integrity":"sha512-fnUF5DK7DxcGBi5N8KV4M75dlIpcq3vXszbcVy/iAntCCmaJ0SXg+Ne4XbYb7KP3QnmpgFF4/k6+KIWo4G5q6w==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.8","dependencies":{"wonka":"^6.3.2","@urql/core":"^6.0.0","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"5.0.0","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.0","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0"},"peerDependencies":{"@urql/core":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_8.0.0_1754742640306_0.6270798959249864","host":"s3://npm-registry-packages-npm-production"}},"8.1.0-canary-038c2c04b9fb4ac4d6ea53031b6a477d95fbb68a":{"name":"@urql/exchange-graphcache","version":"8.1.0-canary-038c2c04b9fb4ac4d6ea53031b6a477d95fbb68a","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@8.1.0-canary-038c2c04b9fb4ac4d6ea53031b6a477d95fbb68a","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"a611ee5b79b34e14e343bfdf64c46a8bfbc9253a","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-8.1.0-canary-038c2c04b9fb4ac4d6ea53031b6a477d95fbb68a.tgz","fileCount":22,"integrity":"sha512-dJOxAzm+ZmsIdUho+Tvsy++oicOLx+xOqjh1/svAiYYIbHfQ4OxVnAOb1AQ4PCiLMcKx6YozkJG6pZ8zPw2nUA==","signatures":[{"sig":"MEUCIQDRdIpEoV9MkLLdMdgJifcWDKM8rtuRWoUQJSDdRrCoGgIgZ9Ip+g+04Xv5stx0QNHe1DCnHxeHu/avNO2gslb0Ew0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@8.1.0-canary-038c2c04b9fb4ac4d6ea53031b6a477d95fbb68a","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":523614},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-8.1.0-canary-038c2c04b9fb4ac4d6ea53031b6a477d95fbb68a.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/db080ac6d7a57fbb75af67437981c5ab/urql-exchange-graphcache-8.1.0-canary-038c2c04b9fb4ac4d6ea53031b6a477d95fbb68a.tgz","_integrity":"sha512-dJOxAzm+ZmsIdUho+Tvsy++oicOLx+xOqjh1/svAiYYIbHfQ4OxVnAOb1AQ4PCiLMcKx6YozkJG6pZ8zPw2nUA==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.8","dependencies":{"wonka":"^6.3.2","@urql/core":"^6.0.0","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"5.0.0","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.0","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0"},"peerDependencies":{"@urql/core":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_8.1.0-canary-038c2c04b9fb4ac4d6ea53031b6a477d95fbb68a_1754745136426_0.7710104689299428","host":"s3://npm-registry-packages-npm-production"}},"8.1.0":{"name":"@urql/exchange-graphcache","version":"8.1.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@8.1.0","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichellemeyer@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"8755932011c2bd7646680120fd50509739c8985d","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-8.1.0.tgz","fileCount":22,"integrity":"sha512-KxdDFcGAWhYOkpCz/NLNHb8SaWSxE2G1iv+jlFty2f/ZlCkD+FjtzwQuieGl7fk1MVR8DG1zLmxGNlwfCNksfQ==","signatures":[{"sig":"MEYCIQC4whOQIbtAmafiJybsrC6Jj+Vc7+NpMaZwCZbfn4dHlAIhALqWz1RiZw6BPQIqu4IKM+On/xF/+xXTNyRAO/PLtzrL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@8.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":523518},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-8.1.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"_resolved":"/tmp/4802939bdb9eff7e7083f25b7c50f7e9/urql-exchange-graphcache-8.1.0.tgz","_integrity":"sha512-KxdDFcGAWhYOkpCz/NLNHb8SaWSxE2G1iv+jlFty2f/ZlCkD+FjtzwQuieGl7fk1MVR8DG1zLmxGNlwfCNksfQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"10.8.2","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"18.20.8","dependencies":{"wonka":"^6.3.2","@urql/core":"^6.0.0","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"5.0.0","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.0","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0"},"peerDependencies":{"@urql/core":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_8.1.0_1754746258359_0.4289217326506871","host":"s3://npm-registry-packages-npm-production"}},"9.0.0-canary-d845f88bd6b3529666776d315ebcd3d27f61ac23":{"name":"@urql/exchange-graphcache","version":"9.0.0-canary-d845f88bd6b3529666776d315ebcd3d27f61ac23","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@9.0.0-canary-d845f88bd6b3529666776d315ebcd3d27f61ac23","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichelleegan@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"7019726ebc099b19faabb6112ef15ccf850497e3","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-9.0.0-canary-d845f88bd6b3529666776d315ebcd3d27f61ac23.tgz","fileCount":22,"integrity":"sha512-pl0i55LivBoDpN7xJtxDVtt8Q97/csGRX7sFObUJFg8T9BByxmvppO8pcD3vQk145VM5RmeqLFxo41sOA6ZrnQ==","signatures":[{"sig":"MEQCIBBS4uzquMhuqUa2P4/votxjrETHh/qnguCajvLUdVMQAiBzYWP8L6uXWbpCI9/35s2JddtaC/r+rll1C8mtpfhTLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@9.0.0-canary-d845f88bd6b3529666776d315ebcd3d27f61ac23","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":519554},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-9.0.0-canary-d845f88bd6b3529666776d315ebcd3d27f61ac23.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ecca9edb-7fdd-4a81-af15-08bd41d8b6c7"}},"_resolved":"/tmp/608cbdba0ff83bf756a4bb45604f1055/urql-exchange-graphcache-9.0.0-canary-d845f88bd6b3529666776d315ebcd3d27f61ac23.tgz","_integrity":"sha512-pl0i55LivBoDpN7xJtxDVtt8Q97/csGRX7sFObUJFg8T9BByxmvppO8pcD3vQk145VM5RmeqLFxo41sOA6ZrnQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"11.6.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"wonka":"^6.3.2","@urql/core":"^6.0.1","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"5.0.1","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.1","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0"},"peerDependencies":{"@urql/core":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_9.0.0-canary-d845f88bd6b3529666776d315ebcd3d27f61ac23_1764161519919_0.7935845060782483","host":"s3://npm-registry-packages-npm-production"}},"9.0.0-canary-1d0ce5c1545bd02cd7c7f4c08911290a670b9141":{"name":"@urql/exchange-graphcache","version":"9.0.0-canary-1d0ce5c1545bd02cd7c7f4c08911290a670b9141","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@9.0.0-canary-1d0ce5c1545bd02cd7c7f4c08911290a670b9141","maintainers":[{"name":"michaelmerrill","email":"michael@michaelmerrill.me"},{"name":"sarmeyer","email":"sarahmichelleegan@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"carbonrobot","email":"carbonrobot@gmail.com"},{"name":"masiddee","email":"mansoor@msiddeeq.com"},{"name":"scott-rippey","email":"scott.william.rippey@gmail.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"robwalkerco","email":"hi@robwalker.co"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"scottianstewart","email":"scott@scottstewart.co"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"5e86348eb59af1706aeb57e867d0e5e5fb4276de","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-9.0.0-canary-1d0ce5c1545bd02cd7c7f4c08911290a670b9141.tgz","fileCount":22,"integrity":"sha512-l9zem6nZhxRrAXJBgnC/J/kQbLywempUd4KUovvo1GFR66IZsISVPHyiVDnwKENW4Rz7q+1dWjKvyQnrXL6tsQ==","signatures":[{"sig":"MEYCIQCFBsgmayf0jaxRI9BmlJLdjRo4a9phRvFuZ5dgmm4uNQIhALaNJbceIDkHljwFuJP4+kS8ofOEt2upQvTflyUWoljG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@9.0.0-canary-1d0ce5c1545bd02cd7c7f4c08911290a670b9141","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":519554},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-9.0.0-canary-1d0ce5c1545bd02cd7c7f4c08911290a670b9141.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ecca9edb-7fdd-4a81-af15-08bd41d8b6c7"}},"_resolved":"/tmp/1a7e5c7c106166814ac30e0349c5a093/urql-exchange-graphcache-9.0.0-canary-1d0ce5c1545bd02cd7c7f4c08911290a670b9141.tgz","_integrity":"sha512-l9zem6nZhxRrAXJBgnC/J/kQbLywempUd4KUovvo1GFR66IZsISVPHyiVDnwKENW4Rz7q+1dWjKvyQnrXL6tsQ==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"11.6.4","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"wonka":"^6.3.2","@urql/core":"^6.0.1","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"5.0.1","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.1","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0"},"peerDependencies":{"@urql/core":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_9.0.0-canary-1d0ce5c1545bd02cd7c7f4c08911290a670b9141_1764229870063_0.7381366177635085","host":"s3://npm-registry-packages-npm-production"}},"9.0.0-canary-058a07c3aeccc1ae351555335292f0680fcf29f6":{"name":"@urql/exchange-graphcache","version":"9.0.0-canary-058a07c3aeccc1ae351555335292f0680fcf29f6","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@9.0.0-canary-058a07c3aeccc1ae351555335292f0680fcf29f6","maintainers":[{"name":"sarmeyer","email":"sarahmichelleegan@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"6dca77183f3f14ee618b28e6945bac5692577503","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-9.0.0-canary-058a07c3aeccc1ae351555335292f0680fcf29f6.tgz","fileCount":22,"integrity":"sha512-WXVSSuhuyVsm7gVwDoL9m9XPKdFqAoVLnzTpkUIYhqYfsKqKkZIbZHV73GD7H8rfTwcoiG16gxkc3EpvClfEgw==","signatures":[{"sig":"MEUCIQC2nLU1MErezouam4FdQoZqUQMKz7PDABZZcv0nsV5tNAIgJoJznM4H0w4daE4/gCTK5WYzPMRjf4mqZ5hz+ggadp4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@9.0.0-canary-058a07c3aeccc1ae351555335292f0680fcf29f6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":519554},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-9.0.0-canary-058a07c3aeccc1ae351555335292f0680fcf29f6.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ecca9edb-7fdd-4a81-af15-08bd41d8b6c7"}},"_resolved":"/tmp/faf7034a9f12209c2d41e0ed1b04b535/urql-exchange-graphcache-9.0.0-canary-058a07c3aeccc1ae351555335292f0680fcf29f6.tgz","_integrity":"sha512-WXVSSuhuyVsm7gVwDoL9m9XPKdFqAoVLnzTpkUIYhqYfsKqKkZIbZHV73GD7H8rfTwcoiG16gxkc3EpvClfEgw==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"11.7.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"20.19.6","dependencies":{"wonka":"^6.3.2","@urql/core":"^6.0.1","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"5.0.1","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.1","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0"},"peerDependencies":{"@urql/core":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_9.0.0-canary-058a07c3aeccc1ae351555335292f0680fcf29f6_1769022919188_0.6625640117278249","host":"s3://npm-registry-packages-npm-production"}},"9.0.0-canary-4e9f27dad3e84b188198d20660ab337184fb02f5":{"name":"@urql/exchange-graphcache","version":"9.0.0-canary-4e9f27dad3e84b188198d20660ab337184fb02f5","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@9.0.0-canary-4e9f27dad3e84b188198d20660ab337184fb02f5","maintainers":[{"name":"sarmeyer","email":"sarahmichelleegan@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"07986df75c71cf66dbe48c70c4d05f28ad7696ea","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-9.0.0-canary-4e9f27dad3e84b188198d20660ab337184fb02f5.tgz","fileCount":22,"integrity":"sha512-ZM1mB1C0HIXCGMMuHW8rxr7hjTBmIcaQWku1m7aAzYYmkT/xuN6W006x7j2UNGGG3Wc1gOHOgZ9oYEdA+MX3Eg==","signatures":[{"sig":"MEQCIG7jQhpx+zwERkXNEjk9QVkbsVZsalk37j6xnHd+iwjVAiBVrprOsRbQNFz1NYdR9h41Bbox0CZXEMnbwgcS1JiPMg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@9.0.0-canary-4e9f27dad3e84b188198d20660ab337184fb02f5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":519554},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-9.0.0-canary-4e9f27dad3e84b188198d20660ab337184fb02f5.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ecca9edb-7fdd-4a81-af15-08bd41d8b6c7"}},"_resolved":"/tmp/288355f2e45b5d7be759ac6aa4b46a63/urql-exchange-graphcache-9.0.0-canary-4e9f27dad3e84b188198d20660ab337184fb02f5.tgz","_integrity":"sha512-ZM1mB1C0HIXCGMMuHW8rxr7hjTBmIcaQWku1m7aAzYYmkT/xuN6W006x7j2UNGGG3Wc1gOHOgZ9oYEdA+MX3Eg==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"11.8.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"20.20.0","dependencies":{"wonka":"^6.3.2","@urql/core":"^6.0.1","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"urql":"5.0.1","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.1","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0"},"peerDependencies":{"@urql/core":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_9.0.0-canary-4e9f27dad3e84b188198d20660ab337184fb02f5_1769150477631_0.46571063350567976","host":"s3://npm-registry-packages-npm-production"}},"9.0.0":{"name":"@urql/exchange-graphcache","version":"9.0.0","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":{"name":"urql GraphQL Contributors"},"license":"MIT","_id":"@urql/exchange-graphcache@9.0.0","maintainers":[{"name":"sarmeyer","email":"sarahmichelleegan@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"andyrichardson","email":"andy.john.richardson@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"parkerziegler","email":"parkerellisziegler@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":{"url":"https://github.com/urql-graphql/urql/issues"},"dist":{"shasum":"6e4d512070e36a89425e65ab3da6300df354b9c4","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-9.0.0.tgz","fileCount":22,"integrity":"sha512-5ACktvMFdnD5JC6DaSUrlj345c1JIUi7PwgvmnkwVOWsCRt/Vo9946UaG+sg69ku8seESMBK4xkeI41M39Dd5A==","signatures":[{"sig":"MEUCICQ1kUfA7amQYCUQht1IVkxZJc4Pw0U6lYECagqVAarwAiEAx8GK/H3+xrjrQ0El+tc3yJ4rLqzGx8vyAiTaTViI1lo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@9.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":519458},"main":"dist/urql-exchange-graphcache","_from":"file:urql-exchange-graphcache-9.0.0.tgz","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:ecca9edb-7fdd-4a81-af15-08bd41d8b6c7"}},"_resolved":"/tmp/52fec936421d66948abf8449a3aa04d6/urql-exchange-graphcache-9.0.0.tgz","_integrity":"sha512-5ACktvMFdnD5JC6DaSUrlj345c1JIUi7PwgvmnkwVOWsCRt/Vo9946UaG+sg69ku8seESMBK4xkeI41M39Dd5A==","repository":{"url":"git+https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"_npmVersion":"11.8.0","description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"20.20.0","dependencies":{"wonka":"^6.3.2","@urql/core":"^6.0.1","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"5.0.1","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.1","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0"},"peerDependencies":{"@urql/core":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_9.0.0_1769150530179_0.37877069999036816","host":"s3://npm-registry-packages-npm-production"}},"9.0.1":{"name":"@urql/exchange-graphcache","version":"9.0.1","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"author":"urql GraphQL Contributors","license":"MIT","_id":"@urql/exchange-graphcache@9.0.1","maintainers":[{"name":"sarmeyer","email":"sarahmichelleegan@gmail.com"},{"name":"mariano-formidable","email":"mariano.martinez@formidable.com"},{"name":"ryan.roemer","email":"ryan@loose-bits.com"},{"name":"formidable-owner","email":"admin@formidablelabs.com"},{"name":"formidablelabs","email":"npm@formidablelabs.com"},{"name":"sarahformidable","email":"sarah.wright@formidable.com"},{"name":"ceceppa","email":"senesealessandro@gmail.com"},{"name":"keithluchtel","email":"keith@keithluchtel.com"},{"name":"philpl","email":"phil@kitten.sh"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"npm-urql","email":"npm-urql@formidable.com"}],"homepage":"https://formidable.com/open-source/urql/docs/graphcache","bugs":"https://github.com/urql-graphql/urql/issues","dist":{"shasum":"0a6f1e0012f855d480f0ebd315668a3a07fe774f","tarball":"https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-9.0.1.tgz","fileCount":22,"integrity":"sha512-22V46OIIkJTz8Ex23e95+ZmvgRWqbzH77wpNjdfMknmmhR8bjBFNd24oDoQUI4AbYUhoTKmvAZ5XOBQSsbBzaQ==","signatures":[{"sig":"MEUCIQCk4SKDwzaZzG/3AslXLY+v28sP4ZuB9u/1o86eaVbmNAIgCLzTfEolKJx/8PWoIeVcOVJmBPWTnCo8h7LjMR2OCc0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@urql%2fexchange-graphcache@9.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":529530},"main":"dist/urql-exchange-graphcache","types":"dist/urql-exchange-graphcache.d.ts","module":"dist/urql-exchange-graphcache.mjs","source":"src/index.ts","exports":{".":{"types":"./dist/urql-exchange-graphcache.d.ts","import":"./dist/urql-exchange-graphcache.mjs","source":"./src/index.ts","require":"./dist/urql-exchange-graphcache.js"},"./extras":{"types":"./dist/urql-exchange-graphcache-extras.d.ts","import":"./dist/urql-exchange-graphcache-extras.mjs","source":"./src/extras/index.ts","require":"./dist/urql-exchange-graphcache-extras.js"},"./package.json":"./package.json","./default-storage":{"types":"./dist/urql-exchange-graphcache-default-storage.d.ts","import":"./dist/urql-exchange-graphcache-default-storage.mjs","source":"./src/default-storage/index.ts","require":"./dist/urql-exchange-graphcache-default-storage.js"}},"scripts":{"lint":"eslint --ext=js,jsx,ts,tsx .","test":"vitest","build":"rollup -c ../../scripts/rollup/config.mjs","check":"tsc --noEmit","clean":"rimraf dist extras"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","approver":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"trustedPublisher":{"id":"github","oidcConfigId":"oidc:3959b293-a1dd-48cf-b2c3-63e079c5fe09"}},"repository":{"url":"https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"description":"A normalized and configurable cache exchange for urql","directories":{},"sideEffects":false,"_nodeVersion":"22.22.3","dependencies":{"wonka":"^6.3.2","@urql/core":"^6.0.2","@0no-co/graphql.web":"^1.0.13"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"urql":"5.0.3","react":"^17.0.1","cypress":"^13.14.0","graphql":"^16.6.0","react-dom":"^17.0.1","@urql/core":"6.0.2","@cypress/react":"^8.0.2","@urql/introspection":"1.2.1","@urql/exchange-execute":"3.0.0"},"peerDependencies":{"@urql/core":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/exchange-graphcache_9.0.1_1781545515643_0.20008136223077555","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2019-02-26T02:03:08.096Z","modified":"2026-07-23T13:37:33.942Z","0.1.0-alpha.1":"2019-02-26T02:03:08.438Z","0.1.0-alpha.2":"2019-02-26T20:37:51.446Z","0.1.0-alpha.3":"2019-03-04T05:08:48.926Z","0.1.0-alpha.4":"2019-03-04T16:27:50.923Z","0.1.0-alpha.5":"2019-03-06T00:43:46.894Z","1.0.0-beta.0":"2019-08-20T17:02:48.946Z","1.0.0-beta.1":"2019-08-20T17:03:54.350Z","1.0.0-beta.2":"2019-08-21T13:15:23.732Z","1.0.0-beta.3":"2019-08-27T17:58:16.994Z","1.0.0-beta.4":"2019-08-28T16:03:56.221Z","1.0.0-rc.0":"2019-09-02T11:20:08.301Z","1.0.0-rc.1":"2019-09-05T17:34:22.301Z","1.0.0-rc.2":"2019-09-06T15:37:35.752Z","1.0.0-rc.3":"2019-09-06T15:39:54.922Z","1.0.0-rc.4":"2019-09-09T12:39:40.460Z","1.0.0-rc.5":"2019-09-09T14:12:57.549Z","1.0.0-rc.6":"2019-09-09T23:51:54.698Z","1.0.0-rc.7":"2019-09-12T11:19:54.082Z","1.0.0-rc.8":"2019-09-13T14:43:21.588Z","1.0.0-rc.9":"2019-09-16T01:50:09.137Z","1.0.0-rc.10":"2019-09-18T14:29:53.797Z","1.0.0-rc.11":"2019-09-20T15:03:46.169Z","1.0.0":"2019-09-26T17:10:18.019Z","1.0.1":"2019-09-30T16:11:00.354Z","1.0.2":"2019-10-01T11:19:06.690Z","1.0.3":"2019-10-03T16:19:33.815Z","1.0.4-debug-trace":"2019-10-09T23:51:22.941Z","1.1.0":"2019-10-11T17:04:53.630Z","1.1.1":"2019-10-11T17:07:34.400Z","1.1.2":"2019-11-05T18:00:04.680Z","1.2.0":"2019-11-19T14:40:06.616Z","1.2.1":"2019-11-19T17:02:39.059Z","1.2.2-fast":"2019-11-20T11:06:34.333Z","1.2.2":"2019-11-21T11:00:09.043Z","2.0.0":"2019-12-12T16:41:05.042Z","2.0.1":"2020-01-10T16:21:11.415Z","2.1.0":"2020-01-10T16:28:57.559Z","2.1.1":"2020-02-13T15:43:54.606Z","2.2.0":"2020-03-06T18:19:33.281Z","2.2.1":"2020-03-07T12:19:39.158Z","2.2.2":"2020-03-08T23:49:01.688Z","2.2.3":"2020-03-12T18:43:29.746Z","2.2.4":"2020-03-12T20:35:35.376Z","2.2.5":"2020-03-13T16:16:23.501Z","2.2.6":"2020-03-17T18:38:22.408Z","2.2.7":"2020-03-18T21:56:07.852Z","2.2.8":"2020-03-19T00:05:42.024Z","2.3.0":"2020-03-22T22:11:32.465Z","2.3.1":"2020-04-09T12:01:34.411Z","2.3.2":"2020-04-16T12:02:06.357Z","2.3.3":"2020-04-17T19:37:48.876Z","2.3.4":"2020-04-20T17:31:56.868Z","2.3.5":"2020-04-20T23:50:29.405Z","2.3.6":"2020-04-21T20:45:26.996Z","2.3.7":"2020-04-21T20:51:19.348Z","2.3.8":"2020-04-21T22:21:20.190Z","2.4.0":"2020-04-27T17:27:07.323Z","2.4.1":"2020-04-29T15:53:31.126Z","2.4.2":"2020-04-29T20:10:10.837Z","3.0.0":"2020-06-10T14:15:27.112Z","3.0.1":"2020-06-17T16:03:04.621Z","3.0.2":"2020-07-29T13:41:23.514Z","3.1.0":"2020-09-08T09:58:39.975Z","3.1.1":"2020-09-18T15:56:43.384Z","3.1.2":"2020-09-29T19:04:00.460Z","3.1.3":"2020-10-01T12:48:44.454Z","3.1.4":"2020-10-06T10:25:04.556Z","3.1.5":"2020-10-15T12:03:59.628Z","3.1.6":"2020-10-20T15:08:06.650Z","3.1.7":"2020-10-22T12:49:52.617Z","3.1.8":"2020-10-29T12:45:59.408Z","3.1.9":"2020-10-29T13:20:25.948Z","3.1.10":"2020-10-29T17:44:33.603Z","3.1.11":"2020-11-06T15:50:44.737Z","3.2.0":"2020-11-24T16:07:33.646Z","3.3.0":"2020-12-03T13:03:12.729Z","3.3.1":"2020-12-04T21:07:42.946Z","3.3.2":"2020-12-09T11:32:38.379Z","3.3.3":"2020-12-11T15:36:30.963Z","3.3.4":"2021-01-08T17:33:04.776Z","3.4.0":"2021-01-15T17:27:01.991Z","4.0.0":"2021-02-10T17:49:14.937Z","4.1.0":"2021-05-07T17:18:00.977Z","4.1.1":"2021-05-11T14:33:28.179Z","4.1.2":"2021-05-28T16:29:13.146Z","4.1.3":"2021-06-03T13:14:18.408Z","4.1.4":"2021-06-23T13:44:10.765Z","4.2.0":"2021-07-06T16:32:01.323Z","4.2.1":"2021-07-08T19:27:20.612Z","4.3.0-defer.0":"2021-08-12T19:08:12.831Z","4.3.0-deepeql.0":"2021-08-16T13:01:28.306Z","4.3.0":"2021-08-17T17:51:39.129Z","4.3.1":"2021-08-24T23:04:57.753Z","4.3.2":"2021-08-27T15:58:12.948Z","4.3.3":"2021-08-30T13:17:22.219Z","4.3.4":"2021-09-22T17:49:24.225Z","4.3.5":"2021-09-23T15:12:06.955Z","4.3.6-spec-nullability":"2021-10-08T01:03:42.736Z","4.3.6-spec-nullability-1":"2021-10-08T01:22:36.860Z","4.3.6-spec-nullability-2":"2021-10-08T01:58:36.547Z","4.3.6":"2021-12-09T21:55:37.859Z","4.4.0":"2022-05-08T22:47:06.720Z","4.4.1":"2022-05-24T18:37:48.427Z","4.4.2":"2022-06-01T13:15:34.708Z","4.4.3":"2022-06-09T15:43:15.116Z","5.0.0":"2022-08-19T14:38:34.359Z","5.0.1":"2022-09-01T09:58:29.862Z","5.0.2":"2022-10-14T12:35:24.436Z","5.0.3":"2022-10-25T11:39:50.067Z","5.0.4":"2022-10-28T11:17:47.296Z","5.0.5":"2022-11-11T17:44:02.554Z","5.0.6":"2022-12-08T17:08:51.955Z","5.0.7":"2022-12-09T17:19:52.633Z","5.0.8":"2022-12-10T14:38:03.007Z","0.0.0-canary-2023114201555":"2023-02-14T20:16:41.623Z","0.0.0-canary-2023114203623":"2023-02-14T20:37:06.943Z","5.0.9":"2023-02-14T20:48:43.558Z","5.0.10":"2023-03-05T15:08:55.941Z","5.1.0":"2023-03-06T18:05:00.964Z","0.0.0-canary-20230307145253":"2023-03-07T14:53:23.429Z","0.0.0-canary-20230307152911":"2023-03-07T15:29:42.410Z","0.0.0-canary-20230307155515":"2023-03-07T15:55:51.381Z","0.0.0-canary-20230307172328":"2023-03-07T17:24:16.353Z","0.0.0-canary-20230308025309":"2023-03-08T02:53:54.710Z","0.0.0-canary-20230308143433":"2023-03-08T14:35:11.501Z","0.0.0-canary-20230308143509":"2023-03-08T14:36:06.925Z","0.0.0-canary-20230308224109":"2023-03-08T22:41:53.624Z","0.0.0-canary-20230308224914":"2023-03-08T22:50:02.744Z","0.0.0-canary-20230308232335":"2023-03-08T23:24:20.655Z","0.0.0-canary-20230308233137":"2023-03-08T23:32:39.526Z","0.0.0-canary-20230308233502":"2023-03-08T23:35:49.593Z","0.0.0-canary-20230308234137":"2023-03-08T23:42:24.118Z","0.0.0-canary-20230309000012":"2023-03-09T00:00:59.322Z","0.0.0-canary-20230309014044":"2023-03-09T01:41:46.994Z","0.0.0-canary-20230309014613":"2023-03-09T01:46:58.219Z","0.0.0-canary-20230309123552":"2023-03-09T12:37:05.182Z","0.0.0-canary-20230309170702":"2023-03-09T17:08:22.199Z","5.2.0":"2023-03-09T18:20:00.895Z","0.0.0-canary-20230315090933":"2023-03-15T09:10:04.437Z","0.0.0-canary-20230315110155":"2023-03-15T11:02:31.213Z","0.0.0-canary-20230315180102":"2023-03-15T18:02:00.711Z","0.0.0-canary-20230315182913":"2023-03-15T18:30:06.132Z","0.0.0-canary-20230315183047":"2023-03-15T18:31:45.547Z","0.0.0-canary-20230315185032":"2023-03-15T18:51:48.524Z","0.0.0-canary-20230315185422":"2023-03-15T18:55:23.928Z","0.0.0-canary-20230315191111":"2023-03-15T19:12:18.477Z","0.0.0-canary-20230315232322":"2023-03-15T23:24:29.071Z","0.0.0-canary-20230316002801":"2023-03-16T00:29:08.899Z","0.0.0-canary-20230316004530":"2023-03-16T00:46:38.998Z","0.0.0-canary-20230316005237":"2023-03-16T00:53:44.326Z","0.0.0-canary-20230316090234":"2023-03-16T09:04:06.963Z","0.0.0-canary-20230316140157":"2023-03-16T14:03:04.174Z","0.0.0-canary-20230316141110":"2023-03-16T14:12:18.879Z","0.0.0-canary-20230316141328":"2023-03-16T14:14:37.013Z","0.0.0-canary-20230316141844":"2023-03-16T14:20:26.911Z","0.0.0-canary-20230316165054":"2023-03-16T16:52:05.705Z","0.0.0-canary-20230316173059":"2023-03-16T17:32:07.044Z","0.0.0-canary-20230317001715":"2023-03-17T00:18:40.484Z","0.0.0-canary-20230317070130":"2023-03-17T07:02:53.236Z","0.0.0-canary-20230317175749":"2023-03-17T17:59:25.366Z","0.0.0-canary-20230318161956":"2023-03-18T16:21:07.220Z","0.0.0-canary-20230318184942":"2023-03-18T18:50:55.198Z","0.0.0-canary-20230318231240":"2023-03-18T23:13:58.632Z","0.0.0-canary-20230320071339":"2023-03-20T07:14:52.666Z","0.0.0-canary-20230320071346":"2023-03-20T07:15:00.529Z","0.0.0-canary-20230320071349":"2023-03-20T07:15:39.033Z","0.0.0-canary-20230320071731":"2023-03-20T07:18:49.379Z","0.0.0-canary-20230320114830":"2023-03-20T11:49:45.785Z","0.0.0-canary-20230324105149":"2023-03-24T10:53:02.188Z","0.0.0-canary-20230324105225":"2023-03-24T10:54:04.140Z","0.0.0-canary-20230324131627":"2023-03-24T13:17:47.163Z","0.0.0-canary-20230326124645":"2023-03-26T12:47:54.147Z","0.0.0-canary-20230327135135":"2023-03-27T13:52:56.964Z","0.0.0-canary-20230327155609":"2023-03-27T15:57:15.545Z","0.0.0-canary-20230327160816":"2023-03-27T16:09:32.408Z","0.0.0-canary-20230327171852":"2023-03-27T17:20:12.396Z","0.0.0-canary-20230327172613":"2023-03-27T17:27:30.478Z","0.0.0-canary-20230328165745":"2023-03-28T16:58:59.433Z","0.0.0-canary-20230331142235":"2023-03-31T14:23:49.208Z","0.0.0-canary-20230331142238":"2023-03-31T14:23:55.786Z","0.0.0-canary-20230331142637":"2023-03-31T14:27:55.570Z","0.0.0-canary-20230331144040":"2023-03-31T14:41:55.185Z","6.0.0":"2023-03-31T14:57:06.035Z","0.0.0-canary-20230331153405":"2023-03-31T15:34:26.062Z","6.0.1":"2023-03-31T15:38:07.758Z","0.0.0-canary-20230418124329":"2023-04-18T12:43:56.030Z","0.0.0-canary-20230418124333":"2023-04-18T12:43:58.909Z","0.0.0-canary-20230419170610":"2023-04-19T17:06:42.846Z","0.0.0-canary-20230420095019":"2023-04-20T09:50:50.783Z","0.0.0-canary-20230420095507":"2023-04-20T09:55:37.707Z","0.0.0-canary-20230420100040":"2023-04-20T10:01:23.580Z","0.0.0-canary-20230420100755":"2023-04-20T10:08:32.836Z","0.0.0-canary-20230420102627":"2023-04-20T10:27:10.207Z","0.0.0-canary-20230420131947":"2023-04-20T13:20:26.537Z","6.0.2":"2023-04-20T13:23:52.138Z","0.0.0-canary-20230425131626":"2023-04-25T13:17:44.145Z","6.0.3":"2023-04-25T13:22:02.644Z","0.0.0-canary-20230428110618":"2023-04-28T11:06:40.568Z","0.0.0-canary-20230428110729":"2023-04-28T11:07:51.702Z","0.0.0-canary-20230428111648":"2023-04-28T11:17:11.016Z","0.0.0-canary-20230428150104":"2023-04-28T15:01:29.591Z","0.0.0-canary-20230428153426":"2023-04-28T15:35:04.252Z","6.0.4":"2023-04-28T15:41:01.492Z","0.0.0-canary-20230429111419":"2023-04-29T11:14:41.914Z","0.0.0-canary-20230429140656":"2023-04-29T14:07:57.316Z","0.0.0-canary-20230429141303":"2023-04-29T14:14:16.425Z","0.0.0-canary-20230503132020":"2023-05-03T13:21:18.921Z","0.0.0-canary-20230504153855":"2023-05-04T15:40:06.750Z","0.0.0-canary-20230525140750":"2023-05-25T14:08:51.984Z","0.0.0-canary-20230525143453":"2023-05-25T14:35:54.757Z","0.0.0-canary-20230528121951":"2023-05-28T12:20:49.040Z","0.0.0-canary-20230530201758":"2023-05-30T20:18:57.350Z","0.0.0-canary-20230530205112":"2023-05-30T20:52:10.748Z","0.0.0-canary-20230531092207":"2023-05-31T09:23:07.439Z","0.0.0-canary-20230531092221":"2023-05-31T09:23:22.424Z","0.0.0-canary-20230531092237":"2023-05-31T09:23:51.006Z","0.0.0-canary-20230531095716":"2023-05-31T09:58:36.366Z","0.0.0-canary-20230531101109":"2023-05-31T10:12:14.069Z","0.0.0-canary-20230531112256":"2023-05-31T11:24:18.178Z","6.1.0":"2023-05-31T11:27:48.487Z","0.0.0-canary-20230531203017":"2023-05-31T20:30:40.802Z","6.1.1":"2023-05-31T20:37:49.168Z","0.0.0-canary-20230612225203":"2023-06-12T22:52:45.501Z","0.0.0-canary-20230612225244":"2023-06-12T22:53:19.620Z","0.0.0-canary-20230612225956":"2023-06-12T23:00:49.484Z","6.1.2":"2023-06-12T23:05:52.680Z","0.0.0-canary-20230612232232":"2023-06-12T23:22:57.476Z","6.1.3":"2023-06-12T23:29:01.575Z","0.0.0-canary-20230615163749":"2023-06-15T16:38:19.351Z","6.1.4":"2023-06-15T16:43:22.370Z","6.1.5-canary-7ddccc13":"2023-07-19T13:24:58.817Z","6.1.5-canary-d3eb256d":"2023-07-19T17:02:40.694Z","6.1.5-canary-c37a0fc3":"2023-07-19T19:41:36.769Z","6.1.5-canary-2acc6298":"2023-07-21T13:10:04.359Z","6.1.5-canary-aeb6b44c":"2023-07-21T13:30:21.234Z","6.1.5-canary-889ca4db":"2023-07-21T14:32:42.073Z","6.2.0-canary-d6bdd72e":"2023-07-21T15:10:51.631Z","6.2.0":"2023-07-21T15:33:36.467Z","6.3.0-canary-68d02c1a":"2023-07-25T16:12:14.991Z","6.3.0-canary-449c476a":"2023-07-25T16:12:21.737Z","6.3.0-canary-80148efa":"2023-07-25T16:13:03.144Z","6.3.0-canary-3afa8022":"2023-07-26T19:50:53.545Z","6.3.0-canary-9fad2dc6":"2023-07-26T20:52:02.377Z","6.3.0":"2023-07-26T21:08:26.006Z","6.3.1-canary-51f72c2c":"2023-07-27T12:39:22.477Z","6.3.1-canary-25a34c64":"2023-07-27T13:33:15.207Z","6.3.1-canary-438d75fe":"2023-07-27T14:06:16.146Z","6.3.1":"2023-07-27T14:58:39.843Z","6.3.2-canary-ddbc3dc3":"2023-08-15T10:22:58.645Z","6.3.2":"2023-08-15T10:44:12.134Z","6.3.3-canary-022c7d22":"2023-09-04T16:17:23.640Z","6.3.3":"2023-09-04T16:22:50.566Z","6.4.0-canary-d6e435c5":"2023-12-01T16:31:10.189Z","6.4.0-canary-1fee86f0":"2023-12-02T10:36:50.591Z","6.4.0-canary-e5c67c23":"2023-12-02T11:07:09.932Z","6.4.0-canary-0964a014":"2023-12-02T11:09:05.353Z","6.4.0":"2023-12-03T08:07:11.919Z","6.4.1-canary-f7b78e2f":"2024-02-02T14:32:30.638Z","6.4.1-canary-1bfadffe":"2024-02-02T14:32:56.106Z","6.4.1":"2024-02-02T14:37:20.338Z","6.4.2-canary-969935c6":"2024-03-02T13:35:45.566Z","6.5.0-canary-492af087":"2024-03-02T13:43:42.225Z","6.5.0-canary-973da7ff":"2024-03-02T15:36:41.703Z","6.5.0-canary-ceeb73bb":"2024-03-02T16:59:03.528Z","6.5.0-canary-e9b476b6":"2024-03-02T18:04:27.339Z","6.5.0-canary-eb1286c7":"2024-03-02T19:25:58.292Z","6.5.0":"2024-03-03T12:20:31.852Z","7.0.0-canary-50415140":"2024-03-16T11:49:50.606Z","7.0.0-canary-be9c72ab":"2024-03-16T22:16:06.751Z","7.0.0-canary-431b64b4":"2024-03-22T14:19:38.869Z","6.5.1":"2024-03-26T15:56:12.902Z","7.0.0-canary-3692842e":"2024-03-26T17:30:55.024Z","7.0.0-canary-a938b342":"2024-03-27T15:41:08.915Z","7.0.0-canary-564929ef":"2024-03-28T15:05:54.346Z","7.0.0-canary-9405b3d8":"2024-04-02T13:16:37.752Z","7.0.0-canary-6bd4c90f":"2024-04-02T13:17:33.738Z","7.0.0-canary-a6f51628":"2024-04-02T13:17:36.894Z","7.0.0-canary-fe47189d":"2024-04-02T13:23:06.714Z","7.0.0":"2024-04-02T14:43:56.376Z","7.0.1-canary-52b42270":"2024-04-10T09:45:09.477Z","7.0.1":"2024-04-10T09:54:55.034Z","7.0.2-canary-b73de94f":"2024-04-22T19:07:56.101Z","7.0.2-canary-0f3c5c01":"2024-04-24T11:28:59.096Z","7.0.2":"2024-04-24T12:21:19.353Z","7.1.0-canary-0204e044":"2024-05-03T05:57:46.286Z","7.1.0-canary-9272cefa":"2024-05-03T10:47:00.469Z","7.1.0-canary-019b1bb0":"2024-05-04T15:08:40.917Z","7.1.0-canary-9bf3289b":"2024-05-07T10:55:57.730Z","7.1.0":"2024-05-10T10:13:24.533Z","7.1.1-canary-befdf48d":"2024-06-06T18:08:46.881Z","7.1.1":"2024-06-06T18:12:06.239Z","7.1.2-canary-4e52cf07":"2024-06-24T12:51:40.565Z","7.1.2-canary-1059b6ef":"2024-06-30T05:41:42.274Z","7.1.2":"2024-06-30T05:52:53.098Z","7.1.3-canary-31d161a5":"2024-09-09T15:35:59.653Z","7.1.3":"2024-09-11T05:37:40.951Z","7.2.0-canary-ca0adea8d24747f4561e699485edc2ae884c4509":"2024-10-03T08:52:28.720Z","7.2.0":"2024-10-03T11:30:32.685Z","7.2.1-canary-4641c394da0dc3d26a5d5733707ccf011945a380":"2024-10-19T20:56:50.719Z","7.2.1":"2024-10-20T06:49:43.612Z","7.2.2-canary-e77e3424fd58a91a00b7467da81787848ca8f5d6":"2025-01-23T20:03:25.014Z","7.2.2":"2025-01-24T05:13:32.025Z","7.2.3-canary-573944cea80f766668d3b9d8aa1afd2c50d744a4":"2025-03-03T21:06:37.152Z","7.2.3":"2025-03-03T21:13:28.616Z","7.2.4-canary-92f5c477b6d5de6fa77d6c37aafafff3c306b293":"2025-04-03T10:19:46.642Z","7.2.4":"2025-06-27T17:06:41.009Z","8.0.0-canary-b2d8b993af4abb0ffc5c5284b90aca56c527f045":"2025-06-29T06:37:37.093Z","8.0.0-canary-d3b019d51905c1c8b22be9ea1d9fe9ca4335a46c":"2025-08-09T12:10:11.638Z","8.0.0-canary-b981b388ee9ed0066399a632aad6b84559f014a6":"2025-08-09T12:25:19.898Z","8.0.0":"2025-08-09T12:30:40.514Z","8.1.0-canary-038c2c04b9fb4ac4d6ea53031b6a477d95fbb68a":"2025-08-09T13:12:16.695Z","8.1.0":"2025-08-09T13:30:58.656Z","9.0.0-canary-d845f88bd6b3529666776d315ebcd3d27f61ac23":"2025-11-26T12:52:00.320Z","9.0.0-canary-1d0ce5c1545bd02cd7c7f4c08911290a670b9141":"2025-11-27T07:51:10.331Z","9.0.0-canary-058a07c3aeccc1ae351555335292f0680fcf29f6":"2026-01-21T19:15:19.344Z","9.0.0-canary-4e9f27dad3e84b188198d20660ab337184fb02f5":"2026-01-23T06:41:17.775Z","9.0.0":"2026-01-23T06:42:10.388Z","9.0.1":"2026-06-15T17:45:15.783Z"},"bugs":"https://github.com/urql-graphql/urql/issues","author":"urql GraphQL Contributors","license":"MIT","homepage":"https://formidable.com/open-source/urql/docs/graphcache","keywords":["urql","state management","normalized cache","cache","formidablelabs","exchanges"],"repository":{"url":"https://github.com/urql-graphql/urql.git","type":"git","directory":"exchanges/graphcache"},"description":"A normalized and configurable cache exchange for urql","maintainers":[{"email":"sarahmichelleegan@gmail.com","name":"sarmeyer"},{"email":"mariano.martinez@formidable.com","name":"mariano-formidable"},{"email":"ryan@loose-bits.com","name":"ryan.roemer"},{"email":"admin@formidablelabs.com","name":"formidable-owner"},{"email":"npm@formidablelabs.com","name":"formidablelabs"},{"email":"sarah.wright@formidable.com","name":"sarahformidable"},{"email":"senesealessandro@gmail.com","name":"ceceppa"},{"email":"phil@kitten.sh","name":"philpl"},{"email":"decroockjovi@gmail.com","name":"jdecroock"}],"readme":"","readmeFilename":""}