{"_id":"@hongzhiyuan/preact","_rev":"8-ac623adfc5da79b8359084b6b57f945f","name":"@hongzhiyuan/preact","dist-tags":{"latest":"10.28.0-fc4af453"},"versions":{"10.24.0-a3024d6f":{"name":"@hongzhiyuan/preact","version":"10.24.0-a3024d6f","keywords":["preact","react","ui","user interface","virtual dom","vdom","components","dom diff","front-end","framework"],"license":"MIT","_id":"@hongzhiyuan/preact@10.24.0-a3024d6f","maintainers":[{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"}],"homepage":"https://preactjs.com","bugs":{"url":"https://github.com/preactjs/preact/issues"},"dist":{"shasum":"6873a40bae4ba468956c2389b5b75091637eacbc","tarball":"https://registry.npmjs.org/@hongzhiyuan/preact/-/preact-10.24.0-a3024d6f.tgz","fileCount":154,"integrity":"sha512-e8gZiAZi8GJFlkGntWei5B6lio7t/c33NQ15rjGFaIAT8QsJUiemvTCXmnvD1YiH5fqZwayyqydtAcVCv5e03Q==","signatures":[{"sig":"MEQCIDslNGeNWh+VtXXQJ6K8m6gjFg8+56LEl6VwJTNG4LOSAiAw+Cv5bhbinjLkOMYMjoWsxm86g3jOBOKhWwEFlDmELg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2163567},"main":"dist/preact.js","_from":"file:preact-10.24.0-a3024d6f.tgz","types":"src/index.d.ts","unpkg":"dist/preact.min.js","volta":{"node":"20.9.0"},"module":"dist/preact.module.js","source":"src/index.js","amdName":"preact","authors":["The Preact Authors (https://github.com/preactjs/preact/contributors)"],"exports":{".":{"umd":"./dist/preact.umd.js","types":"./src/index.d.ts","import":"./dist/preact.mjs","browser":"./dist/preact.module.js","require":"./dist/preact.js"},"./debug":{"umd":"./debug/dist/debug.umd.js","types":"./debug/src/index.d.ts","import":"./debug/dist/debug.mjs","browser":"./debug/dist/debug.module.js","require":"./debug/dist/debug.js"},"./hooks":{"umd":"./hooks/dist/hooks.umd.js","types":"./hooks/src/index.d.ts","import":"./hooks/dist/hooks.mjs","browser":"./hooks/dist/hooks.module.js","require":"./hooks/dist/hooks.js"},"./compat":{"umd":"./compat/dist/compat.umd.js","types":"./compat/src/index.d.ts","import":"./compat/dist/compat.mjs","browser":"./compat/dist/compat.module.js","require":"./compat/dist/compat.js"},"./devtools":{"umd":"./devtools/dist/devtools.umd.js","types":"./devtools/src/index.d.ts","import":"./devtools/dist/devtools.mjs","browser":"./devtools/dist/devtools.module.js","require":"./devtools/dist/devtools.js"},"./test-utils":{"umd":"./test-utils/dist/testUtils.umd.js","types":"./test-utils/src/index.d.ts","import":"./test-utils/dist/testUtils.mjs","browser":"./test-utils/dist/testUtils.module.js","require":"./test-utils/dist/testUtils.js"},"./jsx-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./package.json":"./package.json","./compat/client":{"types":"./compat/client.d.ts","import":"./compat/client.mjs","require":"./compat/client.js"},"./compat/server":{"import":"./compat/server.mjs","browser":"./compat/server.browser.js","require":"./compat/server.js"},"./jsx-dev-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./compat/scheduler":{"import":"./compat/scheduler.mjs","require":"./compat/scheduler.js"},"./compat/jsx-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-runtime.mjs","require":"./compat/jsx-runtime.js"},"./debug/package.json":"./debug/package.json","./hooks/package.json":"./hooks/package.json","./compat/package.json":"./compat/package.json","./devtools/package.json":"./devtools/package.json","./compat/jsx-dev-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-dev-runtime.mjs","require":"./compat/jsx-dev-runtime.js"},"./test-utils/package.json":"./test-utils/package.json","./jsx-runtime/package.json":"./jsx-runtime/package.json"},"funding":{"url":"https://opencollective.com/preact","type":"opencollective"},"private":false,"scripts":{"dev":"microbundle watch --raw --no-generateTypes --format cjs","tsc":"tsc -p jsconfig-lint.json","lint":"run-s oxlint tsc","test":"npm-run-all build lint test:unit","build":"npm-run-all --parallel build:*","format":"biome format --write .","oxlint":"oxlint -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils","prepare":"husky && run-s build && check-export-map && npm-merge-driver-install","test:ts":"run-p test:ts:*","benchmark":"npm run test:karma:bench -- no-single-run","build:jsx":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd jsx-runtime","dev:hooks":"microbundle watch --raw --no-generateTypes --format cjs --cwd hooks","postbuild":"node ./config/node-13-exports.js && node ./config/compat-entries.js","test:unit":"run-p test:mocha test:karma:minify test:ts","build:core":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd","dev:compat":"microbundle watch --raw --no-generateTypes --format cjs --cwd compat --globals 'preact/hooks=preactHooks'","test:karma":"cross-env COVERAGE=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:mocha":"mocha --recursive --require \"@babel/register\" test/shared test/node","build:debug":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd debug","build:hooks":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd hooks","build:compat":"microbundle build src/index.js src/scheduler.js --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd compat --globals 'preact/hooks=preactHooks'","format:check":"biome format .","test:ts:core":"tsc -p test/ts/ && mocha --require \"@babel/register\" test/ts/**/*-test.js","build:core-min":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd,iife src/cjs.js -o dist/preact.min.js","build:devtools":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd devtools","test:ts:compat":"tsc -p compat/test/ts/","build:test-utils":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd test-utils","test:karma:bench":"cross-env PERFORMANCE=true COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test/benchmarks/**.js --single-run","test:karma:hooks":"cross-env COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=hooks/test/browser/**.js --no-single-run","test:karma:watch":"cross-env BABEL_NO_MODULES=true karma start karma.conf.js --no-single-run","test:mocha:watch":"npm run test:mocha -- --watch","test:karma:minify":"cross-env COVERAGE=true MINIFY=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:karma:test-utils":"cross-env PERFORMANCE=false COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test-utils/test/shared/**.js --no-single-run"},"_npmUser":{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"},"umd:main":"dist/preact.umd.js","_resolved":"/data00/home/hongzhiyuan.hzy/preact-10.24.0-a3024d6f.tgz","overrides":{"webdriverio":"7.30.2"},"_integrity":"sha512-e8gZiAZi8GJFlkGntWei5B6lio7t/c33NQ15rjGFaIAT8QsJUiemvTCXmnvD1YiH5fqZwayyqydtAcVCv5e03Q==","repository":{"url":"git+https://github.com/preactjs/preact.git","type":"git"},"_npmVersion":"10.7.0","description":"Fast 3kb React-compatible Virtual DOM library.","directories":{},"lint-staged":{"**/*.{js,jsx,mjs,cjs,ts,tsx,yml,json,html,md,css,scss}":["biome format --write --no-errors-on-unmatched"]},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","diff":"^5.2.0","sade":"^1.8.1","husky":"^9.0.11","karma":"^6.4.0","mocha":"^9.0.0","sinon":"^9.2.3","lodash":"^4.17.21","oxlint":"^0.7.0","undici":"^4.12.0","esbuild":"^0.23.0","kolorist":"^1.8.0","benchmark":"^2.1.4","coveralls":"^3.1.1","cross-env":"^7.0.3","prop-types":"^15.8.1","sinon-chai":"^3.7.0","typescript":"^4.9.5","@babel/core":"^7.24.0","@types/chai":"^4.1.2","@types/node":"^14.14.10","errorstacks":"^2.4.1","karma-mocha":"^2.0.1","karma-sinon":"^1.0.5","lint-staged":"^10.5.2","microbundle":"^0.15.1","npm-run-all":"^4.1.5","@types/mocha":"^5.0.0","@types/sinon":"^9.0.11","@actions/glob":"^0.4.0","karma-esbuild":"^2.3.0","@biomejs/biome":"1.8.3","karma-coverage":"^2.2.0","@actions/github":"^6.0.0","@babel/register":"^7.24.0","check-export-map":"^1.3.1","karma-chai-sinon":"^0.1.5","@babel/preset-env":"^7.24.0","karma-mocha-reporter":"^2.2.5","karma-sauce-launcher":"^4.3.6","babel-plugin-istanbul":"^6.1.0","karma-chrome-launcher":"^3.2.0","karma-sourcemap-loader":"^0.4.0","preact-render-to-string":"^6.5.0","npm-merge-driver-install":"^3.0.0","@babel/plugin-transform-react-jsx":"^7.24.0","@babel/plugin-transform-react-jsx-source":"^7.24.0","babel-plugin-transform-async-to-promises":"^0.8.18","babel-plugin-transform-rename-properties":"0.1.0","@babel/plugin-proposal-object-rest-spread":"^7.20.0"},"_npmOperationalInternal":{"tmp":"tmp/preact_10.24.0-a3024d6f_1727255387346_0.5819928704284478","host":"s3://npm-registry-packages"}},"10.24.0-319c684e":{"name":"@hongzhiyuan/preact","version":"10.24.0-319c684e","keywords":["preact","react","ui","user interface","virtual dom","vdom","components","dom diff","front-end","framework"],"license":"MIT","_id":"@hongzhiyuan/preact@10.24.0-319c684e","maintainers":[{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"}],"homepage":"https://preactjs.com","bugs":{"url":"https://github.com/preactjs/preact/issues"},"dist":{"shasum":"81ec0041cb1d88d7777cb88cc6da82cb4e818d3d","tarball":"https://registry.npmjs.org/@hongzhiyuan/preact/-/preact-10.24.0-319c684e.tgz","fileCount":154,"integrity":"sha512-weWzMUnmXk7gynEpOo/iIyfq95pRoFO2+18eiwD0hk/TeIQUeHbyG4W/S3lCEjB54jvft/itXwhkF+vz623BEg==","signatures":[{"sig":"MEUCIQDSq1XWPUdNJCa/VEPEZwrHJJ+BclUI5E/JctxSPV5IQgIgRs/VcfEJZ5l5vwqqhsvdm2yX52Q98pOS+vFyYDFC3yM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2165462},"main":"dist/preact.js","_from":"file:preact-10.24.0-319c684e.tgz","types":"src/index.d.ts","unpkg":"dist/preact.min.js","volta":{"node":"20.9.0"},"module":"dist/preact.module.js","source":"src/index.js","amdName":"preact","authors":["The Preact Authors (https://github.com/preactjs/preact/contributors)"],"exports":{".":{"umd":"./dist/preact.umd.js","types":"./src/index.d.ts","import":"./dist/preact.mjs","browser":"./dist/preact.module.js","require":"./dist/preact.js"},"./debug":{"umd":"./debug/dist/debug.umd.js","types":"./debug/src/index.d.ts","import":"./debug/dist/debug.mjs","browser":"./debug/dist/debug.module.js","require":"./debug/dist/debug.js"},"./hooks":{"umd":"./hooks/dist/hooks.umd.js","types":"./hooks/src/index.d.ts","import":"./hooks/dist/hooks.mjs","browser":"./hooks/dist/hooks.module.js","require":"./hooks/dist/hooks.js"},"./compat":{"umd":"./compat/dist/compat.umd.js","types":"./compat/src/index.d.ts","import":"./compat/dist/compat.mjs","browser":"./compat/dist/compat.module.js","require":"./compat/dist/compat.js"},"./devtools":{"umd":"./devtools/dist/devtools.umd.js","types":"./devtools/src/index.d.ts","import":"./devtools/dist/devtools.mjs","browser":"./devtools/dist/devtools.module.js","require":"./devtools/dist/devtools.js"},"./test-utils":{"umd":"./test-utils/dist/testUtils.umd.js","types":"./test-utils/src/index.d.ts","import":"./test-utils/dist/testUtils.mjs","browser":"./test-utils/dist/testUtils.module.js","require":"./test-utils/dist/testUtils.js"},"./jsx-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./package.json":"./package.json","./compat/client":{"types":"./compat/client.d.ts","import":"./compat/client.mjs","require":"./compat/client.js"},"./compat/server":{"import":"./compat/server.mjs","browser":"./compat/server.browser.js","require":"./compat/server.js"},"./jsx-dev-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./compat/scheduler":{"import":"./compat/scheduler.mjs","require":"./compat/scheduler.js"},"./compat/jsx-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-runtime.mjs","require":"./compat/jsx-runtime.js"},"./debug/package.json":"./debug/package.json","./hooks/package.json":"./hooks/package.json","./compat/package.json":"./compat/package.json","./devtools/package.json":"./devtools/package.json","./compat/jsx-dev-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-dev-runtime.mjs","require":"./compat/jsx-dev-runtime.js"},"./test-utils/package.json":"./test-utils/package.json","./jsx-runtime/package.json":"./jsx-runtime/package.json"},"funding":{"url":"https://opencollective.com/preact","type":"opencollective"},"private":false,"scripts":{"dev":"microbundle watch --raw --no-generateTypes --format cjs","tsc":"tsc -p jsconfig-lint.json","lint":"run-s oxlint tsc","test":"npm-run-all build lint test:unit","build":"npm-run-all --parallel build:*","format":"biome format --write .","oxlint":"oxlint -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils","prepare":"husky && run-s build && check-export-map && npm-merge-driver-install","test:ts":"run-p test:ts:*","benchmark":"npm run test:karma:bench -- no-single-run","build:jsx":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd jsx-runtime","dev:hooks":"microbundle watch --raw --no-generateTypes --format cjs --cwd hooks","postbuild":"node ./config/node-13-exports.js && node ./config/compat-entries.js","test:unit":"run-p test:mocha test:karma:minify test:ts","build:core":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd","dev:compat":"microbundle watch --raw --no-generateTypes --format cjs --cwd compat --globals 'preact/hooks=preactHooks'","test:karma":"cross-env COVERAGE=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:mocha":"mocha --recursive --require \"@babel/register\" test/shared test/node","build:debug":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd debug","build:hooks":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd hooks","build:compat":"microbundle build src/index.js src/scheduler.js --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd compat --globals 'preact/hooks=preactHooks'","format:check":"biome format .","test:ts:core":"tsc -p test/ts/ && mocha --require \"@babel/register\" test/ts/**/*-test.js","build:core-min":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd,iife src/cjs.js -o dist/preact.min.js","build:devtools":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd devtools","test:ts:compat":"tsc -p compat/test/ts/","build:test-utils":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd test-utils","test:karma:bench":"cross-env PERFORMANCE=true COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test/benchmarks/**.js --single-run","test:karma:hooks":"cross-env COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=hooks/test/browser/**.js --no-single-run","test:karma:watch":"cross-env BABEL_NO_MODULES=true karma start karma.conf.js --no-single-run","test:mocha:watch":"npm run test:mocha -- --watch","test:karma:minify":"cross-env COVERAGE=true MINIFY=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:karma:test-utils":"cross-env PERFORMANCE=false COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test-utils/test/shared/**.js --no-single-run"},"_npmUser":{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"},"umd:main":"dist/preact.umd.js","_resolved":"/data00/home/hongzhiyuan.hzy/preact-10.24.0-319c684e.tgz","overrides":{"webdriverio":"7.30.2"},"_integrity":"sha512-weWzMUnmXk7gynEpOo/iIyfq95pRoFO2+18eiwD0hk/TeIQUeHbyG4W/S3lCEjB54jvft/itXwhkF+vz623BEg==","repository":{"url":"git+https://github.com/preactjs/preact.git","type":"git"},"_npmVersion":"10.7.0","description":"Fast 3kb React-compatible Virtual DOM library.","directories":{},"lint-staged":{"**/*.{js,jsx,mjs,cjs,ts,tsx,yml,json,html,md,css,scss}":["biome format --write --no-errors-on-unmatched"]},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","diff":"^5.2.0","sade":"^1.8.1","husky":"^9.0.11","karma":"^6.4.0","mocha":"^9.0.0","sinon":"^9.2.3","lodash":"^4.17.21","oxlint":"^0.7.0","undici":"^4.12.0","esbuild":"^0.23.0","kolorist":"^1.8.0","benchmark":"^2.1.4","coveralls":"^3.1.1","cross-env":"^7.0.3","prop-types":"^15.8.1","sinon-chai":"^3.7.0","typescript":"^4.9.5","@babel/core":"^7.24.0","@types/chai":"^4.1.2","@types/node":"^14.14.10","errorstacks":"^2.4.1","karma-mocha":"^2.0.1","karma-sinon":"^1.0.5","lint-staged":"^10.5.2","microbundle":"^0.15.1","npm-run-all":"^4.1.5","@types/mocha":"^5.0.0","@types/sinon":"^9.0.11","@actions/glob":"^0.4.0","karma-esbuild":"^2.3.0","@biomejs/biome":"1.8.3","karma-coverage":"^2.2.0","@actions/github":"^6.0.0","@babel/register":"^7.24.0","check-export-map":"^1.3.1","karma-chai-sinon":"^0.1.5","@babel/preset-env":"^7.24.0","karma-mocha-reporter":"^2.2.5","karma-sauce-launcher":"^4.3.6","babel-plugin-istanbul":"^6.1.0","karma-chrome-launcher":"^3.2.0","karma-sourcemap-loader":"^0.4.0","preact-render-to-string":"^6.5.0","npm-merge-driver-install":"^3.0.0","@babel/plugin-transform-react-jsx":"^7.24.0","@babel/plugin-transform-react-jsx-source":"^7.24.0","babel-plugin-transform-async-to-promises":"^0.8.18","babel-plugin-transform-rename-properties":"0.1.0","@babel/plugin-proposal-object-rest-spread":"^7.20.0"},"_npmOperationalInternal":{"tmp":"tmp/preact_10.24.0-319c684e_1727333405543_0.0043290381314038395","host":"s3://npm-registry-packages"}},"10.24.0-3d3cc198":{"name":"@hongzhiyuan/preact","version":"10.24.0-3d3cc198","keywords":["preact","react","ui","user interface","virtual dom","vdom","components","dom diff","front-end","framework"],"license":"MIT","_id":"@hongzhiyuan/preact@10.24.0-3d3cc198","maintainers":[{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"}],"homepage":"https://preactjs.com","bugs":{"url":"https://github.com/preactjs/preact/issues"},"dist":{"shasum":"ced92c9e198c7d17c4513cffd3eb9a1d7cccb8f0","tarball":"https://registry.npmjs.org/@hongzhiyuan/preact/-/preact-10.24.0-3d3cc198.tgz","fileCount":154,"integrity":"sha512-5ZZjRrMIbXgwIjActZvJKs5hnC2j0UoU6bYUqcC73bi01ZaBOueSvLR0lELsGP2+d2IJNGKQJ6bp8pE6CwtP0A==","signatures":[{"sig":"MEUCIQCvUmptQuzWB1e63k4GhG2XWT8CjvOTA9Lneen/R60jQQIgKdGaNwMJN+71PjWLuAq7spVjC1Y7XBwpbiptfp1pXKI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2165211},"main":"dist/preact.js","_from":"file:package.tgz","types":"src/index.d.ts","unpkg":"dist/preact.min.js","volta":{"node":"20.9.0"},"module":"dist/preact.module.js","source":"src/index.js","amdName":"preact","authors":["The Preact Authors (https://github.com/preactjs/preact/contributors)"],"exports":{".":{"umd":"./dist/preact.umd.js","types":"./src/index.d.ts","import":"./dist/preact.mjs","browser":"./dist/preact.module.js","require":"./dist/preact.js"},"./debug":{"umd":"./debug/dist/debug.umd.js","types":"./debug/src/index.d.ts","import":"./debug/dist/debug.mjs","browser":"./debug/dist/debug.module.js","require":"./debug/dist/debug.js"},"./hooks":{"umd":"./hooks/dist/hooks.umd.js","types":"./hooks/src/index.d.ts","import":"./hooks/dist/hooks.mjs","browser":"./hooks/dist/hooks.module.js","require":"./hooks/dist/hooks.js"},"./compat":{"umd":"./compat/dist/compat.umd.js","types":"./compat/src/index.d.ts","import":"./compat/dist/compat.mjs","browser":"./compat/dist/compat.module.js","require":"./compat/dist/compat.js"},"./devtools":{"umd":"./devtools/dist/devtools.umd.js","types":"./devtools/src/index.d.ts","import":"./devtools/dist/devtools.mjs","browser":"./devtools/dist/devtools.module.js","require":"./devtools/dist/devtools.js"},"./test-utils":{"umd":"./test-utils/dist/testUtils.umd.js","types":"./test-utils/src/index.d.ts","import":"./test-utils/dist/testUtils.mjs","browser":"./test-utils/dist/testUtils.module.js","require":"./test-utils/dist/testUtils.js"},"./jsx-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./package.json":"./package.json","./compat/client":{"types":"./compat/client.d.ts","import":"./compat/client.mjs","require":"./compat/client.js"},"./compat/server":{"import":"./compat/server.mjs","browser":"./compat/server.browser.js","require":"./compat/server.js"},"./jsx-dev-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./compat/scheduler":{"import":"./compat/scheduler.mjs","require":"./compat/scheduler.js"},"./compat/jsx-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-runtime.mjs","require":"./compat/jsx-runtime.js"},"./debug/package.json":"./debug/package.json","./hooks/package.json":"./hooks/package.json","./compat/package.json":"./compat/package.json","./devtools/package.json":"./devtools/package.json","./compat/jsx-dev-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-dev-runtime.mjs","require":"./compat/jsx-dev-runtime.js"},"./test-utils/package.json":"./test-utils/package.json","./jsx-runtime/package.json":"./jsx-runtime/package.json"},"funding":{"url":"https://opencollective.com/preact","type":"opencollective"},"private":false,"scripts":{"dev":"microbundle watch --raw --no-generateTypes --format cjs","tsc":"tsc -p jsconfig-lint.json","lint":"run-s oxlint tsc","test":"npm-run-all build lint test:unit","build":"npm-run-all --parallel build:*","format":"biome format --write .","oxlint":"oxlint -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils","prepare":"husky && run-s build && check-export-map && npm-merge-driver-install","test:ts":"run-p test:ts:*","benchmark":"npm run test:karma:bench -- no-single-run","build:jsx":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd jsx-runtime","dev:hooks":"microbundle watch --raw --no-generateTypes --format cjs --cwd hooks","postbuild":"node ./config/node-13-exports.js && node ./config/compat-entries.js","test:unit":"run-p test:mocha test:karma:minify test:ts","build:core":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd","dev:compat":"microbundle watch --raw --no-generateTypes --format cjs --cwd compat --globals 'preact/hooks=preactHooks'","test:karma":"cross-env COVERAGE=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:mocha":"mocha --recursive --require \"@babel/register\" test/shared test/node","build:debug":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd debug","build:hooks":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd hooks","build:compat":"microbundle build --no-compress src/index.js src/scheduler.js --raw --no-generateTypes -f cjs,esm,umd --cwd compat --globals 'preact/hooks=preactHooks'","format:check":"biome format .","test:ts:core":"tsc -p test/ts/ && mocha --require \"@babel/register\" test/ts/**/*-test.js","build:core-min":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd,iife src/cjs.js -o dist/preact.min.js","build:devtools":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd devtools","test:ts:compat":"tsc -p compat/test/ts/","build:test-utils":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd test-utils","test:karma:bench":"cross-env PERFORMANCE=true COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test/benchmarks/**.js --single-run","test:karma:hooks":"cross-env COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=hooks/test/browser/**.js --no-single-run","test:karma:watch":"cross-env BABEL_NO_MODULES=true karma start karma.conf.js --no-single-run","test:mocha:watch":"npm run test:mocha -- --watch","test:karma:minify":"cross-env COVERAGE=true MINIFY=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:karma:test-utils":"cross-env PERFORMANCE=false COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test-utils/test/shared/**.js --no-single-run"},"_npmUser":{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"},"umd:main":"dist/preact.umd.js","_resolved":"/data00/home/hongzhiyuan.hzy/preact@3d3cc198/package.tgz","overrides":{"webdriverio":"7.30.2"},"_integrity":"sha512-5ZZjRrMIbXgwIjActZvJKs5hnC2j0UoU6bYUqcC73bi01ZaBOueSvLR0lELsGP2+d2IJNGKQJ6bp8pE6CwtP0A==","repository":{"url":"git+https://github.com/preactjs/preact.git","type":"git"},"_npmVersion":"10.9.0","description":"Fast 3kb React-compatible Virtual DOM library.","directories":{},"lint-staged":{"**/*.{js,jsx,mjs,cjs,ts,tsx,yml,json,html,md,css,scss}":["biome format --write --no-errors-on-unmatched"]},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","diff":"^5.2.0","sade":"^1.8.1","husky":"^9.0.11","karma":"^6.4.0","mocha":"^9.0.0","sinon":"^9.2.3","lodash":"^4.17.21","oxlint":"^0.7.0","undici":"^4.12.0","esbuild":"^0.23.0","kolorist":"^1.8.0","benchmark":"^2.1.4","coveralls":"^3.1.1","cross-env":"^7.0.3","prop-types":"^15.8.1","sinon-chai":"^3.7.0","typescript":"^4.9.5","@babel/core":"^7.24.0","@types/chai":"^4.1.2","@types/node":"^14.14.10","errorstacks":"^2.4.1","karma-mocha":"^2.0.1","karma-sinon":"^1.0.5","lint-staged":"^10.5.2","microbundle":"^0.15.1","npm-run-all":"^4.1.5","@types/mocha":"^5.0.0","@types/sinon":"^9.0.11","@actions/glob":"^0.4.0","karma-esbuild":"^2.3.0","@biomejs/biome":"1.8.3","karma-coverage":"^2.2.0","@actions/github":"^6.0.0","@babel/register":"^7.24.0","check-export-map":"^1.3.1","karma-chai-sinon":"^0.1.5","@babel/preset-env":"^7.24.0","karma-mocha-reporter":"^2.2.5","karma-sauce-launcher":"^4.3.6","babel-plugin-istanbul":"^6.1.0","karma-chrome-launcher":"^3.2.0","karma-sourcemap-loader":"^0.4.0","preact-render-to-string":"^6.5.0","npm-merge-driver-install":"^3.0.0","@babel/plugin-transform-react-jsx":"^7.24.0","@babel/plugin-transform-react-jsx-source":"^7.24.0","babel-plugin-transform-async-to-promises":"^0.8.18","babel-plugin-transform-rename-properties":"0.1.0","@babel/plugin-proposal-object-rest-spread":"^7.20.0"},"_npmOperationalInternal":{"tmp":"tmp/preact_10.24.0-3d3cc198_1753363107795_0.9719232411283907","host":"s3://npm-registry-packages-npm-production"}},"10.24.0-102a8e2d":{"name":"@hongzhiyuan/preact","version":"10.24.0-102a8e2d","keywords":["preact","react","ui","user interface","virtual dom","vdom","components","dom diff","front-end","framework"],"license":"MIT","_id":"@hongzhiyuan/preact@10.24.0-102a8e2d","maintainers":[{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"}],"homepage":"https://preactjs.com","bugs":{"url":"https://github.com/preactjs/preact/issues"},"dist":{"shasum":"6a1a542d12225c08a5679178baed7e40c0cc4697","tarball":"https://registry.npmjs.org/@hongzhiyuan/preact/-/preact-10.24.0-102a8e2d.tgz","fileCount":132,"integrity":"sha512-8ti7RVybfOrJP4Vvn3HxuhnyzIsFeLAUEzx+S1H4U0dIsdaJrTCanFLB9R6uoJfKLbjr3igIE/T60H0R3WNh8Q==","signatures":[{"sig":"MEYCIQCQ2iPf4eS34pAtse9DqTyBK0btvgWzTwCO0pJYiqkwEwIhAOFQFUp9zhbiRPOrlEeS9VTHXpOSk8EXPwwcSJ5GX6B+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2168553},"main":"dist/preact.js","_from":"file:preact-10.24.0-102a8e2d.tgz","types":"src/index.d.ts","unpkg":"dist/preact.min.js","volta":{"node":"20.9.0"},"module":"dist/preact.module.js","source":"src/index.js","amdName":"preact","authors":["The Preact Authors (https://github.com/preactjs/preact/contributors)"],"exports":{".":{"umd":"./dist/preact.umd.js","types":"./src/index.d.ts","import":"./dist/preact.mjs","browser":"./dist/preact.module.js","require":"./dist/preact.js"},"./debug":{"umd":"./debug/dist/debug.umd.js","types":"./debug/src/index.d.ts","import":"./debug/dist/debug.mjs","browser":"./debug/dist/debug.module.js","require":"./debug/dist/debug.js"},"./hooks":{"umd":"./hooks/dist/hooks.umd.js","types":"./hooks/src/index.d.ts","import":"./hooks/dist/hooks.mjs","browser":"./hooks/dist/hooks.module.js","require":"./hooks/dist/hooks.js"},"./compat":{"umd":"./compat/dist/compat.umd.js","types":"./compat/src/index.d.ts","import":"./compat/dist/compat.mjs","browser":"./compat/dist/compat.module.js","require":"./compat/dist/compat.js"},"./devtools":{"umd":"./devtools/dist/devtools.umd.js","types":"./devtools/src/index.d.ts","import":"./devtools/dist/devtools.mjs","browser":"./devtools/dist/devtools.module.js","require":"./devtools/dist/devtools.js"},"./test-utils":{"umd":"./test-utils/dist/testUtils.umd.js","types":"./test-utils/src/index.d.ts","import":"./test-utils/dist/testUtils.mjs","browser":"./test-utils/dist/testUtils.module.js","require":"./test-utils/dist/testUtils.js"},"./jsx-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./package.json":"./package.json","./compat/client":{"types":"./compat/client.d.ts","import":"./compat/client.mjs","require":"./compat/client.js"},"./compat/server":{"import":"./compat/server.mjs","browser":"./compat/server.browser.js","require":"./compat/server.js"},"./jsx-dev-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./compat/scheduler":{"import":"./compat/scheduler.mjs","require":"./compat/scheduler.js"},"./compat/jsx-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-runtime.mjs","require":"./compat/jsx-runtime.js"},"./debug/package.json":"./debug/package.json","./hooks/package.json":"./hooks/package.json","./compat/package.json":"./compat/package.json","./devtools/package.json":"./devtools/package.json","./compat/jsx-dev-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-dev-runtime.mjs","require":"./compat/jsx-dev-runtime.js"},"./test-utils/package.json":"./test-utils/package.json","./jsx-runtime/package.json":"./jsx-runtime/package.json"},"funding":{"url":"https://opencollective.com/preact","type":"opencollective"},"private":false,"scripts":{"dev":"microbundle watch --raw --no-generateTypes --format cjs","tsc":"tsc -p jsconfig-lint.json","lint":"run-s oxlint tsc","test":"npm-run-all build lint test:unit","build":"npm-run-all --parallel build:*","format":"biome format --write .","oxlint":"oxlint -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils","prepare":"husky && run-s build && check-export-map && npm-merge-driver-install","test:ts":"run-p test:ts:*","benchmark":"npm run test:karma:bench -- no-single-run","build:jsx":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd jsx-runtime","dev:hooks":"microbundle watch --raw --no-generateTypes --format cjs --cwd hooks","postbuild":"node ./config/node-13-exports.js && node ./config/compat-entries.js","test:unit":"run-p test:mocha test:karma:minify test:ts","build:core":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd","dev:compat":"microbundle watch --raw --no-generateTypes --format cjs --cwd compat --globals 'preact/hooks=preactHooks'","test:karma":"cross-env COVERAGE=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:mocha":"mocha --recursive --require \"@babel/register\" test/shared test/node","build:debug":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd debug","build:hooks":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd hooks","build:compat":"microbundle build --no-compress src/index.js src/scheduler.js --raw --no-generateTypes -f cjs,esm,umd --cwd compat --globals 'preact/hooks=preactHooks'","format:check":"biome format .","test:ts:core":"tsc -p test/ts/ && mocha --require \"@babel/register\" test/ts/**/*-test.js","build:core-min":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd,iife src/cjs.js -o dist/preact.min.js","build:devtools":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd devtools","test:ts:compat":"tsc -p compat/test/ts/","build:test-utils":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd test-utils","test:karma:bench":"cross-env PERFORMANCE=true COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test/benchmarks/**.js --single-run","test:karma:hooks":"cross-env COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=hooks/test/browser/**.js --no-single-run","test:karma:watch":"cross-env BABEL_NO_MODULES=true karma start karma.conf.js --no-single-run","test:mocha:watch":"npm run test:mocha -- --watch","test:karma:minify":"cross-env COVERAGE=true MINIFY=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:karma:test-utils":"cross-env PERFORMANCE=false COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test-utils/test/shared/**.js --no-single-run"},"_npmUser":{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"},"umd:main":"dist/preact.umd.js","_resolved":"/home/runner/work/preact/preact/preact-10.24.0-102a8e2d.tgz","overrides":{"webdriverio":"7.30.2"},"_integrity":"sha512-8ti7RVybfOrJP4Vvn3HxuhnyzIsFeLAUEzx+S1H4U0dIsdaJrTCanFLB9R6uoJfKLbjr3igIE/T60H0R3WNh8Q==","repository":{"url":"git+https://github.com/preactjs/preact.git","type":"git"},"_npmVersion":"10.8.2","description":"Fast 3kb React-compatible Virtual DOM library.","directories":{},"lint-staged":{"**/*.{js,jsx,mjs,cjs,ts,tsx,yml,json,html,md,css,scss}":["biome format --write --no-errors-on-unmatched"]},"_nodeVersion":"20.19.4","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","diff":"^5.2.0","sade":"^1.8.1","husky":"^9.0.11","karma":"^6.4.0","mocha":"^9.0.0","sinon":"^9.2.3","lodash":"^4.17.21","oxlint":"^0.7.0","undici":"^4.12.0","esbuild":"^0.23.0","kolorist":"^1.8.0","benchmark":"^2.1.4","coveralls":"^3.1.1","cross-env":"^7.0.3","prop-types":"^15.8.1","sinon-chai":"^3.7.0","typescript":"^4.9.5","@babel/core":"^7.24.0","@types/chai":"^4.1.2","@types/node":"^14.14.10","errorstacks":"^2.4.1","karma-mocha":"^2.0.1","karma-sinon":"^1.0.5","lint-staged":"^10.5.2","microbundle":"^0.15.1","npm-run-all":"^4.1.5","@types/mocha":"^5.0.0","@types/sinon":"^9.0.11","@actions/glob":"^0.4.0","karma-esbuild":"^2.3.0","@biomejs/biome":"1.8.3","karma-coverage":"^2.2.0","@actions/github":"^6.0.0","@babel/register":"^7.24.0","check-export-map":"^1.3.1","karma-chai-sinon":"^0.1.5","@babel/preset-env":"^7.24.0","karma-mocha-reporter":"^2.2.5","karma-sauce-launcher":"^4.3.6","babel-plugin-istanbul":"^6.1.0","karma-chrome-launcher":"^3.2.0","karma-sourcemap-loader":"^0.4.0","preact-render-to-string":"^6.5.0","npm-merge-driver-install":"^3.0.0","@babel/plugin-transform-react-jsx":"^7.24.0","@babel/plugin-transform-react-jsx-source":"^7.24.0","babel-plugin-transform-async-to-promises":"^0.8.18","babel-plugin-transform-rename-properties":"0.1.0","@babel/plugin-proposal-object-rest-spread":"^7.20.0"},"_npmOperationalInternal":{"tmp":"tmp/preact_10.24.0-102a8e2d_1753955280631_0.7526419567292946","host":"s3://npm-registry-packages-npm-production"}},"10.24.0-27dc9d8f":{"name":"@hongzhiyuan/preact","version":"10.24.0-27dc9d8f","keywords":["preact","react","ui","user interface","virtual dom","vdom","components","dom diff","front-end","framework"],"license":"MIT","_id":"@hongzhiyuan/preact@10.24.0-27dc9d8f","maintainers":[{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"}],"homepage":"https://preactjs.com","bugs":{"url":"https://github.com/preactjs/preact/issues"},"dist":{"shasum":"3de54299adebbb63b784adc08446f366aefb5748","tarball":"https://registry.npmjs.org/@hongzhiyuan/preact/-/preact-10.24.0-27dc9d8f.tgz","fileCount":132,"integrity":"sha512-NpUD1p4NIh+vpN5+YMvtF8CqtO7tS7VwTKxpdoI58Fp3SOmtv0Xr9Bzg+vWitn1K/jBscsonqDX4qZ4qvVd2PA==","signatures":[{"sig":"MEQCIBwXHrOl9QEUC2KsFc3nEFnAHnygjBb3UJK1EUw/5F8RAiBnyaJ3DblO9WV6cVEpO1X9qTEoYs7tNLSkdLvrOLaaUw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2168825},"main":"dist/preact.js","_from":"file:preact-10.24.0-27dc9d8f.tgz","types":"src/index.d.ts","unpkg":"dist/preact.min.js","volta":{"node":"20.9.0"},"module":"dist/preact.module.js","source":"src/index.js","amdName":"preact","authors":["The Preact Authors (https://github.com/preactjs/preact/contributors)"],"exports":{".":{"umd":"./dist/preact.umd.js","types":"./src/index.d.ts","import":"./dist/preact.mjs","browser":"./dist/preact.module.js","require":"./dist/preact.js"},"./debug":{"umd":"./debug/dist/debug.umd.js","types":"./debug/src/index.d.ts","import":"./debug/dist/debug.mjs","browser":"./debug/dist/debug.module.js","require":"./debug/dist/debug.js"},"./hooks":{"umd":"./hooks/dist/hooks.umd.js","types":"./hooks/src/index.d.ts","import":"./hooks/dist/hooks.mjs","browser":"./hooks/dist/hooks.module.js","require":"./hooks/dist/hooks.js"},"./compat":{"umd":"./compat/dist/compat.umd.js","types":"./compat/src/index.d.ts","import":"./compat/dist/compat.mjs","browser":"./compat/dist/compat.module.js","require":"./compat/dist/compat.js"},"./devtools":{"umd":"./devtools/dist/devtools.umd.js","types":"./devtools/src/index.d.ts","import":"./devtools/dist/devtools.mjs","browser":"./devtools/dist/devtools.module.js","require":"./devtools/dist/devtools.js"},"./test-utils":{"umd":"./test-utils/dist/testUtils.umd.js","types":"./test-utils/src/index.d.ts","import":"./test-utils/dist/testUtils.mjs","browser":"./test-utils/dist/testUtils.module.js","require":"./test-utils/dist/testUtils.js"},"./jsx-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./package.json":"./package.json","./compat/client":{"types":"./compat/client.d.ts","import":"./compat/client.mjs","require":"./compat/client.js"},"./compat/server":{"import":"./compat/server.mjs","browser":"./compat/server.browser.js","require":"./compat/server.js"},"./jsx-dev-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./compat/scheduler":{"import":"./compat/scheduler.mjs","require":"./compat/scheduler.js"},"./compat/jsx-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-runtime.mjs","require":"./compat/jsx-runtime.js"},"./debug/package.json":"./debug/package.json","./hooks/package.json":"./hooks/package.json","./compat/package.json":"./compat/package.json","./devtools/package.json":"./devtools/package.json","./compat/jsx-dev-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-dev-runtime.mjs","require":"./compat/jsx-dev-runtime.js"},"./test-utils/package.json":"./test-utils/package.json","./jsx-runtime/package.json":"./jsx-runtime/package.json"},"funding":{"url":"https://opencollective.com/preact","type":"opencollective"},"private":false,"scripts":{"dev":"microbundle watch --raw --no-generateTypes --format cjs","tsc":"tsc -p jsconfig-lint.json","lint":"run-s oxlint tsc","test":"npm-run-all build lint test:unit","build":"npm-run-all --parallel build:*","format":"biome format --write .","oxlint":"oxlint -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils","prepare":"husky && run-s build && check-export-map && npm-merge-driver-install","test:ts":"run-p test:ts:*","benchmark":"npm run test:karma:bench -- no-single-run","build:jsx":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd jsx-runtime","dev:hooks":"microbundle watch --raw --no-generateTypes --format cjs --cwd hooks","postbuild":"node ./config/node-13-exports.js && node ./config/compat-entries.js","test:unit":"run-p test:mocha test:karma:minify test:ts","build:core":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd","dev:compat":"microbundle watch --raw --no-generateTypes --format cjs --cwd compat --globals 'preact/hooks=preactHooks'","test:karma":"cross-env COVERAGE=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:mocha":"mocha --recursive --require \"@babel/register\" test/shared test/node","build:debug":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd debug","build:hooks":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd hooks","build:compat":"microbundle build --no-compress src/index.js src/scheduler.js --raw --no-generateTypes -f cjs,esm,umd --cwd compat --globals 'preact/hooks=preactHooks'","format:check":"biome format .","test:ts:core":"tsc -p test/ts/ && mocha --require \"@babel/register\" test/ts/**/*-test.js","build:core-min":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd,iife src/cjs.js -o dist/preact.min.js","build:devtools":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd devtools","test:ts:compat":"tsc -p compat/test/ts/","build:test-utils":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd test-utils","test:karma:bench":"cross-env PERFORMANCE=true COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test/benchmarks/**.js --single-run","test:karma:hooks":"cross-env COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=hooks/test/browser/**.js --no-single-run","test:karma:watch":"cross-env BABEL_NO_MODULES=true karma start karma.conf.js --no-single-run","test:mocha:watch":"npm run test:mocha -- --watch","test:karma:minify":"cross-env COVERAGE=true MINIFY=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:karma:test-utils":"cross-env PERFORMANCE=false COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test-utils/test/shared/**.js --no-single-run"},"_npmUser":{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"},"umd:main":"dist/preact.umd.js","_resolved":"/home/runner/work/preact/preact/preact-10.24.0-27dc9d8f.tgz","overrides":{"webdriverio":"7.30.2"},"_integrity":"sha512-NpUD1p4NIh+vpN5+YMvtF8CqtO7tS7VwTKxpdoI58Fp3SOmtv0Xr9Bzg+vWitn1K/jBscsonqDX4qZ4qvVd2PA==","repository":{"url":"git+https://github.com/preactjs/preact.git","type":"git"},"_npmVersion":"10.8.2","description":"Fast 3kb React-compatible Virtual DOM library.","directories":{},"lint-staged":{"**/*.{js,jsx,mjs,cjs,ts,tsx,yml,json,html,md,css,scss}":["biome format --write --no-errors-on-unmatched"]},"_nodeVersion":"20.19.4","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","diff":"^5.2.0","sade":"^1.8.1","husky":"^9.0.11","karma":"^6.4.0","mocha":"^9.0.0","sinon":"^9.2.3","lodash":"^4.17.21","oxlint":"^0.7.0","undici":"^4.12.0","esbuild":"^0.23.0","kolorist":"^1.8.0","benchmark":"^2.1.4","coveralls":"^3.1.1","cross-env":"^7.0.3","prop-types":"^15.8.1","sinon-chai":"^3.7.0","typescript":"^4.9.5","@babel/core":"^7.24.0","@types/chai":"^4.1.2","@types/node":"^14.14.10","errorstacks":"^2.4.1","karma-mocha":"^2.0.1","karma-sinon":"^1.0.5","lint-staged":"^10.5.2","microbundle":"^0.15.1","npm-run-all":"^4.1.5","@types/mocha":"^5.0.0","@types/sinon":"^9.0.11","@actions/glob":"^0.4.0","karma-esbuild":"^2.3.0","@biomejs/biome":"1.8.3","karma-coverage":"^2.2.0","@actions/github":"^6.0.0","@babel/register":"^7.24.0","check-export-map":"^1.3.1","karma-chai-sinon":"^0.1.5","@babel/preset-env":"^7.24.0","karma-mocha-reporter":"^2.2.5","karma-sauce-launcher":"^4.3.6","babel-plugin-istanbul":"^6.1.0","karma-chrome-launcher":"^3.2.0","karma-sourcemap-loader":"^0.4.0","preact-render-to-string":"^6.5.0","npm-merge-driver-install":"^3.0.0","@babel/plugin-transform-react-jsx":"^7.24.0","@babel/plugin-transform-react-jsx-source":"^7.24.0","babel-plugin-transform-async-to-promises":"^0.8.18","babel-plugin-transform-rename-properties":"0.1.0","@babel/plugin-proposal-object-rest-spread":"^7.20.0"},"_npmOperationalInternal":{"tmp":"tmp/preact_10.24.0-27dc9d8f_1753964603938_0.6731223897936855","host":"s3://npm-registry-packages-npm-production"}},"10.24.0-afbef2b7":{"name":"@hongzhiyuan/preact","version":"10.24.0-afbef2b7","keywords":["preact","react","ui","user interface","virtual dom","vdom","components","dom diff","front-end","framework"],"license":"MIT","_id":"@hongzhiyuan/preact@10.24.0-afbef2b7","maintainers":[{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"}],"homepage":"https://preactjs.com","bugs":{"url":"https://github.com/preactjs/preact/issues"},"dist":{"shasum":"1f17a43c058a4ebc2185f135d8151b820e107dde","tarball":"https://registry.npmjs.org/@hongzhiyuan/preact/-/preact-10.24.0-afbef2b7.tgz","fileCount":132,"integrity":"sha512-aRbSCblm72MOoXkIU4XMzdXwkLRgya77inl/o+FlGKkFNQLX1FXfm6JXNs6OU6Aue3F25+dNsK4qbpGj5xLdYQ==","signatures":[{"sig":"MEYCIQDemAQuYSGVseOUPSrCAyFbX7WrsdX/q3pdo+q2/u5t7QIhAL0uTUAFOdg0H0XPH8h9y9OmYitL84gcqtOrH4YsBY85","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2169020},"main":"dist/preact.js","_from":"file:preact-10.24.0-afbef2b7.tgz","types":"src/index.d.ts","unpkg":"dist/preact.min.js","volta":{"node":"20.9.0"},"module":"dist/preact.module.js","source":"src/index.js","amdName":"preact","authors":["The Preact Authors (https://github.com/preactjs/preact/contributors)"],"exports":{".":{"umd":"./dist/preact.umd.js","types":"./src/index.d.ts","import":"./dist/preact.mjs","browser":"./dist/preact.module.js","require":"./dist/preact.js"},"./debug":{"umd":"./debug/dist/debug.umd.js","types":"./debug/src/index.d.ts","import":"./debug/dist/debug.mjs","browser":"./debug/dist/debug.module.js","require":"./debug/dist/debug.js"},"./hooks":{"umd":"./hooks/dist/hooks.umd.js","types":"./hooks/src/index.d.ts","import":"./hooks/dist/hooks.mjs","browser":"./hooks/dist/hooks.module.js","require":"./hooks/dist/hooks.js"},"./compat":{"umd":"./compat/dist/compat.umd.js","types":"./compat/src/index.d.ts","import":"./compat/dist/compat.mjs","browser":"./compat/dist/compat.module.js","require":"./compat/dist/compat.js"},"./devtools":{"umd":"./devtools/dist/devtools.umd.js","types":"./devtools/src/index.d.ts","import":"./devtools/dist/devtools.mjs","browser":"./devtools/dist/devtools.module.js","require":"./devtools/dist/devtools.js"},"./test-utils":{"umd":"./test-utils/dist/testUtils.umd.js","types":"./test-utils/src/index.d.ts","import":"./test-utils/dist/testUtils.mjs","browser":"./test-utils/dist/testUtils.module.js","require":"./test-utils/dist/testUtils.js"},"./jsx-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./package.json":"./package.json","./compat/client":{"types":"./compat/client.d.ts","import":"./compat/client.mjs","require":"./compat/client.js"},"./compat/server":{"import":"./compat/server.mjs","browser":"./compat/server.browser.js","require":"./compat/server.js"},"./jsx-dev-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./compat/scheduler":{"import":"./compat/scheduler.mjs","require":"./compat/scheduler.js"},"./compat/jsx-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-runtime.mjs","require":"./compat/jsx-runtime.js"},"./debug/package.json":"./debug/package.json","./hooks/package.json":"./hooks/package.json","./compat/package.json":"./compat/package.json","./devtools/package.json":"./devtools/package.json","./compat/jsx-dev-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-dev-runtime.mjs","require":"./compat/jsx-dev-runtime.js"},"./test-utils/package.json":"./test-utils/package.json","./jsx-runtime/package.json":"./jsx-runtime/package.json"},"funding":{"url":"https://opencollective.com/preact","type":"opencollective"},"private":false,"scripts":{"dev":"microbundle watch --raw --no-generateTypes --format cjs","tsc":"tsc -p jsconfig-lint.json","lint":"run-s oxlint tsc","test":"npm-run-all build lint test:unit","build":"npm-run-all --parallel build:*","format":"biome format --write .","oxlint":"oxlint -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils","prepare":"husky && run-s build && check-export-map && npm-merge-driver-install","test:ts":"run-p test:ts:*","benchmark":"npm run test:karma:bench -- no-single-run","build:jsx":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd jsx-runtime","dev:hooks":"microbundle watch --raw --no-generateTypes --format cjs --cwd hooks","postbuild":"node ./config/node-13-exports.js && node ./config/compat-entries.js","test:unit":"run-p test:mocha test:karma:minify test:ts","build:core":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd","dev:compat":"microbundle watch --raw --no-generateTypes --format cjs --cwd compat --globals 'preact/hooks=preactHooks'","test:karma":"cross-env COVERAGE=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:mocha":"mocha --recursive --require \"@babel/register\" test/shared test/node","build:debug":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd debug","build:hooks":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd hooks","build:compat":"microbundle build --no-compress src/index.js src/scheduler.js --raw --no-generateTypes -f cjs,esm,umd --cwd compat --globals 'preact/hooks=preactHooks'","format:check":"biome format .","test:ts:core":"tsc -p test/ts/ && mocha --require \"@babel/register\" test/ts/**/*-test.js","build:core-min":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd,iife src/cjs.js -o dist/preact.min.js","build:devtools":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd devtools","test:ts:compat":"tsc -p compat/test/ts/","build:test-utils":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd test-utils","test:karma:bench":"cross-env PERFORMANCE=true COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test/benchmarks/**.js --single-run","test:karma:hooks":"cross-env COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=hooks/test/browser/**.js --no-single-run","test:karma:watch":"cross-env BABEL_NO_MODULES=true karma start karma.conf.js --no-single-run","test:mocha:watch":"npm run test:mocha -- --watch","test:karma:minify":"cross-env COVERAGE=true MINIFY=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:karma:test-utils":"cross-env PERFORMANCE=false COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test-utils/test/shared/**.js --no-single-run"},"_npmUser":{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"},"umd:main":"dist/preact.umd.js","_resolved":"/home/runner/work/preact/preact/preact-10.24.0-afbef2b7.tgz","overrides":{"webdriverio":"7.30.2"},"_integrity":"sha512-aRbSCblm72MOoXkIU4XMzdXwkLRgya77inl/o+FlGKkFNQLX1FXfm6JXNs6OU6Aue3F25+dNsK4qbpGj5xLdYQ==","repository":{"url":"git+https://github.com/preactjs/preact.git","type":"git"},"_npmVersion":"10.8.2","description":"Fast 3kb React-compatible Virtual DOM library.","directories":{},"lint-staged":{"**/*.{js,jsx,mjs,cjs,ts,tsx,yml,json,html,md,css,scss}":["biome format --write --no-errors-on-unmatched"]},"_nodeVersion":"20.19.4","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","diff":"^5.2.0","sade":"^1.8.1","husky":"^9.0.11","karma":"^6.4.0","mocha":"^9.0.0","sinon":"^9.2.3","lodash":"^4.17.21","oxlint":"^0.7.0","undici":"^4.12.0","esbuild":"^0.23.0","kolorist":"^1.8.0","benchmark":"^2.1.4","coveralls":"^3.1.1","cross-env":"^7.0.3","prop-types":"^15.8.1","sinon-chai":"^3.7.0","typescript":"^4.9.5","@babel/core":"^7.24.0","@types/chai":"^4.1.2","@types/node":"^14.14.10","errorstacks":"^2.4.1","karma-mocha":"^2.0.1","karma-sinon":"^1.0.5","lint-staged":"^10.5.2","microbundle":"^0.15.1","npm-run-all":"^4.1.5","@types/mocha":"^5.0.0","@types/sinon":"^9.0.11","@actions/glob":"^0.4.0","karma-esbuild":"^2.3.0","@biomejs/biome":"1.8.3","karma-coverage":"^2.2.0","@actions/github":"^6.0.0","@babel/register":"^7.24.0","check-export-map":"^1.3.1","karma-chai-sinon":"^0.1.5","@babel/preset-env":"^7.24.0","karma-mocha-reporter":"^2.2.5","karma-sauce-launcher":"^4.3.6","babel-plugin-istanbul":"^6.1.0","karma-chrome-launcher":"^3.2.0","karma-sourcemap-loader":"^0.4.0","preact-render-to-string":"^6.5.0","npm-merge-driver-install":"^3.0.0","@babel/plugin-transform-react-jsx":"^7.24.0","@babel/plugin-transform-react-jsx-source":"^7.24.0","babel-plugin-transform-async-to-promises":"^0.8.18","babel-plugin-transform-rename-properties":"0.1.0","@babel/plugin-proposal-object-rest-spread":"^7.20.0"},"_npmOperationalInternal":{"tmp":"tmp/preact_10.24.0-afbef2b7_1754387865787_0.05842310077243118","host":"s3://npm-registry-packages-npm-production"}},"10.24.0-00213bad":{"name":"@hongzhiyuan/preact","version":"10.24.0-00213bad","keywords":["preact","react","ui","user interface","virtual dom","vdom","components","dom diff","front-end","framework"],"license":"MIT","_id":"@hongzhiyuan/preact@10.24.0-00213bad","maintainers":[{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"}],"homepage":"https://preactjs.com","bugs":{"url":"https://github.com/preactjs/preact/issues"},"dist":{"shasum":"6066c68a49c09621b4520a90dde66af165e95f20","tarball":"https://registry.npmjs.org/@hongzhiyuan/preact/-/preact-10.24.0-00213bad.tgz","fileCount":132,"integrity":"sha512-bHWp4ZDK5ZimcY+bTWw3S3xGiB8eROpZj0RK3FClNIaTOajb0b11CsT3K+pdeakgPgq1jWN3T2e2rfrPm40JsQ==","signatures":[{"sig":"MEUCIDyz+AVjkEORJqX4xOuBRseBJYgcxBWTN4GO8Qkc0tPJAiEA7xWZOLqG8FkEHWPz0lY0a5eaoLlOyoZd9Ri/8yT+sg4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2169054},"main":"dist/preact.js","_from":"file:preact-10.24.0-00213bad.tgz","types":"src/index.d.ts","unpkg":"dist/preact.min.js","volta":{"node":"20.9.0"},"module":"dist/preact.module.js","source":"src/index.js","amdName":"preact","authors":["The Preact Authors (https://github.com/preactjs/preact/contributors)"],"exports":{".":{"umd":"./dist/preact.umd.js","types":"./src/index.d.ts","import":"./dist/preact.mjs","browser":"./dist/preact.module.js","require":"./dist/preact.js"},"./debug":{"umd":"./debug/dist/debug.umd.js","types":"./debug/src/index.d.ts","import":"./debug/dist/debug.mjs","browser":"./debug/dist/debug.module.js","require":"./debug/dist/debug.js"},"./hooks":{"umd":"./hooks/dist/hooks.umd.js","types":"./hooks/src/index.d.ts","import":"./hooks/dist/hooks.mjs","browser":"./hooks/dist/hooks.module.js","require":"./hooks/dist/hooks.js"},"./compat":{"umd":"./compat/dist/compat.umd.js","types":"./compat/src/index.d.ts","import":"./compat/dist/compat.mjs","browser":"./compat/dist/compat.module.js","require":"./compat/dist/compat.js"},"./devtools":{"umd":"./devtools/dist/devtools.umd.js","types":"./devtools/src/index.d.ts","import":"./devtools/dist/devtools.mjs","browser":"./devtools/dist/devtools.module.js","require":"./devtools/dist/devtools.js"},"./test-utils":{"umd":"./test-utils/dist/testUtils.umd.js","types":"./test-utils/src/index.d.ts","import":"./test-utils/dist/testUtils.mjs","browser":"./test-utils/dist/testUtils.module.js","require":"./test-utils/dist/testUtils.js"},"./jsx-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./package.json":"./package.json","./compat/client":{"types":"./compat/client.d.ts","import":"./compat/client.mjs","require":"./compat/client.js"},"./compat/server":{"import":"./compat/server.mjs","browser":"./compat/server.browser.js","require":"./compat/server.js"},"./jsx-dev-runtime":{"umd":"./jsx-runtime/dist/jsxRuntime.umd.js","types":"./jsx-runtime/src/index.d.ts","import":"./jsx-runtime/dist/jsxRuntime.mjs","browser":"./jsx-runtime/dist/jsxRuntime.module.js","require":"./jsx-runtime/dist/jsxRuntime.js"},"./compat/scheduler":{"import":"./compat/scheduler.mjs","require":"./compat/scheduler.js"},"./compat/jsx-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-runtime.mjs","require":"./compat/jsx-runtime.js"},"./debug/package.json":"./debug/package.json","./hooks/package.json":"./hooks/package.json","./compat/package.json":"./compat/package.json","./devtools/package.json":"./devtools/package.json","./compat/jsx-dev-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-dev-runtime.mjs","require":"./compat/jsx-dev-runtime.js"},"./test-utils/package.json":"./test-utils/package.json","./jsx-runtime/package.json":"./jsx-runtime/package.json"},"funding":{"url":"https://opencollective.com/preact","type":"opencollective"},"private":false,"scripts":{"dev":"microbundle watch --raw --no-generateTypes --format cjs","tsc":"tsc -p jsconfig-lint.json","lint":"run-s oxlint tsc","test":"npm-run-all build lint test:unit","build":"npm-run-all --parallel build:*","format":"biome format --write .","oxlint":"oxlint -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils","prepare":"husky && run-s build && check-export-map && npm-merge-driver-install","test:ts":"run-p test:ts:*","benchmark":"npm run test:karma:bench -- no-single-run","build:jsx":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd jsx-runtime","dev:hooks":"microbundle watch --raw --no-generateTypes --format cjs --cwd hooks","postbuild":"node ./config/node-13-exports.js && node ./config/compat-entries.js","test:unit":"run-p test:mocha test:karma:minify test:ts","build:core":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd","dev:compat":"microbundle watch --raw --no-generateTypes --format cjs --cwd compat --globals 'preact/hooks=preactHooks'","test:karma":"cross-env COVERAGE=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:mocha":"mocha --recursive --require \"@babel/register\" test/shared test/node","build:debug":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd debug","build:hooks":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd hooks","build:compat":"microbundle build --no-compress src/index.js src/scheduler.js --raw --no-generateTypes -f cjs,esm,umd --cwd compat --globals 'preact/hooks=preactHooks'","format:check":"biome format .","test:ts:core":"tsc -p test/ts/ && mocha --require \"@babel/register\" test/ts/**/*-test.js","build:core-min":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd,iife src/cjs.js -o dist/preact.min.js","build:devtools":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd devtools","test:ts:compat":"tsc -p compat/test/ts/","build:test-utils":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd test-utils","test:karma:bench":"cross-env PERFORMANCE=true COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test/benchmarks/**.js --single-run","test:karma:hooks":"cross-env COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=hooks/test/browser/**.js --no-single-run","test:karma:watch":"cross-env BABEL_NO_MODULES=true karma start karma.conf.js --no-single-run","test:mocha:watch":"npm run test:mocha -- --watch","test:karma:minify":"cross-env COVERAGE=true MINIFY=true BABEL_NO_MODULES=true karma start karma.conf.js --single-run","test:karma:test-utils":"cross-env PERFORMANCE=false COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test-utils/test/shared/**.js --no-single-run"},"_npmUser":{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"},"umd:main":"dist/preact.umd.js","_resolved":"/home/runner/work/preact/preact/preact-10.24.0-00213bad.tgz","overrides":{"webdriverio":"7.30.2"},"_integrity":"sha512-bHWp4ZDK5ZimcY+bTWw3S3xGiB8eROpZj0RK3FClNIaTOajb0b11CsT3K+pdeakgPgq1jWN3T2e2rfrPm40JsQ==","repository":{"url":"git+https://github.com/preactjs/preact.git","type":"git"},"_npmVersion":"10.8.2","description":"Fast 3kb React-compatible Virtual DOM library.","directories":{},"lint-staged":{"**/*.{js,jsx,mjs,cjs,ts,tsx,yml,json,html,md,css,scss}":["biome format --write --no-errors-on-unmatched"]},"_nodeVersion":"20.19.4","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","diff":"^5.2.0","sade":"^1.8.1","husky":"^9.0.11","karma":"^6.4.0","mocha":"^9.0.0","sinon":"^9.2.3","lodash":"^4.17.21","oxlint":"^0.7.0","undici":"^4.12.0","esbuild":"^0.23.0","kolorist":"^1.8.0","benchmark":"^2.1.4","coveralls":"^3.1.1","cross-env":"^7.0.3","prop-types":"^15.8.1","sinon-chai":"^3.7.0","typescript":"^4.9.5","@babel/core":"^7.24.0","@types/chai":"^4.1.2","@types/node":"^14.14.10","errorstacks":"^2.4.1","karma-mocha":"^2.0.1","karma-sinon":"^1.0.5","lint-staged":"^10.5.2","microbundle":"^0.15.1","npm-run-all":"^4.1.5","@types/mocha":"^5.0.0","@types/sinon":"^9.0.11","@actions/glob":"^0.4.0","karma-esbuild":"^2.3.0","@biomejs/biome":"1.8.3","karma-coverage":"^2.2.0","@actions/github":"^6.0.0","@babel/register":"^7.24.0","check-export-map":"^1.3.1","karma-chai-sinon":"^0.1.5","@babel/preset-env":"^7.24.0","karma-mocha-reporter":"^2.2.5","karma-sauce-launcher":"^4.3.6","babel-plugin-istanbul":"^6.1.0","karma-chrome-launcher":"^3.2.0","karma-sourcemap-loader":"^0.4.0","preact-render-to-string":"^6.5.0","npm-merge-driver-install":"^3.0.0","@babel/plugin-transform-react-jsx":"^7.24.0","@babel/plugin-transform-react-jsx-source":"^7.24.0","babel-plugin-transform-async-to-promises":"^0.8.18","babel-plugin-transform-rename-properties":"0.1.0","@babel/plugin-proposal-object-rest-spread":"^7.20.0"},"_npmOperationalInternal":{"tmp":"tmp/preact_10.24.0-00213bad_1754394011981_0.7114129286567157","host":"s3://npm-registry-packages-npm-production"}},"10.28.0-fc4af453":{"name":"@hongzhiyuan/preact","amdName":"preact","version":"10.28.0-fc4af453","private":false,"description":"Fast 3kb React-compatible Virtual DOM library.","main":"dist/preact.js","module":"dist/preact.module.js","umd:main":"dist/preact.umd.js","unpkg":"dist/preact.min.js","source":"src/index.js","typesVersions":{"<=5.0":{".":["./src/index-5.d.ts"]}},"exports":{".":{"types@<=5.0":{"types":"./src/index-5.d.ts"},"types":"./src/index.d.ts","browser":"./dist/preact.module.js","umd":"./dist/preact.umd.js","import":"./dist/preact.mjs","require":"./dist/preact.js"},"./compat":{"types":"./compat/src/index.d.ts","browser":"./compat/dist/compat.module.js","umd":"./compat/dist/compat.umd.js","import":"./compat/dist/compat.mjs","require":"./compat/dist/compat.js"},"./debug":{"types":"./debug/src/index.d.ts","browser":"./debug/dist/debug.module.js","umd":"./debug/dist/debug.umd.js","import":"./debug/dist/debug.mjs","require":"./debug/dist/debug.js"},"./devtools":{"types":"./devtools/src/index.d.ts","browser":"./devtools/dist/devtools.module.js","umd":"./devtools/dist/devtools.umd.js","import":"./devtools/dist/devtools.mjs","require":"./devtools/dist/devtools.js"},"./hooks":{"types":"./hooks/src/index.d.ts","browser":"./hooks/dist/hooks.module.js","umd":"./hooks/dist/hooks.umd.js","import":"./hooks/dist/hooks.mjs","require":"./hooks/dist/hooks.js"},"./test-utils":{"types":"./test-utils/src/index.d.ts","browser":"./test-utils/dist/testUtils.module.js","umd":"./test-utils/dist/testUtils.umd.js","import":"./test-utils/dist/testUtils.mjs","require":"./test-utils/dist/testUtils.js"},"./compat/test-utils":{"types":"./test-utils/src/index.d.ts","browser":"./test-utils/dist/testUtils.module.js","umd":"./test-utils/dist/testUtils.umd.js","import":"./test-utils/dist/testUtils.mjs","require":"./test-utils/dist/testUtils.js"},"./jsx-runtime":{"types":"./jsx-runtime/src/index.d.ts","browser":"./jsx-runtime/dist/jsxRuntime.module.js","umd":"./jsx-runtime/dist/jsxRuntime.umd.js","import":"./jsx-runtime/dist/jsxRuntime.mjs","require":"./jsx-runtime/dist/jsxRuntime.js"},"./jsx-dev-runtime":{"types":"./jsx-runtime/src/index.d.ts","browser":"./jsx-runtime/dist/jsxRuntime.module.js","umd":"./jsx-runtime/dist/jsxRuntime.umd.js","import":"./jsx-runtime/dist/jsxRuntime.mjs","require":"./jsx-runtime/dist/jsxRuntime.js"},"./compat/client":{"types":"./compat/client.d.ts","import":"./compat/client.mjs","require":"./compat/client.js"},"./compat/server":{"browser":"./compat/server.browser.js","import":"./compat/server.mjs","require":"./compat/server.js"},"./compat/server.browser":{"types":"./compat/server.d.ts","default":"./compat/server.browser.js"},"./compat/jsx-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-runtime.mjs","require":"./compat/jsx-runtime.js"},"./compat/jsx-dev-runtime":{"types":"./jsx-runtime/src/index.d.ts","import":"./compat/jsx-dev-runtime.mjs","require":"./compat/jsx-dev-runtime.js"},"./compat/scheduler":{"import":"./compat/scheduler.mjs","require":"./compat/scheduler.js"},"./package.json":"./package.json","./compat/package.json":"./compat/package.json","./debug/package.json":"./debug/package.json","./devtools/package.json":"./devtools/package.json","./hooks/package.json":"./hooks/package.json","./test-utils/package.json":"./test-utils/package.json","./jsx-runtime/package.json":"./jsx-runtime/package.json"},"license":"MIT","funding":{"type":"opencollective","url":"https://opencollective.com/preact"},"types":"src/index.d.ts","scripts":{"prepare":"husky && run-s build","build":"npm-run-all --parallel 'build:*'","build:core":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd","build:core-min":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd,iife src/cjs.js -o dist/preact.min.js","build:debug":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd debug","build:devtools":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd devtools","build:hooks":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd hooks","build:test-utils":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd test-utils","build:compat":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd compat --globals 'preact/hooks=preactHooks'","build:jsx":"microbundle build --no-compress --raw --no-generateTypes -f cjs,esm,umd --cwd jsx-runtime","postbuild":"node ./config/node-13-exports.js && node ./config/compat-entries.js","dev":"microbundle watch --no-compress --raw --no-generateTypes --format cjs","dev:hooks":"microbundle watch --no-compress --raw --no-generateTypes --format cjs --cwd hooks","dev:compat":"microbundle watch --no-compress --raw --no-generateTypes --format cjs --cwd compat --globals 'preact/hooks=preactHooks'","test":"npm-run-all build lint test:unit","test:unit":"run-p test:mocha test:vitest:min test:ts","test:vitest":"cross-env COVERAGE=true vitest run","test:vitest:min":"cross-env MINIFY=true vitest run","test:vitest:watch":"vitest","test:ts":"run-p 'test:ts:*'","test:ts:core":"tsc -p test/ts/ && mocha --require \"@babel/register\" test/ts/**/*-test.js","test:ts:compat":"tsc -p compat/test/ts/","test:mocha":"mocha --recursive --require \"@babel/register\" test/shared test/node","test:mocha:watch":"npm run test:mocha -- --watch","lint":"run-s oxlint tsc","tsc":"tsc -p jsconfig-lint.json","oxlint":"oxlint -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils","format":"biome format --write .","format:check":"biome format ."},"nano-staged":{"**/*.{js,jsx,mjs,cjs,ts,tsx,yml,json,html,md,css,scss}":["biome format --write --no-errors-on-unmatched"]},"keywords":["preact","react","ui","user interface","virtual dom","vdom","components","dom diff","front-end","framework"],"authors":["The Preact Authors (https://github.com/preactjs/preact/contributors)"],"repository":{"type":"git","url":"git+https://github.com/hzy/preact.git"},"bugs":{"url":"https://github.com/preactjs/preact/issues"},"homepage":"https://preactjs.com","devDependencies":{"@actions/github":"^6.0.0","@actions/glob":"^0.5.0","@babel/core":"^7.26.0","@babel/plugin-transform-react-jsx":"^7.25.9","@babel/plugin-transform-react-jsx-source":"^7.25.9","@babel/preset-env":"^7.26.0","@babel/register":"^7.25.9","@biomejs/biome":"^1.9.4","@types/chai":"^5.0.1","@types/mocha":"^10.0.0","@types/node":"^18.19.87","@types/sinon":"^17.0.3","@vitest/browser":"^3.2.1","@vitest/coverage-istanbul":"^3.2.1","babel-plugin-transform-rename-properties":"0.1.0","chai":"^5.2.0","coveralls":"^3.1.1","cross-env":"^7.0.3","errorstacks":"^2.4.1","esbuild":"^0.24.0","husky":"^9.1.7","kolorist":"^1.8.0","microbundle":"^0.15.1","mocha":"^11.0.0","npm-run-all2":"^7.0.0","oxlint":"^0.15.12","preact-render-to-string":"^6.5.0","prop-types":"^15.8.1","sade":"^1.8.1","sinon":"^19.0.2","sinon-chai":"^4.0.0","terser":"5.16.0","typescript":"5.1.6","undici":"^4.12.0","vite":"^6.2.0","vitest":"^3.2.1","webdriverio":"^9.15.0"},"volta":{"node":"20.19.1"},"_id":"@hongzhiyuan/preact@10.28.0-fc4af453","_integrity":"sha512-TrM2g079OZN1poroDnU2kQd1gNUB1DMfVoKyz23AE3hZvl9ypRgG2MdgxAJtwT5u3BmYvI4Z0EbdpJTdf428IQ==","_resolved":"/home/runner/work/preact/preact/preact-10.28.0-fc4af453.tgz","_from":"file:preact-10.28.0-fc4af453.tgz","_nodeVersion":"20.19.6","_npmVersion":"11.7.0","dist":{"integrity":"sha512-TrM2g079OZN1poroDnU2kQd1gNUB1DMfVoKyz23AE3hZvl9ypRgG2MdgxAJtwT5u3BmYvI4Z0EbdpJTdf428IQ==","shasum":"c0457e72caa670415ea7e7137438752357c523b9","tarball":"https://registry.npmjs.org/@hongzhiyuan/preact/-/preact-10.28.0-fc4af453.tgz","fileCount":131,"unpackedSize":2321575,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@hongzhiyuan%2fpreact@10.28.0-fc4af453","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCE2rfZnovA9vhPFOGx0eXrMtBexi+szFrlMg8BZUkAIQIhAMcx4nnsWls7ek/zOOI2NXUGkNRO4/0wpBzyE6uWAbFI"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:7ceb3c1f-3336-4943-b8a0-8726fe7a021c"}},"directories":{},"maintainers":[{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/preact_10.28.0-fc4af453_1767872817569_0.20715774085922756"},"_hasShrinkwrap":false}},"time":{"created":"2024-09-25T09:09:47.188Z","modified":"2026-01-08T11:46:58.109Z","10.24.0-a3024d6f":"2024-09-25T09:09:47.564Z","10.24.0-319c684e":"2024-09-26T06:50:05.793Z","10.24.0-3d3cc198":"2025-07-24T13:18:28.250Z","10.24.0-102a8e2d":"2025-07-31T09:48:00.961Z","10.24.0-27dc9d8f":"2025-07-31T12:23:24.139Z","10.24.0-afbef2b7":"2025-08-05T09:57:46.037Z","10.24.0-00213bad":"2025-08-05T11:40:12.243Z","10.28.0-fc4af453":"2026-01-08T11:46:57.751Z"},"bugs":{"url":"https://github.com/preactjs/preact/issues"},"license":"MIT","homepage":"https://preactjs.com","keywords":["preact","react","ui","user interface","virtual dom","vdom","components","dom diff","front-end","framework"],"repository":{"type":"git","url":"git+https://github.com/hzy/preact.git"},"description":"Fast 3kb React-compatible Virtual DOM library.","maintainers":[{"name":"hongzhiyuan","email":"faraway.hzy@gmail.com"}],"readme":"<p align=\"center\">\n<a href=\"https://preactjs.com\" target=\"_blank\">\n\n![Preact](https://raw.githubusercontent.com/preactjs/preact/8b0bcc927995c188eca83cba30fbc83491cc0b2f/logo.svg?sanitize=true 'Preact')\n\n</a>\n</p>\n<p align=\"center\">Fast <b>3kB</b> alternative to React with the same modern API.</p>\n\n**All the power of Virtual DOM components, without the overhead:**\n\n- Familiar React API & patterns: ES6 Class, hooks, and Functional Components\n- Extensive React compatibility via a simple [preact/compat] alias\n- Everything you need: JSX, <abbr title=\"Virtual DOM\">VDOM</abbr>, [DevTools], <abbr title=\"Hot Module Replacement\">HMR</abbr>, <abbr title=\"Server-Side Rendering\">SSR</abbr>.\n- Highly optimized diff algorithm and seamless hydration from Server Side Rendering\n- Supports all modern browsers and IE11\n- Transparent asynchronous rendering with a pluggable scheduler\n\n### 💁 More information at the [Preact Website ➞](https://preactjs.com)\n\n<table border=\"0\">\n<tbody>\n<tr>\n<td>\n\n[![npm](https://img.shields.io/npm/v/preact.svg)](https://www.npmjs.com/package/preact)\n[![Preact Slack Community](https://img.shields.io/badge/Slack%20Community-preact.slack.com-blue)](https://chat.preactjs.com)\n[![OpenCollective Backers](https://opencollective.com/preact/backers/badge.svg)](#backers)\n[![OpenCollective Sponsors](https://opencollective.com/preact/sponsors/badge.svg)](#sponsors)\n\n[![coveralls](https://img.shields.io/coveralls/preactjs/preact/main.svg)](https://coveralls.io/github/preactjs/preact)\n[![gzip size](https://img.badgesize.io/https://unpkg.com/preact/dist/preact.min.js?compression=gzip&label=gzip)](https://unpkg.com/preact/dist/preact.min.js)\n[![brotli size](https://img.badgesize.io/https://unpkg.com/preact/dist/preact.min.js?compression=brotli&label=brotli)](https://unpkg.com/preact/dist/preact.min.js)\n\n</td>\n</tr>\n</tbody>\n</table>\n\nYou can find some awesome libraries in the [awesome-preact list](https://github.com/preactjs/awesome-preact) :sunglasses:\n\n---\n\n## Getting Started\n\n> 💁 _**Note:** You [don't need ES2015 to use Preact](https://github.com/developit/preact-in-es3)... but give it a try!_\n\n#### Tutorial: Building UI with Preact\n\nWith Preact, you create user interfaces by assembling trees of components and elements. Components are functions or classes that return a description of what their tree should output. These descriptions are typically written in [JSX](https://facebook.github.io/jsx/) (shown underneath), or [HTM](https://github.com/developit/htm) which leverages standard JavaScript Tagged Templates. Both syntaxes can express trees of elements with \"props\" (similar to HTML attributes) and children.\n\nTo get started using Preact, first look at the render() function. This function accepts a tree description and creates the structure described. Next, it appends this structure to a parent DOM element provided as the second argument. Future calls to render() will reuse the existing tree and update it in-place in the DOM. Internally, render() will calculate the difference from previous outputted structures in an attempt to perform as few DOM operations as possible.\n\n```js\nimport { h, render } from 'preact';\n// Tells babel to use h for JSX. It's better to configure this globally.\n// See https://babeljs.io/docs/en/babel-plugin-transform-react-jsx#usage\n// In tsconfig you can specify this with the jsxFactory\n/** @jsx h */\n\n// create our tree and append it to document.body:\nrender(\n\t<main>\n\t\t<h1>Hello</h1>\n\t</main>,\n\tdocument.body\n);\n\n// update the tree in-place:\nrender(\n\t<main>\n\t\t<h1>Hello World!</h1>\n\t</main>,\n\tdocument.body\n);\n// ^ this second invocation of render(...) will use a single DOM call to update the text of the <h1>\n```\n\nHooray! render() has taken our structure and output a User Interface! This approach demonstrates a simple case, but would be difficult to use as an application grows in complexity. Each change would be forced to calculate the difference between the current and updated structure for the entire application. Components can help here – by dividing the User Interface into nested Components each can calculate their difference from their mounted point. Here's an example:\n\n```js\nimport { render, h } from 'preact';\nimport { useState } from 'preact/hooks';\n\n/** @jsx h */\n\nconst App = () => {\n\tconst [input, setInput] = useState('');\n\n\treturn (\n\t\t<div>\n\t\t\t<p>Do you agree to the statement: \"Preact is awesome\"?</p>\n\t\t\t<input value={input} onInput={e => setInput(e.target.value)} />\n\t\t</div>\n\t);\n};\n\nrender(<App />, document.body);\n```\n\n---\n\n## Sponsors\n\nBecome a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/preact#sponsor)]\n\n<a href=\"https://opencollective.com/preact/sponsor/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/0/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/1/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/2/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/2/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/3/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/3/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/4/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/4/avatar.svg\"></a>\n<a href=\"https://snyk.co/preact\" target=\"_blank\"><img src=\"https://res.cloudinary.com/snyk/image/upload/snyk-marketingui/brand-logos/wordmark-logo-color.svg\" width=\"192\" height=\"64\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/5/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/5/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/6/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/6/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/7/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/7/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/8/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/8/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/9/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/9/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/10/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/10/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/11/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/11/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/12/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/12/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/13/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/13/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/14/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/14/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/15/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/15/avatar.svg\"></a>\n<a href=\"https://github.com/guardian\" target=\"_blank\"> &nbsp; &nbsp; &nbsp; <img src=\"https://github.com/guardian.png\" width=\"64\" height=\"64\"> &nbsp; &nbsp; &nbsp; </a>\n<a href=\"https://opencollective.com/preact/sponsor/16/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/16/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/17/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/17/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/18/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/18/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/19/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/19/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/20/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/20/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/21/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/21/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/22/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/22/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/23/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/23/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/24/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/24/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/25/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/25/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/26/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/26/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/27/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/27/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/28/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/28/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/sponsor/29/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/sponsor/29/avatar.svg\"></a>\n\n## Backers\n\nSupport us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/preact#backer)]\n\n<a href=\"https://opencollective.com/preact/backer/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/0/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/1/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/2/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/2/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/3/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/3/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/4/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/4/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/5/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/5/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/6/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/6/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/7/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/7/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/8/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/8/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/9/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/9/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/10/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/10/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/11/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/11/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/12/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/12/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/13/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/13/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/14/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/14/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/15/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/15/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/16/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/16/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/17/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/17/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/18/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/18/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/19/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/19/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/20/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/20/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/21/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/21/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/22/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/22/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/23/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/23/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/24/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/24/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/25/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/25/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/26/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/26/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/27/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/27/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/28/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/28/avatar.svg\"></a>\n<a href=\"https://opencollective.com/preact/backer/29/website\" target=\"_blank\"><img src=\"https://opencollective.com/preact/backer/29/avatar.svg\"></a>\n\n---\n\n## License\n\nMIT\n\n[![Preact](https://i.imgur.com/YqCHvEW.gif)](https://preactjs.com)\n\n[preact/compat]: https://github.com/preactjs/preact/tree/main/compat\n[hyperscript]: https://github.com/dominictarr/hyperscript\n[DevTools]: https://github.com/preactjs/preact-devtools\n","readmeFilename":"README.md"}