{"name":"preact","version":"10.29.3","keywords":["preact","react","ui","user interface","virtual dom","vdom","components","dom diff","front-end","framework"],"license":"MIT","_id":"preact@10.29.3","maintainers":[{"name":"preactjs","email":"hello@preactjs.com"},{"name":"developit","email":"jason@developit.ca"},{"name":"marvinhagemeister","email":"hello@marvinh.dev"},{"name":"drewigg","email":"drewigg@gmail.com"},{"name":"jdecroock","email":"decroockjovi@gmail.com"},{"name":"rschristian","email":"rchristian@ryanchristian.dev"}],"homepage":"https://preactjs.com","bugs":{"url":"https://github.com/preactjs/preact/issues"},"dist":{"shasum":"36f96b7a8edc2fccea76daa5e7545597dc15ab28","tarball":"https://registry.npmjs.org/preact/-/preact-10.29.3.tgz","fileCount":131,"integrity":"sha512-D9NL1GAnJZhc3RndVs4gDdxEeU9TcHgywMrhhOsnpdlvFjdbx0gAsLUnH6JEhlJH5giL7Tx5biWPUSEXE/HPzw==","signatures":[{"sig":"MEYCIQClvsHAIteeOgs8tn7PYCxiMXL+ZmXayMCa7jvsfAnhjAIhAPaVZpBkujauqLQkNxzWcUb3MbRcU7uymoTy9gB11/fI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/preact@10.29.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1563175},"main":"dist/preact.js","_from":"file:preact.tgz","types":"src/index.d.ts","unpkg":"dist/preact.min.js","volta":{"node":"20.19.1"},"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","types@<=5.0":{"types":"./src/index-5.d.ts"}},"./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/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"},"./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","./compat/server.browser":{"types":"./compat/server.d.ts","default":"./compat/server.browser.js"},"./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":"oxfmt . --write","oxlint":"oxlint -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils","prepare":"husky && npm run test:install && run-s build","test:ts":"run-p 'test:ts:*'","build:jsx":"microbundle build --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:vitest:min test:ts","build:core":"microbundle build --raw --no-generateTypes -f cjs,esm,umd","dev:compat":"microbundle watch --raw --no-generateTypes --format cjs --cwd compat --globals 'preact/hooks=preactHooks'","test:mocha":"mocha --recursive --require \"@babel/register\" test/shared test/node","build:debug":"microbundle build --raw --no-generateTypes -f cjs,esm,umd --cwd debug","build:hooks":"microbundle build --raw --no-generateTypes -f cjs,esm,umd --cwd hooks","test:vitest":"cross-env COVERAGE=true vitest run","build:compat":"microbundle build --raw --no-generateTypes -f cjs,esm,umd --cwd compat --globals 'preact/hooks=preactHooks'","format:check":"oxfmt --check .","test:install":"playwright install chromium","test:ts:core":"tsc -p test/ts/ && mocha --require \"@babel/register\" test/ts/**/*-test.js","build:core-min":"microbundle build --raw --no-generateTypes -f cjs,esm,umd,iife src/cjs.js -o dist/preact.min.js","build:devtools":"microbundle build --raw --no-generateTypes -f cjs,esm,umd --cwd devtools","test:ts:compat":"tsc -p compat/test/ts/","test:vitest:min":"cross-env MINIFY=true vitest run","build:test-utils":"microbundle build --raw --no-generateTypes -f cjs,esm,umd --cwd test-utils","test:mocha:watch":"npm run test:mocha -- --watch","test:vitest:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","approver":{"name":"jdecroock","email":"decroockjovi@gmail.com"},"trustedPublisher":{"id":"github","oidcConfigId":"oidc:9e428c51-22b6-46a6-9e0f-5c5de9595084"}},"umd:main":"dist/preact.umd.js","_resolved":"/home/runner/work/preact/preact/preact.tgz","_integrity":"sha512-D9NL1GAnJZhc3RndVs4gDdxEeU9TcHgywMrhhOsnpdlvFjdbx0gAsLUnH6JEhlJH5giL7Tx5biWPUSEXE/HPzw==","repository":{"url":"git+https://github.com/preactjs/preact.git","type":"git"},"_npmVersion":"11.15.0","description":"Fast 3kb React-compatible Virtual DOM library.","directories":{},"nano-staged":{"**/*.{js,jsx,mjs,cjs,ts,tsx,yml,json,html,md,css,scss}":["oxfmt --write --no-error-on-unmatched-pattern"]},"_nodeVersion":"24.17.0","publishConfig":{"access":"public","provenance":true},"typesVersions":{"<=5.0":{".":["./src/index-5.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.2.0","sade":"^1.8.1","vite":"^6.2.0","husky":"^9.1.7","mocha":"^11.0.0","oxfmt":"^0.32.0","sinon":"^19.0.2","oxlint":"^0.15.12","terser":"5.16.0","undici":"^4.12.0","vitest":"^3.2.1","esbuild":"^0.24.0","kolorist":"^1.8.0","coveralls":"^3.1.1","cross-env":"^7.0.3","playwright":"^1.52.0","prop-types":"^15.8.1","sinon-chai":"^4.0.0","typescript":"5.1.6","@babel/core":"^7.26.0","@types/chai":"^5.0.1","@types/node":"^18.19.87","errorstacks":"^2.4.1","microbundle":"^0.15.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.3","npm-run-all2":"^7.0.0","@actions/glob":"^0.5.0","@actions/github":"^6.0.0","@babel/register":"^7.25.9","@vitest/browser":"^3.2.1","@babel/preset-env":"^7.26.0","preact-render-to-string":"^6.5.0","@vitest/coverage-istanbul":"^3.2.1","@babel/plugin-transform-react-jsx":"^7.25.9","@babel/plugin-transform-react-jsx-source":"^7.25.9","babel-plugin-transform-rename-properties":"0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/preact_10.29.3_1782450992819_0.5255893357325294","host":"s3://npm-registry-packages-npm-production"}}