{
	"name": "query-blocks",
	"version": "0.1.0",
	"lockfileVersion": 3,
	"requires": true,
	"packages": {
		"": {
			"name": "query-blocks",
			"version": "0.1.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"styled-components": "^6.0.7"
			}
		},
		"node_modules/@emotion/is-prop-valid": {
			"version": "1.2.1",
			"resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz",
			"integrity": "sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==",
			"dependencies": {
				"@emotion/memoize": "^0.8.1"
			}
		},
		"node_modules/@emotion/memoize": {
			"version": "0.8.1",
			"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz",
			"integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA=="
		},
		"node_modules/@emotion/unitless": {
			"version": "0.8.1",
			"resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz",
			"integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ=="
		},
		"node_modules/@types/stylis": {
			"version": "4.2.0",
			"resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.0.tgz",
			"integrity": "sha512-n4sx2bqL0mW1tvDf/loQ+aMX7GQD3lc3fkCMC55VFNDu/vBOabO+LTIeXKM14xK0ppk5TUGcWRjiSpIlUpghKw=="
		},
		"node_modules/camelize": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz",
			"integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==",
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/css-color-keywords": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
			"integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/css-to-react-native": {
			"version": "3.2.0",
			"resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz",
			"integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==",
			"dependencies": {
				"camelize": "^1.0.0",
				"css-color-keywords": "^1.0.0",
				"postcss-value-parser": "^4.0.2"
			}
		},
		"node_modules/csstype": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
			"integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
		},
		"node_modules/js-tokens": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
			"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
			"peer": true
		},
		"node_modules/loose-envify": {
			"version": "1.4.0",
			"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
			"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
			"peer": true,
			"dependencies": {
				"js-tokens": "^3.0.0 || ^4.0.0"
			},
			"bin": {
				"loose-envify": "cli.js"
			}
		},
		"node_modules/nanoid": {
			"version": "3.3.6",
			"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
			"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"bin": {
				"nanoid": "bin/nanoid.cjs"
			},
			"engines": {
				"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
			}
		},
		"node_modules/picocolors": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
			"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
		},
		"node_modules/postcss": {
			"version": "8.4.31",
			"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
			"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/postcss/"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/postcss"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"dependencies": {
				"nanoid": "^3.3.6",
				"picocolors": "^1.0.0",
				"source-map-js": "^1.0.2"
			},
			"engines": {
				"node": "^10 || ^12 || >=14"
			}
		},
		"node_modules/postcss-value-parser": {
			"version": "4.2.0",
			"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
			"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
		},
		"node_modules/react": {
			"version": "18.2.0",
			"resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
			"integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
			"peer": true,
			"dependencies": {
				"loose-envify": "^1.1.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/react-dom": {
			"version": "18.2.0",
			"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
			"integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
			"peer": true,
			"dependencies": {
				"loose-envify": "^1.1.0",
				"scheduler": "^0.23.0"
			},
			"peerDependencies": {
				"react": "^18.2.0"
			}
		},
		"node_modules/scheduler": {
			"version": "0.23.0",
			"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
			"integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
			"peer": true,
			"dependencies": {
				"loose-envify": "^1.1.0"
			}
		},
		"node_modules/shallowequal": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
			"integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
		},
		"node_modules/source-map-js": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
			"integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/styled-components": {
			"version": "6.1.9",
			"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.9.tgz",
			"integrity": "sha512-aBOqs0uMsYufFXSE4q6cA6Ty1fwZuMk4BJRHfiGSna59F1otnxiDelwhN4fEwmBtIymmF0ZqXHnpSigr2ps9Cg==",
			"dependencies": {
				"@emotion/is-prop-valid": "1.2.1",
				"@emotion/unitless": "0.8.1",
				"@types/stylis": "4.2.0",
				"css-to-react-native": "3.2.0",
				"csstype": "3.1.2",
				"postcss": "8.4.31",
				"shallowequal": "1.1.0",
				"stylis": "4.3.1",
				"tslib": "2.5.0"
			},
			"engines": {
				"node": ">= 16"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/styled-components"
			},
			"peerDependencies": {
				"react": ">= 16.8.0",
				"react-dom": ">= 16.8.0"
			}
		},
		"node_modules/styled-components/node_modules/stylis": {
			"version": "4.3.1",
			"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.1.tgz",
			"integrity": "sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ=="
		},
		"node_modules/styled-components/node_modules/tslib": {
			"version": "2.5.0",
			"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
			"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
		}
	}
}
