{"_id":"octane","_rev":"66-ef2b008023dbe6068ce5607f697e1d0e","name":"octane","dist-tags":{"latest":"0.2.3"},"versions":{"1.0.0":{"name":"octane","version":"1.0.0","author":{"url":"https://github.com/epferrari","name":"Ethan Ferrari","email":"ethan@onefiremedia.com"},"license":"MIT","_id":"octane@1.0.0","maintainers":[{"name":"epferrari","email":"ethan@ethanferrari.com"}],"homepage":"https://github.com/epferrari/octane#readme","bugs":{"url":"https://github.com/epferrari/octane/issues"},"dist":{"shasum":"9cd29ac43b08b87b6691458dd5b46e89b402fedb","tarball":"https://registry.npmjs.org/octane/-/octane-1.0.0.tgz","integrity":"sha512-Bz3OmyC/3Fa87ksa+eqAaT6235Sp1p/UZqwzebl0fmOGlBPnhvvoj7WkDI1hByQbRS6hWRqQwQbmO6JZCSkczw==","signatures":[{"sig":"MEQCIEP09ovImwn1Lj/SYTz5igsyZRFwWpPL4FU4PtM+2/IgAiBHBEXO14if//6E6LDgaCkxswMmS2PZBWNxM/B0J7hN8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./octane.js","_from":".","_shasum":"9cd29ac43b08b87b6691458dd5b46e89b402fedb","engines":{"node":"~0.12.2"},"gitHead":"5f4cc742027cb87c041dae3882a4f3948d52b9c8","scripts":{"dist":"npm run dist:js & npm run dist:css & npm run dist:img","docs":"mkdir -p ./docs && npm run docs:source & npm run docs:main","test":"echo \"Error: no test specified\" && exit 1","build":"npm run build:browserify & npm run build:css & npm run build:html & npm run build:img","dist:js":"uglifyjs --compress --mangle -o ./dist/octane-min.js ./build/octane.js","install":"mkdir -p ./dist & mkdir -p ./build && npm run build","predist":"npm run dist:clean","predocs":"rm -rf ./docs","dist:css":"node-sass --output-style compressed ./src/sass/octane.scss ./dist/octane-min.css | autoprefixer > ./dist/octane-min.css","dist:img":"mkdir -p ./dist/img && cp ./src/img/* ./dist/img","postdist":"cp ./build/octane.js ./octane.js & node ./scripts/octane-ignited.js","prebuild":"npm run build:modernizr && eslint ./src/lib/Octane.js && npm run clean:build","build:css":"node-sass ./src/scss/octane.scss ./build/octane.css | autoprefixer ./build/octane.css","build:img":"mkdir -p ./build/img && cp ./src/img/* ./build/img","docs:main":"jsdoc2md  ./src/**/*.js --property-list-format list --separators true --sort-by name > readme.md","postbuild":"npm run dist","build:html":"cp ./src/index.html ./index.html","dist:clean":"rm -rf ./dist/*","clean:build":"rm -rf ./build/*","docs:source":"docco -o ./docs ./src/**/*.js","postinstall":"npm run docs","build:modernizr":"node ./scripts/build-modernizr.js","build:browserify":"mkdir -p ./build && browserify ./src/lib/Octane.js > ./build/octane.js"},"_npmUser":{"name":"epferrari","email":"ethan@ethanferrari.com"},"deprecated":"stale - don't use","repository":{"url":"git+https://github.com/epferrari/octane.git","type":"git"},"_npmVersion":"2.10.1","description":"MVCVM UI-Routing app framework with uni-directional dataflow","directories":{},"_nodeVersion":"0.12.4","dependencies":{"lodash":"^3.9.1","bluebird":"^2.9.26","fastclick":"^1.0.6","modernizr":"^3.0.0-alpha.4","velocity-animate":"^1.2.2","velocity-ui-pack":"^1.2.2"},"devDependencies":{"file":"^0.2.2","bower":"^1.3.12","docco":"^0.7.0","eslint":"^0.21.2","system":"^0.1.0","postcss":"^4.0.1","filesize":"^3.1.2","node-sass":"^3.1.2","requirejs":"^2.1.15","uglify-js":"^2.4.23","browserify":"^10.2.0","autoprefixer":"^5.0.0","coffee-script":"^1.9.2","browserify-css":"^0.6.1","autoprefixer-core":"^5.0.0"}},"1.0.1":{"name":"octane","version":"1.0.1","author":{"url":"https://github.com/epferrari","name":"Ethan Ferrari","email":"ethan@onefiremedia.com"},"license":"MIT","_id":"octane@1.0.1","maintainers":[{"name":"epferrari","email":"ethan@ethanferrari.com"}],"homepage":"https://github.com/epferrari/octane#readme","bugs":{"url":"https://github.com/epferrari/octane/issues"},"dist":{"shasum":"f5ef71bd50a9a078d164cfe47b7aa5cab01a7f23","tarball":"https://registry.npmjs.org/octane/-/octane-1.0.1.tgz","integrity":"sha512-pyxiPDXTddk1G+ngL3t/4vqM7vy6kuPUCcAtDPeFpmJnaanwc6RCy03UEeuIbVJt4CfnOyveuB0Dgdu6DYJMKg==","signatures":[{"sig":"MEUCIQCpFOhFZwqi6dcBds4UjZgBdZxDYLZeB2E4x/ckcmSYlgIgcXY3a7Kwls+p2t8oOuB3NOZntjvntp4f3hWROP7g4IY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./octane.js","_from":".","_shasum":"f5ef71bd50a9a078d164cfe47b7aa5cab01a7f23","engines":{"node":"~0.12.2"},"gitHead":"3606b6b51984784b87cbb9bc9d9ad35d2d341a56","scripts":{"dist":"npm run dist:js & npm run dist:css & npm run dist:img","docs":"mkdir -p ./docs && npm run docs:source & npm run docs:main","test":"echo \"Error: no test specified\" && exit 1","build":"npm run build:browserify & npm run build:css & npm run build:html & npm run build:img","dist:js":"uglifyjs --compress --mangle -o ./dist/octane-min.js ./build/octane.js","install":"mkdir -p ./dist & mkdir -p ./build && npm run build","predist":"npm run dist:clean","predocs":"rm -rf ./docs","dist:css":"node-sass --output-style compressed ./src/sass/octane.scss ./dist/octane-min.css | autoprefixer > ./dist/octane-min.css","dist:img":"mkdir -p ./dist/img && cp ./src/img/* ./dist/img","postdist":"cp ./build/octane.js ./octane.js & node ./scripts/octane-ignited.js","prebuild":"npm run build:modernizr && eslint ./src/lib/Octane.js && npm run clean:build","build:css":"node-sass ./src/scss/octane.scss ./build/octane.css | autoprefixer ./build/octane.css","build:img":"mkdir -p ./build/img && cp ./src/img/* ./build/img","docs:main":"jsdoc2md  ./src/**/*.js --property-list-format list --separators true --sort-by name > readme.md","postbuild":"npm run dist","build:html":"cp ./src/index.html ./index.html","dist:clean":"rm -rf ./dist/*","clean:build":"rm -rf ./build/*","docs:source":"docco -o ./docs ./src/**/*.js","postinstall":"npm run docs","build:modernizr":"node ./scripts/build-modernizr.js","build:browserify":"mkdir -p ./build && browserify ./src/lib/Octane.js > ./build/octane.js"},"_npmUser":{"name":"epferrari","email":"ethan@ethanferrari.com"},"deprecated":"stale - don't use","repository":{"url":"git+https://github.com/epferrari/octane.git","type":"git"},"_npmVersion":"2.10.1","description":"MVCVM UI-Routing app framework with uni-directional dataflow","directories":{},"_nodeVersion":"0.12.4","dependencies":{"lodash":"^3.9.1","bluebird":"^2.9.26","fastclick":"^1.0.6","modernizr":"^3.0.0-alpha.4","velocity-animate":"^1.2.2","velocity-ui-pack":"^1.2.2"},"devDependencies":{"file":"^0.2.2","bower":"^1.3.12","docco":"^0.7.0","eslint":"^0.21.2","system":"^0.1.0","postcss":"^4.0.1","filesize":"^3.1.2","node-sass":"^3.1.2","requirejs":"^2.1.15","uglify-js":"^2.4.23","browserify":"^10.2.0","autoprefixer":"^5.0.0","coffee-script":"^1.9.2","browserify-css":"^0.6.1","autoprefixer-core":"^5.0.0"}},"1.0.2":{"name":"octane","version":"1.0.2","author":{"url":"https://github.com/epferrari","name":"Ethan Ferrari","email":"ethan@onefiremedia.com"},"license":"MIT","_id":"octane@1.0.2","maintainers":[{"name":"epferrari","email":"ethan@ethanferrari.com"}],"homepage":"https://github.com/epferrari/octane","bugs":{"url":"https://github.com/epferrari/octane/issues"},"dist":{"shasum":"4d8b48f9f746e1f7537568840e22afcded27a9c7","tarball":"https://registry.npmjs.org/octane/-/octane-1.0.2.tgz","integrity":"sha512-vSjBt5sv4o2Mpos6i5S2pe7SOpenclJic6pykYQ5V6aAOMs7L0Avuc7S2RXrqjAY/8wlq33hffn5On+kRjyZKg==","signatures":[{"sig":"MEYCIQCrh+yef8Q9qEoO34n8DT+IFMuLYi5GuymbuZIv05pBswIhAPV05e2iAaLIsw9a3ijIsBT+lMhqjr9cg2sTH3p8kbNK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./octane.js","_from":".","_shasum":"4d8b48f9f746e1f7537568840e22afcded27a9c7","engines":{"node":"~0.12.2"},"gitHead":"87aa07a4a21975921ef1075a8a65e6b7fec8d6be","scripts":{"dist":"npm run dist:js & npm run dist:css & npm run dist:img","docs":"mkdir -p ./docs && npm run docs:source & npm run docs:main","test":"echo \"Error: no test specified\" && exit 1","build":"npm run build:css && npm run build:browserify && npm run build:html","watch":"watchify ./src/**/*.js -o ./octane.js && npm run build","dist:js":"uglifyjs --compress --mangle -o ./dist/octane-min.js ./octane.js","predist":"rm -rf ./dist/*","predocs":"rm -rf ./docs/*","dist:css":"node-sass --output-style compressed ./src/scss/octane.scss ./dist/octane-min.css | autoprefixer > ./dist/octane-min.css","dist:img":"mkdir -p ./dist/img && cp ./src/img/* ./dist/img","postdist":"npm run docs & node ./scripts/octane-ignited.js","prebuild":"npm run build:modernizr && eslint ./src/lib/Octane.js","build:css":"node-sass ./src/scss/octane.scss ./src/css/octane.css | autoprefixer ./src/css/octane.css","docs:main":"jsdoc2md  ./src/**/*.js --property-list-format list --separators true --sort-by name > readme.md","postbuild":"npm run dist","build:html":"cp ./src/index.html ./index.html","docs:source":"docco -o ./docs ./src/**/*.js","build:modernizr":"node ./scripts/build-modernizr.js","build:browserify":"browserify -t browserify-css ./src/lib/Octane.js > ./octane.js"},"_npmUser":{"name":"epferrari","email":"ethan@ethanferrari.com"},"browserify":{"transform":["browserify-css"]},"deprecated":"stale - don't use","repository":{"url":"https://github.com/epferrari/octane.git","type":"git"},"_npmVersion":"2.7.5","description":"MVCVM UI-Routing app framework with uni-directional dataflow","directories":{},"_nodeVersion":"0.10.32","dependencies":{"lodash":"^3.9.1","bluebird":"^2.9.26","fastclick":"^1.0.6","velocity-animate":"^1.2.2","velocity-ui-pack":"^1.2.2"},"browserify-css":{"minify":true,"autoInject":true},"devDependencies":{"bower":"^1.3.12","docco":"^0.7.0","eslint":"^0.22.1","postcss":"^4.0.1","watchify":"^3.2.1","modernizr":"^3.0.0-alpha.4","node-sass":"^3.1.2","uglify-js":"^2.4.23","browserify":"^10.2.0","autoprefixer":"^5.0.0","browserify-css":"^0.6.1","autoprefixer-core":"^5.0.0"}},"1.0.3":{"name":"octane","version":"1.0.3","author":{"url":"https://github.com/epferrari","name":"Ethan Ferrari","email":"ethan@onefiremedia.com"},"license":"MIT","_id":"octane@1.0.3","maintainers":[{"name":"epferrari","email":"ethan@ethanferrari.com"}],"homepage":"https://github.com/epferrari/octane","bugs":{"url":"https://github.com/epferrari/octane/issues"},"dist":{"shasum":"08c3c34ca6ebc300b5cf1e08e1ab09fcfe06dbc7","tarball":"https://registry.npmjs.org/octane/-/octane-1.0.3.tgz","integrity":"sha512-hOQbqtS6xFdeqdAHQQVoRgPj3uWLKPUIy3XPsDXsrfC6wGeTt4J9NiBYTHX5L3sT+rgbhBpAHdusgOdSitncSQ==","signatures":[{"sig":"MEYCIQCp2sjn0vLkxFY9MWVjlslfDhu75IqKMg8VsADPF4CncQIhAN9DjqNzec/zly8/tjHBKhGx8J8AZ6KEhebc6WXMf19H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./octane.js","_from":".","_shasum":"08c3c34ca6ebc300b5cf1e08e1ab09fcfe06dbc7","engines":{"node":"~0.12.2"},"gitHead":"87aa07a4a21975921ef1075a8a65e6b7fec8d6be","scripts":{"dist":"npm run dist:js & npm run dist:css & npm run dist:img","docs":"mkdir -p ./docs && npm run docs:source & npm run docs:main","test":"echo \"Error: no test specified\" && exit 1","build":"npm run build:css && npm run build:browserify && npm run build:html","watch":"watchify ./src/**/*.js -o ./octane.js && npm run build","dist:js":"uglifyjs --compress --mangle -o ./dist/octane-min.js ./octane.js","predist":"rm -rf ./dist/*","predocs":"rm -rf ./docs/*","dist:css":"node-sass --output-style compressed ./src/scss/octane.scss ./dist/octane-min.css | autoprefixer > ./dist/octane-min.css","dist:img":"mkdir -p ./dist/img && cp ./src/img/* ./dist/img","postdist":"npm run docs & node ./scripts/octane-ignited.js","prebuild":"npm run build:modernizr && eslint ./src/lib/Octane.js","build:css":"node-sass ./src/scss/octane.scss ./src/css/octane.css | autoprefixer ./src/css/octane.css","docs:main":"jsdoc2md  ./src/**/*.js --property-list-format list --separators true --sort-by name > readme.md","postbuild":"npm run dist","build:html":"cp ./src/index.html ./index.html","docs:source":"docco -o ./docs ./src/**/*.js","build:modernizr":"node ./scripts/build-modernizr.js","build:browserify":"browserify -t browserify-css ./src/lib/Octane.js > ./octane.js"},"_npmUser":{"name":"epferrari","email":"ethan@ethanferrari.com"},"browserify":{"transform":["browserify-css"]},"deprecated":"stale - don't use","repository":{"url":"https://github.com/epferrari/octane.git","type":"git"},"_npmVersion":"2.7.5","description":"MVCVM UI-Routing app framework with uni-directional dataflow","directories":{},"_nodeVersion":"0.10.32","dependencies":{"lodash":"^3.9.1","bluebird":"^2.9.26","fastclick":"^1.0.6","velocity-animate":"^1.2.2","velocity-ui-pack":"^1.2.2"},"browserify-css":{"minify":true,"autoInject":true},"devDependencies":{"bower":"^1.3.12","docco":"^0.7.0","eslint":"^0.22.1","postcss":"^4.0.1","watchify":"^3.2.1","modernizr":"^3.0.0-alpha.4","node-sass":"^3.1.2","uglify-js":"^2.4.23","browserify":"^10.2.0","autoprefixer":"^5.0.0","browserify-css":"^0.6.1","autoprefixer-core":"^5.0.0"}},"0.1.1":{"name":"octane","version":"0.1.1","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.1","maintainers":[{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"trueadm","email":"dg@domgan.com"}],"dist":{"shasum":"6d6bd49e030cfb3a375eb6c8d4127abb8e978bb0","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.1.tgz","fileCount":12,"integrity":"sha512-poiFl+GtDxg27MjjaMR0VBH4igH2a0cwDNmWd5CVUFkqFwO3UnsmpDPKu8LOx6ZHvWvBrnPLK2rv4d8uzAtVNA==","signatures":[{"sig":"MEUCIQCk1k+ewqEBEElTeFD6zBoowcD2ZkhoZKGFQaR95KOSjgIgYLbYW/NkvpRfL7NSr0P5sZ6zgR3ljQTmSH/KlqsbGU8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":505055},"main":"src/index.ts","type":"module","types":"src/index.ts","module":"src/index.ts","exports":{".":"./src/index.ts","./server":"./src/server/index.ts","./compiler":"./src/compiler/index.js","./constants":"./src/constants.ts","./compiler/vite":"./src/compiler/vite.js","./compiler/volar":"./src/compiler/volar.js"},"scripts":{"test":"vitest run","test:watch":"vitest"},"_npmUser":{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},"repository":{"url":"git+https://github.com/octane-ts/octane.git","type":"git","directory":"packages/octane"},"description":"Template-clone UI renderer with a React-shape state model, authored in TSRX. Ships the runtime + the TSRX→octane compiler (octane-ts/compiler).","directories":{},"_nodeVersion":"22.19.0","dependencies":{"esrap":"^2.2.9","@tsrx/core":"^0.1.32"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"react":"^19.2.0","vitest":"^4.1.9","esbuild":"^0.28.1","happy-dom":"^20.10.6","react-dom":"^19.2.0","@tsrx/react":"^0.2.32"},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.1_1782417297775_0.5252583370211121","host":"s3://npm-registry-packages-npm-production"}},"0.1.3":{"name":"octane","version":"0.1.3","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.3","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"cbc215ef73151e9ac3b847753aabf92a7e138574","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.3.tgz","fileCount":20,"integrity":"sha512-ULBKb6k+VeF6U4mq6q/LuSGHQ/wvybThVx8GIxOHTI6f1A7SXC7xQi4wOl7LAwJoov9VgxL6Q8ksG/619lWheQ==","signatures":[{"sig":"MEQCIBo+/OhT2yuIpmJ43xsTFhsE8LZF3yiDgf7YDV5cD8lJAiAEm7+P7qbKxlaULamfQC1rCz8PQmp43rUnnusYnOd3iQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":604046},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./compiler/vite":"./dist/compiler/vite.js","./compiler/volar":"./dist/compiler/volar.js"},"scripts":{"test":"vitest run","build":"node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"trueadm","email":"dg@domgan.com"},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"_nodeVersion":"26.0.0","dependencies":{"esrap":"^2.2.9","devalue":"^5.8.1","@tsrx/core":"^0.1.33"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"react":"^19.2.0","vitest":"^4.1.9","esbuild":"^0.28.1","happy-dom":"^20.10.6","react-dom":"^19.2.0","@tsrx/react":"^0.2.33"},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.3_1783280177275_0.5442522361204103","host":"s3://npm-registry-packages-npm-production"}},"0.1.4":{"name":"octane","version":"0.1.4","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.4","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"7017e1249988d21387e005cf5a2ab56c2d6e48e7","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.4.tgz","fileCount":26,"integrity":"sha512-gQkWUoJWa1CRUgyHMID/vWQD+4LTB78fcPeUJsrLem5uT3gXn8ySJmFp3MHyXykG+2l6X3IFWhdAEe9fT4d3sQ==","signatures":[{"sig":"MEUCIQC0yWnzNK8IYcnJEmzLxcUaMlRX7D/LjWErLjCIHhgpswIgb7CimefDUoUGa/uFRXK//8htQzErRmcDA0ZpbdJ7fEs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":814020},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./compiler/vite":"./dist/compiler/vite.js","./compiler/volar":"./dist/compiler/volar.js"},"scripts":{"test":"vitest run","build":"node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.2.9","devalue":"^5.8.1","@tsrx/core":"^0.1.37"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"react":"^19.2.0","vitest":"^4.1.9","esbuild":"^0.28.1","happy-dom":"^20.10.6","react-dom":"^19.2.0","@tsrx/react":"^0.2.37"},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.4_1783885322348_0.2383483254405363","host":"s3://npm-registry-packages-npm-production"}},"0.1.5":{"name":"octane","version":"0.1.5","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.5","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"8e48f2633c7d67b62b63280cd6ae76d02cd98a9e","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.5.tgz","fileCount":27,"integrity":"sha512-lqVMvbl3PTZ6xPnwrGp+i6z04BKIvtaENOevoRFIaoS7UQoXAbd94z2Ws15Um9gGj4ps+K4Djr/3eARV0BuhOA==","signatures":[{"sig":"MEYCIQCMFvpf+Sh5kBz/7iA4ynVuWEsFBzKmL4rPPbhB1i+SBgIhAOzAckK6bujGSw+2t0oKeUxRaG/GodO/UplNnfM27FCs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":848474},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./compiler/vite":"./dist/compiler/vite.js","./compiler/volar":"./dist/compiler/volar.js"},"scripts":{"test":"vitest run","build":"node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.2.9","devalue":"^5.8.1","@tsrx/core":"^0.1.37"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"react":"^19.2.0","vitest":"^4.1.9","esbuild":"^0.28.1","happy-dom":"^20.10.6","react-dom":"^19.2.0","@tsrx/react":"^0.2.37"},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.5_1783901630178_0.867342016259872","host":"s3://npm-registry-packages-npm-production"}},"0.1.6":{"name":"octane","version":"0.1.6","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.6","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"108208db8ae626ca04955598b05ad570c3145fc4","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.6.tgz","fileCount":30,"integrity":"sha512-4sKhojUhH/OZFkE5a3GGRIT1hlDAWd42tKfv4V1jb9ah1rsgs5eXYiBfE1Yv0u4OGinZatK0XLbUNPO8nM74FQ==","signatures":[{"sig":"MEUCIBIhuhWMbQ/0iwVlu1sHSXIFlJayp06BVTOgm3WdAov6AiEAo1dLtLmd72hDz4+W93KRgY6laB5HwLc5GRwNACQHY1k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":952338},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./compiler/vite":"./dist/compiler/vite.js","./compiler/volar":"./dist/compiler/volar.js","./compiler/bundler":"./dist/compiler/bundler.js"},"scripts":{"test":"vitest run","build":"node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.2.9","devalue":"^5.8.1","@tsrx/core":"^0.1.37"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"react":"^19.2.0","vitest":"^4.1.9","esbuild":"^0.28.1","happy-dom":"^20.10.6","react-dom":"^19.2.0","@tsrx/react":"^0.2.37"},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.6_1784026828125_0.13562446015524876","host":"s3://npm-registry-packages-npm-production"}},"0.1.9":{"name":"octane","version":"0.1.9","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.9","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"2e13da4b4176447b761d138c9d88956810c5fe81","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.9.tgz","fileCount":78,"integrity":"sha512-qEhOfYMbBriwdtrlx5yByMgp/J+yrAtOsSaMlFxqOyrt9QyV8/neVHP15qOaLXPNjh0ytP9PKsEACxJBldS2EQ==","signatures":[{"sig":"MEYCIQCOW0QYxItGyDl5nh0wWj8/I/KXV84jZi5zoJEApxeb9AIhAOoBXeWYgbmAH/Seuo6BNGyCootVtjynn/3f2bqOHcg5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":1991582},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./compiler/volar":"./dist/compiler/volar.js","./compiler/bundler":"./dist/compiler/bundler.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/index.ts","./src/runtime.ts","./dist/index.js","./dist/runtime.js"],"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.2.9","devalue":"^5.8.1","@tsrx/core":"^0.1.40"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.0.16","react":"^19.2.0","vitest":"^4.1.9","esbuild":"^0.28.1","happy-dom":"^20.10.6","react-dom":"^19.2.0","playwright":"^1.61.0","@tsrx/react":"^0.2.37","@types/react":"^19.0.0"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.9_1784412928499_0.7467461061044687","host":"s3://npm-registry-packages-npm-production"}},"0.1.10":{"name":"octane","version":"0.1.10","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.10","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"5e0f646c565684623531691e3a3b98ca77e3e6b8","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.10.tgz","fileCount":80,"integrity":"sha512-s8iZno+bBA5gPaEiONAszIinCnKWmJNArYOVb8I7pqSlcdweKovCwQyoAvATy8jMdqLgQZzdA6hKZu5C1ZbtuQ==","signatures":[{"sig":"MEYCIQCnWJRrxQpWharKNpFNTuj7aKQrFIMsU9wmVF7u2d8IBAIhAJXb8Ogvtep4DbSyVkUmSfaQvmomeYNvKvcKO1YI0GqG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2003378},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./compiler/volar":"./dist/compiler/volar.js","./compiler/bundler":"./dist/compiler/bundler.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.2.9","devalue":"^5.8.1","@tsrx/core":"^0.1.40"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.0.16","react":"^19.2.0","vitest":"^4.1.9","esbuild":"^0.28.1","happy-dom":"^20.10.6","react-dom":"^19.2.0","playwright":"^1.61.0","@tsrx/react":"^0.2.37","@types/react":"^19.0.0"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.10_1784417606145_0.9312787416776525","host":"s3://npm-registry-packages-npm-production"}},"0.1.11":{"name":"octane","version":"0.1.11","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.11","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"95ec127c55fdad639d085dbaece00c85a0fe06c0","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.11.tgz","fileCount":91,"integrity":"sha512-XJR6w60nqK7ZJCB3Yzsgk6mGYkDbYvsVGcJ570wPRkirp/PJWpHQ8VdXXllLsBrOvDAymlSIeszncu92EqjA6Q==","signatures":[{"sig":"MEYCIQDH0eCcyNaLi5NTQrjcVJ4Bog14YoVI6rsQOdDDvc8pZAIhAOWMomcp85abZlH8CmIfJq3SQHx66K8zLNFmOim0FTLq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2064291},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./compiler/volar":"./dist/compiler/volar.js","./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.1","@tsrx/core":"^0.1.44","@types/react":"^19.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.0.16","react":"^19.2.0","vitest":"^4.1.9","esbuild":"^0.28.1","happy-dom":"^20.10.6","react-dom":"^19.2.0","playwright":"^1.61.0","@tsrx/react":"^0.2.44"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.11_1784489022768_0.2735239831868488","host":"s3://npm-registry-packages-npm-production"}},"0.1.12":{"name":"octane","version":"0.1.12","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.12","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"7a965a0f8b41b877715803892701fd6701668a0b","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.12.tgz","fileCount":98,"integrity":"sha512-H+2vp04JrrBRZ/U+RRhOfU533d5oPCPclt97QIIOnIjx8vEguNI8JI5gPnGPpjX3gQKPfyaBgERP0rI6KD3Lxw==","signatures":[{"sig":"MEYCIQDlnpA5EWNK5xVVi1Cui2F0ywI37shUHBUf6lY0iHiIkAIhAKl9uFF2Xat4BZSo7nkQNKudA6GlzwXBlpdn9E0TbYFz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2117261},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./compiler/volar":"./dist/compiler/volar.js","./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.1","@tsrx/core":"^0.1.44","@types/react":"^19.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.0.16","react":"^19.2.0","vitest":"^4.1.9","esbuild":"^0.28.1","happy-dom":"^20.10.6","react-dom":"^19.2.0","playwright":"^1.61.0","@tsrx/react":"^0.2.44"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.12_1784579470620_0.8184049248413772","host":"s3://npm-registry-packages-npm-production"}},"0.1.13":{"name":"octane","version":"0.1.13","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.13","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"ded3d3b074519b3625bac859f44218555d441fa1","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.13.tgz","fileCount":100,"integrity":"sha512-bjmuF0hjLnBPOqOLTWyOtq6U5tklKw/JKF/qbAlZ2gfAZsoL9NiK7tQSWibuIUSerXELvLfmPmpbyt0fItemsg==","signatures":[{"sig":"MEUCICL/i0xCeOHOeTyQqywNRIxHw+VFb2RXM3z97jTKCwMuAiEArL68f3NNCip15JfML3iEAS0spE16nyOnsZI5zmyGZbI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2239184},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./compiler/volar":"./dist/compiler/volar.js","./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.46","@types/react":"^19.2.17"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.46"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.13_1784712600910_0.03502532825369764","host":"s3://npm-registry-packages-npm-production"}},"0.1.16":{"name":"octane","version":"0.1.16","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.16","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"4f19e0e9412f19432b786d19c91d8bd2f32ae9e6","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.16.tgz","fileCount":106,"integrity":"sha512-zTGFr/oMhkVZuK1tDm40VcJW4xViTQTMYaTA8jg0Qi3Mm3THC4n+HU0nnuaMiZXymckpeufyrHXba22m6tS/Ow==","signatures":[{"sig":"MEYCIQDeSM/zQoTLSK0IPv8sZIhWSPdtC1sOsdFpz6TRTA8A2wIhAItzUG3VNLuVdNaxfQx3WRsjcovVA/IPDAYqi2t/RUeE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.16","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2422008},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.50","@types/react":"^19.2.17"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.50"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.16_1785097272775_0.3950289958338167","host":"s3://npm-registry-packages-npm-production"}},"0.1.17":{"name":"octane","version":"0.1.17","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.17","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"bb36f0f712b7a5b7252caf809386c55ee39ddacd","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.17.tgz","fileCount":106,"integrity":"sha512-SP/DX7WPjAuZHobJiWy7UFp1IllsufOmfwIlfCKKoPV96sKnM9BwUCK8ueguqdOMri5E7giVBjZBWF0g9fmCZw==","signatures":[{"sig":"MEUCIFZxQtYzA7VlsHCfQ7XilUZQos8godds8umJss4onWdbAiEA2/ZfUmVVLVOpZworAwmaRd0aHA+oaNhTBj1wQEi5WOQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.17","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2434408},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.50","@types/react":"^19.2.17"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.50"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.17_1785157848598_0.7461232547369225","host":"s3://npm-registry-packages-npm-production"}},"0.1.18":{"name":"octane","version":"0.1.18","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.18","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"88ddab59493b396addc028f8e5a2f66ccbb79320","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.18.tgz","fileCount":106,"integrity":"sha512-LxqPEXBcjYPbaOPKneb2J9s3wRTKOrNPKOlNsEyN1iJuuabrTIXNFA0xQd6smaOYLCOGWDv/3NpD50NiX94V1g==","signatures":[{"sig":"MEUCIQDoUeNiWEuQwRpI+WTqoilLjKNvwC6fpya39FuTCxbNZAIgeC0ClaNaGCFrDIQ5g4RrDluaRWy9j46RAlX1Sm/7Ljs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.18","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2486124},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.54","@types/react":"^19.2.17"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.54"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.18_1785253986273_0.10046024071522752","host":"s3://npm-registry-packages-npm-production"}},"0.1.19":{"name":"octane","version":"0.1.19","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.19","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"1ba8ecac33e07bda855720520d29bb11b7f65390","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.19.tgz","fileCount":106,"integrity":"sha512-rn3fuQIMVpXZVExtJWy8c0Bg37w9oZMIvmqJ1m4vNYysf1G9hMv4Nox0jrpML/1Sk4RdSmRTOVRS+hbz7mmUGQ==","signatures":[{"sig":"MEUCIBP4Dlyuwxevwlc5iv4V/USrmZeMBTkVHiS/sO3Uy+hcAiEA1UYlB6A37ipAExKMeQSt8vdF5YZrL6XoROdNav3oNgU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.19","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2548725},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.19_1785329686126_0.680066686227766","host":"s3://npm-registry-packages-npm-production"}},"0.1.20":{"name":"octane","version":"0.1.20","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.20","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"42ab3195e8a23a65e1010449b60d2f73237e7fc5","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.20.tgz","fileCount":109,"integrity":"sha512-2KzJbZznZ+euDg3c1RYcSNmenWLT/Tq5Yxo/UPnBqU3j7Y6R8mJsVy9O9GE7DLIBiwYyFlTvIMzo7nd7wVHEkA==","signatures":[{"sig":"MEYCIQCpwz3HtAIpl4K7Ag/Yx3lBgnvY4rEbXlKRLiMtSuyR0gIhAOjAFFD6En1rE4WAtIhd9d6iegsRdBDROH9TIJpKSg04","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.20","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2600087},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.20_1785377521710_0.19638989219976333","host":"s3://npm-registry-packages-npm-production"}},"0.1.21":{"name":"octane","version":"0.1.21","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.21","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"559fa617f5cb868ef888d83f97606cc165a10fdd","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.21.tgz","fileCount":109,"integrity":"sha512-cfemarQcdslN3WG9f/e1EzcwO2JvbJQLliLp3fF6ECiel28vT5ncaigSbgGQZgMWYX/1CWM5ChlB5xoqOVn72Q==","signatures":[{"sig":"MEUCIDXTJHHqNuMC/9W6X8tNdYOy5xAmlbupNggeycH+PAJdAiEAsiem7QZuO3usXTSHdAweY3MRyA3ApJMaDAzhvVj8IEI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.21","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2613604},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.21_1785406856145_0.5902160661073246","host":"s3://npm-registry-packages-npm-production"}},"0.1.22":{"name":"octane","version":"0.1.22","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.22","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"281b02403bd5b6cba88f23e977b803f16242a38a","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.22.tgz","fileCount":109,"integrity":"sha512-VWRMxp+LsvZenYzgJ9TtWy0Tps0C86b7eu3yNSAe22xn29N2+lp+vTHLooZo2wkxUYSAcJaWgVW7UYcCp/cd6Q==","signatures":[{"sig":"MEUCIFugmd90dDktzu9QpANAazQmCr7UeX8TKhaUXDsB1H+UAiEA0Ay3QL3Q3rl857uGA4zF3siuvnZUjTp0c3c6hgdhYV0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.22","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2620454},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.22_1785526133476_0.6933405489349227","host":"s3://npm-registry-packages-npm-production"}},"0.1.23":{"name":"octane","version":"0.1.23","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.23","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"0aa6cdae63f29937b5536672c595a1f5332108d0","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.23.tgz","fileCount":109,"integrity":"sha512-oqpsM1hRYxOTKaV3ZHGW1JAGHos8/lkHM8il0JJtnxRcoXP5vmwbYiEzniWYFPJDzIeywaFtNc6uDlZXRW7jww==","signatures":[{"sig":"MEUCIFMCvKMqjL0H69oOg/EUQ0ZP5tyDCm04OeqoHIs623PvAiEA8nQe9uU8T7tbmgf48wYhuU2u8Cguu2MkScfdBVAq0IU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.23","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2622152},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.23_1785630770218_0.5133181227508818","host":"s3://npm-registry-packages-npm-production"}},"0.1.24":{"name":"octane","version":"0.1.24","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.24","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"0fb36db292c9663ce654c3ead52f61fb0dda032c","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.24.tgz","fileCount":111,"integrity":"sha512-DZuGKCA0k76kr86E3TLzU6rEEo9LAsHOOoagOh3YyTiIdI7O21FfmoCnLi2+ibrMHTxgJuEeEjE6wk7PPRPCuw==","signatures":[{"sig":"MEUCIGrjlpd3ZatDBsKA1F6tG/HUzWP0JL1En4gO7CLr8b7ZAiEAjHHA9ouxJs7SZL0/uegx/HX1JDnWvgQGjC70bXKSxtY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.24","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2632774},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.24_1785857443515_0.8039018499119222","host":"s3://npm-registry-packages-npm-production"}},"0.1.25":{"name":"octane","version":"0.1.25","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.25","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"326e4e9147b2c5067e1aa4f0afce5cb3ab0091f5","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.25.tgz","fileCount":113,"integrity":"sha512-Yha/k3P+F83jprLsDUHmht+OlxgblC+WaasZk4c96bHtdkOaR6WuFQx3qWXqdIu5gZCbtnjDvREMlHq1Zljh4A==","signatures":[{"sig":"MEUCIGLALrZv30pCvGGuoCuKlAXlRkSbsiXBwtLr+cUz23f0AiEAheedm7CHs8jrTFcXLaWFEnKr03h723T7IMyHNPDb0yU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.25","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2639677},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.25_1785879762042_0.6153609947330274","host":"s3://npm-registry-packages-npm-production"}},"0.1.26":{"name":"octane","version":"0.1.26","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.26","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"c5e520c150233a5db7a5996547b0015b9c4c3ce8","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.26.tgz","fileCount":113,"integrity":"sha512-StqvnF8qSqIzNQoikPyrYlFBulUgxY7d9An+JptrT/JgZi/sxoygby0iik0EtikNN6RLleeqr/ebS08pxT5NFA==","signatures":[{"sig":"MEQCIE0JvKz02O+vx8z0QnbrmTdO857oAXCSHNJ/7lS1oV0RAiBQVm6HteIiJSAHjJbAtXeWCFpDX+NX44sHdGp4Ca51Kg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.26","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2657520},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.26_1785965631267_0.6247343215428427","host":"s3://npm-registry-packages-npm-production"}},"0.1.27":{"name":"octane","version":"0.1.27","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.27","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"aa39ce243d2a8cb0fb85770634f1b76393ee76df","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.27.tgz","fileCount":113,"integrity":"sha512-aqtMDvJZcxVfx+TEzO/w7nYGLAeGP5ITYtlzuvnzCaMNup2Oiq1zTkTPLkHv7NTKABrYRzWEHxWdhuQtFaddQw==","signatures":[{"sig":"MEQCIBUsWC/ZHDSKkiEcCpdzY4ImQ5nqgeAF24PZoMC9TB6sAiBRLN/MJYA/E/aWkLPeaoT3eUSk6i8Er3H+KXGjzZcgkw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.27","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2660006},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.27_1785979784278_0.24124089106071334","host":"s3://npm-registry-packages-npm-production"}},"0.1.28":{"name":"octane","version":"0.1.28","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.28","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"698dc602919649dbfbc51429455a2f3bf6b1b42b","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.28.tgz","fileCount":113,"integrity":"sha512-X8AEUoGulKxm4QM/B289QMMnH0crdeup2enfwNIodwDbk8u5jCjDkdTqg3Ul8rbGfmeizmQQUYrOlqlPpHHcIA==","signatures":[{"sig":"MEYCIQD0l90yXhfYMxg7BxUV+KlWZW1IXu8BgckmpjMkA92m6AIhAO/jgf1dBNS/1BrozRNWJuhaKhmxyKmNdltSddcI11Yl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.28","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2668938},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.28_1785994758635_0.37776238948844987","host":"s3://npm-registry-packages-npm-production"}},"0.1.29":{"name":"octane","version":"0.1.29","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.29","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"b506d21ced506568eb5e340bab75bf8401d04645","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.29.tgz","fileCount":113,"integrity":"sha512-LvDRhhJBkKiYJT2Y3YMtAidlF3fFveOnm4qBUEa/WLZZ3wPPgu/TD9rZylx/1WDzlmNVdy/oKNgxtJseUcWqcQ==","signatures":[{"sig":"MEUCIGldawDEhrY0jT11LeSARb2Co+2Fmz28kwf+LHvlgjJSAiEA5jV0uR8BWLIj4EJdqYW8AlalULIqAbejyB4IFd0VzUU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.29","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2669055},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":false,"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.29_1786075708579_0.7865814819486725","host":"s3://npm-registry-packages-npm-production"}},"0.1.30":{"name":"octane","version":"0.1.30","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.30","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"738eebc216c54e6cd45a5a4b89e1fe93c29c1bee","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.30.tgz","fileCount":113,"integrity":"sha512-cVtnba9z4y0BEfR9XvgMMog70Ih+5MOYfanshe8rYlRXxtEjMht/mLt7mezMrsKO2I9pmTO10K8BXQK/rWu86w==","signatures":[{"sig":"MEUCIAt9D8blPnGnSuB5aXYPQerqgbvmdR+8IFsD8OBONNODAiEAjRPR0LrjzH+XS2AX+1+Z9q1NgeJRFxGwCFPNedB8ZIs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.30","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2741213},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.30_1786154310956_0.011140008693749648","host":"s3://npm-registry-packages-npm-production"}},"0.1.31":{"name":"octane","version":"0.1.31","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.31","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"23a753b882ce07792e8b7bc159ef3e3977c80031","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.31.tgz","fileCount":113,"integrity":"sha512-cNaUlo0poyHz/mbhvslyU0QysvjViu78tpZAooX4TKwVG98xeiDv8ZxOcxbMgfTG+rEujP4dLeWEQvQvl9QcbA==","signatures":[{"sig":"MEQCIB/bB/ckhFvds8ez6loGRSmJfjJGZrJCdUvK5aBJx02tAiBfAIwSIbiSHxbNs6vw5BKCxuuTmYUZ1sGL4XWcVuIspw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.31","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2752982},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.31_1786194581665_0.9033642811240368","host":"s3://npm-registry-packages-npm-production"}},"0.1.32":{"name":"octane","version":"0.1.32","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.32","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"70f296a59f19c752848c8eb4e0bb2dbd5413cbd7","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.32.tgz","fileCount":113,"integrity":"sha512-BCTgvmxCWINWppWXJ1OyLOO3wlHDWsVL5i6+Xbjx/fL5MVb/PybntmGBYVSa19BYLgqu0p0hJ3G7Fd+AsTwwXA==","signatures":[{"sig":"MEUCIDvauklntCmxUaA74IVY8oKXo0qBCegkx+N6DiZogSTWAiEAp/Prnyg3/sbIG5wwJyM0ybz/9CeUYUNanvVOcW7S7tY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.32","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2784404},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.32_1786277634078_0.15183656392571976","host":"s3://npm-registry-packages-npm-production"}},"0.1.33":{"name":"octane","version":"0.1.33","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.33","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"1a5d8321b07ab8c3a392a1404fd205961d191962","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.33.tgz","fileCount":117,"integrity":"sha512-eQbBZm7E94fWLlU32IA3bNphXWClz3ttEejAc8tFEB+0M3/o3Crm+UNG0+QiD+KcruTy6TXL5OOX6iZj9LZcXA==","signatures":[{"sig":"MEUCIQD++PW3JIliUIHY+q3Mo9XD4+dhNTXbdqOtqjSoZWxzbgIgP1LUQ89UZngcAycImgLOuEHzOrV/I5WGXX4w1WwCIcw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.33","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2867180},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","default":"./dist/server/index.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.33_1786323091775_0.08562302452666337","host":"s3://npm-registry-packages-npm-production"}},"0.1.34":{"name":"octane","version":"0.1.34","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.34","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"0e7e316d427f556fc5d8a9b5888d47a9a8eabf88","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.34.tgz","fileCount":142,"integrity":"sha512-+wt2u9E1AMxSiCm9fxXjZAXEqnhxdl2WdKuER2+j9s4S7zKzSERw7KWjsSUnL5r6OTfHlRcOGNcDrI62/cXzsA==","signatures":[{"sig":"MEUCIQCh3KhWfZNFFpjqUYMf0hXwozAKwJHdalWeBqQhCbn5DgIgF4PYUW7NX+fCUOTFkZVk5Lg2pRs1AbTJ9DBv6yybiHk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.34","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3793646},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.34_1786385802392_0.16911417068861923","host":"s3://npm-registry-packages-npm-production"}},"0.1.35":{"name":"octane","version":"0.1.35","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.35","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"15553274d6f5d5d4f3d1c88cd42a39e1e3db6b06","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.35.tgz","fileCount":145,"integrity":"sha512-QL2aB8/EqDHvqtqCT8CJ/z6yBgWawZjBARpyhWEuOX+ibFWtvdHnZo9tD3KbI2uUvdINbr9n0KmGTjljW9UnWw==","signatures":[{"sig":"MEYCIQCEICQeslrAi/SHR52GO4Y7ClpAtEQGIPzYYd+jeTnxGQIhAJjpJRdWi5oEKOaxaoeIvBDe7TsdxRzk7aOzlu1mY3pN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.35","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3927431},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.35_1786408305248_0.21940348636988083","host":"s3://npm-registry-packages-npm-production"}},"0.1.36":{"name":"octane","version":"0.1.36","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.36","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"bf12224ddb18e5fa4aa35c3ba2a40c7d42bdff35","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.36.tgz","fileCount":152,"integrity":"sha512-egscdNROPtLh0Kd4TijYXr3/rVdjyDVCr7r4/mArAAjAuvqhRVsYcLDGr88MT4JSvZwDtISsOALNZY2crLETjg==","signatures":[{"sig":"MEQCIDLPkQXdRbQqBabvnxVGb7J/mhjv+VSKg4puxP/+CUR2AiBeSKOaUbxRPfqEao3BR+RY3/udTyQFiYoX3+dzyJZdyQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.36","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4032002},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.18.0","dependencies":{"esrap":"^2.3.0","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.36_1786531333111_0.28546702723756123","host":"s3://npm-registry-packages-npm-production"}},"0.1.37":{"name":"octane","version":"0.1.37","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.37","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"9ae93e62f38e225e6ba6281b9716db73d709bb9e","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.37.tgz","fileCount":155,"integrity":"sha512-KJ0mzdZkhBYZHMrVfSOWqbaEBH9ZsRzjnkIbCz9umK0NNyhq4KMLm12L62FCnFIJBRCHWU8IHcOpLn5PmIrDiw==","signatures":[{"sig":"MEQCIAMaYhCicFudstM7K9RTuALp5oTk94EURdc1kWjkLzgjAiB6eRbFDrOk68m5aYwlKvN/3MF4OEcy++K/iIMoqOpnoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.37","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4078960},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.37_1786658151580_0.019675507834569617","host":"s3://npm-registry-packages-npm-production"}},"0.1.38":{"name":"octane","version":"0.1.38","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.38","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"45cd19add8df0d5477edadf83db99b7a86029d08","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.38.tgz","fileCount":164,"integrity":"sha512-a3tRYIO8bF1Mko65g2Zqm2EkgRYRpZAT/ic6NssCM+BVJpbnW2mR5Aqpycbb3d0kDvvQ2j9sTMCzPi9bnRsW3w==","signatures":[{"sig":"MEYCIQCc4k/WHHy1oLCsV0TIjKJJ7TRCvqmqs+ZNFpnCBG9TqwIhAIuVN1xWpwF1S2EuhDOhNgHHXaQJTUrCSNhziiAnrE7X","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.38","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4164261},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.38_1786727562983_0.6831108587650121","host":"s3://npm-registry-packages-npm-production"}},"0.1.39":{"name":"octane","version":"0.1.39","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.39","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"98de2865d6755fcf1dd3a57ef4218b0cc66916b6","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.39.tgz","fileCount":164,"integrity":"sha512-QfN5/hSKyialjsGKqBMkhEFE/+Eve+CyNgXqBrMvt/g6hURaCJGhYK68J4ZQBBC8QdOkaj2NSS4awFnmo0YecQ==","signatures":[{"sig":"MEQCIBcycLfZT3l2ALsqlO4iQvm4AUWk+v+hCVv3uwmkAwi7AiB70E8wCWp8ZLz3bbjuCmcnfODA1lOV5/LWGtH7V+ozYg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.39","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4166315},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","@tsrx/core":"^0.1.56","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.56","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.39_1786960127616_0.083548120412267","host":"s3://npm-registry-packages-npm-production"}},"0.1.40":{"name":"octane","version":"0.1.40","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.40","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"014a1dbe749049f0df06c7f8d0dd9474042a0abb","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.40.tgz","fileCount":166,"integrity":"sha512-0RJUPbjQuM+s9kGVT8Q170KmR4D+5JUGtLi4juWB0r9+/SD+eaXb8b/ByIbZhE4SlkeBqA+zX9TidWk0hTd4xw==","signatures":[{"sig":"MEYCIQD3v6UbldQ76WUP5uOW2LBx6x7QWlDtG53+lPGpIti17wIhAOMjiWYHSAgEqoV4s5+5EHObFlE7OtzsjrpV0MtMt1r9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.40","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4193374},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":"./dist/compiler/index.js","./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js"},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.58","@types/react":"^19.2.17","es-module-lexer":"^1.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","@tsrx/react":"^0.2.58","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.40_1787077369924_0.7213030409091203","host":"s3://npm-registry-packages-npm-production"}},"0.1.41":{"name":"octane","version":"0.1.41","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.41","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"1504b855725676a4a5e52c76a92dbe865457e5ae","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.41.tgz","fileCount":172,"integrity":"sha512-Xc6eEznkjCvfqRuJDImF8s+FbCzge4z17auA/8a7roKskTrtlZ3njvdvdElIaptSLltrJOIgdwgnnbePCdoT1g==","signatures":[{"sig":"MEUCIQDXAKqggYU8khax9EHUxaZbJLmCjm65EJrEa7d1ZYtaZQIgcHf+3YSqD28Lc7QH1GPetbLBvD4595ZxIu6id8dOm3c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.41","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4292485},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.58","@types/react":"^19.2.17","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.58","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.41_1787143701924_0.018536624086899156","host":"s3://npm-registry-packages-npm-production"}},"0.1.42":{"name":"octane","version":"0.1.42","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.42","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"5c8c1df2ad09e2a344ac6c60db1e822b550562b3","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.42.tgz","fileCount":172,"integrity":"sha512-0Hd314BYizu7GgtLcIv5UYYETGu0j/Cykr4+MRctGHf/Q9MzMibdeZLcZ84n9AfrfM2/xhbm9bQlu6rerbH2Mw==","signatures":[{"sig":"MEUCIQClxhDBwAfHUBhpHQuZZkbfkwgvPU3SO+jx6N4olG/SQwIgdYU8+pI7w3z1AZyPYbCohsDmEHzveoLZvVPkYm9MVHY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.42","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4298968},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.58","@types/react":"^19.2.17","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.58","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.42_1787243695236_0.7241505275210767","host":"s3://npm-registry-packages-npm-production"}},"0.1.43":{"name":"octane","version":"0.1.43","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.43","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"0e03fcb3b7d36a515d15e962a6c5566b5a92f6c3","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.43.tgz","fileCount":174,"integrity":"sha512-dDH4yxOOdrNIgSTBaD/JQvJRsYdD0Edzs/VBb3YPUrIePeEM2AstZbKba//UJUgGIY28f7sXWeKqdlAyXxEb5w==","signatures":[{"sig":"MEUCIQC9CcTGFBjf8p0RLGrTzTmW7YwCJUTXywQXK7Pv+XNwVQIgKVpsYhDnbfwRZjCEcRsLJgm9DhMM3YbzCv5DdOFEN/c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.43","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4374272},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.58","@types/react":"^19.2.17","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.58","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.43_1787322282899_0.7484598656408057","host":"s3://npm-registry-packages-npm-production"}},"0.1.44":{"name":"octane","version":"0.1.44","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.44","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"13604090bab98e9c9a2ecd0f674feae612463040","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.44.tgz","fileCount":177,"integrity":"sha512-yCldrlPh2BDBMRzM1xcjhjITDLFeLIMWx0FMwnuQMabgVVKwbhoD+CMrsJD8EK3f8fODSguVnlcL8ZBr1+07ww==","signatures":[{"sig":"MEQCIHwzaovy2bc2Fn9YIQKHBlW3GqdjEf6wyTG48HjcZcJ+AiBV7WUufNv+Xgu20dl7AM4pWDSUBM1O9XM7ig/HWY5aoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.44","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":4381633},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.58","@types/react":"^19.2.17","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.58","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.44_1787358799753_0.44194916439320964","host":"s3://npm-registry-packages-npm-production"}},"0.1.45":{"name":"octane","version":"0.1.45","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.45","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"dd0aeba6e2c0b81cc2062dfd04ac30fcb8e89d19","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.45.tgz","fileCount":179,"integrity":"sha512-UvpAuEvV+igQE6dUnH9n3GGoux10hp0u5uAmox9X8HlCVa8XkEeWNY0+4Sgh7r4H0QRtqsWxjVVRtq4OTBRvkg==","signatures":[{"sig":"MEUCIQCbNXhXJekzUotdIGjFqKoXanQQEVoCYZ8vGiltM6O4YwIgD9swfIi9EQ8+r5fJm58IkrkoQt5kSfe5Gdzmlgf2lT8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.45","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5677128},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.60","@types/react":"^19.2.17","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.58","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.45_1787572932661_0.8794102594963331","host":"s3://npm-registry-packages-npm-production"}},"0.1.46":{"name":"octane","version":"0.1.46","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.46","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"f8bc91c875f8924653ce8a26b31aa93da12e2fee","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.46.tgz","fileCount":181,"integrity":"sha512-Mnd/U07cUF3CbFvZYjbSexkO1rypcGaCryiHbSVB15+VBxD0qzCKZsvzFNdADP2brDgGoc5y6jYoBcdhXlVb2g==","signatures":[{"sig":"MEQCIHWtHVz/X+MmIlXbQ/34aw8/i1RT2YHA4QF2GPvHOVEVAiA00Eq+6xEm/yVOvRLz//Rux9K0uSUQKp2wBu52ZW/q1g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.46","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5721796},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.60","@types/react":"^19.2.17","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.58","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.46_1787585237580_0.4944754909970148","host":"s3://npm-registry-packages-npm-production"}},"0.1.47":{"name":"octane","version":"0.1.47","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.47","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"}],"dist":{"shasum":"7fbf0e21d4b7e591fb866c0b6f22d3e2ab00759f","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.47.tgz","fileCount":181,"integrity":"sha512-m00fxW2Wiu5tilK84U97kIi1o8Rrc8KmoxLSCzzJCjnnxaqYmuX/7eaul82pRLpXxt6OUhKjaxFbQgRxGaq4RA==","signatures":[{"sig":"MEUCIBOLuWCCCS1quOnqFfTgqEaHI/a6enZy/sWCp4BmK9SGAiEA6lhgp16dBT59MnzNbChdomH1U8MT0LJRC+Z/gdter10=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.47","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5733572},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.61","@types/react":"^19.2.17","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.61","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.47_1787748816820_0.05298646575515109","host":"s3://npm-registry-packages-npm-production"}},"0.1.48":{"name":"octane","version":"0.1.48","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.48","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"},{"name":"jonkwheeler","email":"jon.k.wheeler@gmail.com"}],"dist":{"shasum":"7f25e57e8b3973aaae9db3306a8d5444dcb0105d","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.48.tgz","fileCount":181,"integrity":"sha512-dNlyO6kU5jmWv2QEtUP4ZaF00gb+kKey/ISGkjix9t3G3yquV8oZitPE+yzxVB+LiBTmAvj1eweNzFeHVpAFTg==","signatures":[{"sig":"MEQCIH8tl+qLfrfY3f5XuWENRTwNVc4ceUw5ylK6vegcQf0gAiAT2+EKsxG+OYUfNTUHnz0Wma3kWdJRE3d+NePB89I9Xw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.48","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5764684},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.61","@types/react":"^19.2.17","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.61","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.48_1787837258886_0.220225544108424","host":"s3://npm-registry-packages-npm-production"}},"0.1.49":{"name":"octane","version":"0.1.49","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.49","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"},{"name":"jonkwheeler","email":"jon.k.wheeler@gmail.com"}],"dist":{"shasum":"b95d8bc87cf0ec985093b8bb5e976eabf4b25550","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.49.tgz","fileCount":237,"integrity":"sha512-8mT+CJJAs2xN0X2JmoGbP3396D2MIg0G+Nw75n69/xDw0A65saRYBa1dfaz9+irk+0sywop09t+goeEbRZSaOA==","signatures":[{"sig":"MEQCIAsW0Wg/DSw2bnDz5nkeerdnmh1z6xXopdhbnKJRGEpfAiA0lL7iBAuym6LYSZ5kSMgteq55voHzupCMVKS0rOSnXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.49","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6169333},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./signals":{"types":"./dist/signals/index.d.ts","import":"./dist/signals/index.js","default":"./dist/signals/index.js","require":"./dist/cjs/signals/index.cjs"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./signals/client":{"types":"./dist/signals/client.d.ts","import":"./dist/signals/client.js","default":"./dist/signals/client.js","require":"./dist/cjs/signals/client.cjs"},"./signals/server":{"types":"./dist/signals/server.d.ts","import":"./dist/signals/server.js","default":"./dist/signals/server.js","require":"./dist/cjs/signals/server.cjs"},"./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js","require":"./dist/cjs/internal/client.cjs"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js","require":"./dist/cjs/internal/server.cjs"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.61","@types/react":"^19.2.17","alien-signals":"3.2.0","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.61","@wagmi/core":"3.6.4","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.49_1787916678793_0.20896310044872024","host":"s3://npm-registry-packages-npm-production"}},"0.1.50":{"name":"octane","version":"0.1.50","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.50","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"},{"name":"jonkwheeler","email":"jon.k.wheeler@gmail.com"}],"dist":{"shasum":"d333bfd25af17e4edc30925b090cd368af3f72d4","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.50.tgz","fileCount":245,"integrity":"sha512-NQ0qzMq2KZXSN9434QSoLK7CJ1OH54fyBK2/0CU2Lb+2bnPGbdHjJXtT5rdB01EesNIe0ME/avAGdi108s4e0A==","signatures":[{"sig":"MEUCIQCe3tP0S6bjXVi4FondI9yZNzh0nuwF6t0rvnLVm4sZ+gIgapHHrV14awmJnTWu1ao7i7XIzsjoCP8VYzkeBh1dPCE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.50","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6212196},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./signals":{"types":"./dist/signals/index.d.ts","import":"./dist/signals/index.js","default":"./dist/signals/index.js","require":"./dist/cjs/signals/index.cjs"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./signals/client":{"types":"./dist/signals/client.d.ts","import":"./dist/signals/client.js","default":"./dist/signals/client.js","require":"./dist/cjs/signals/client.cjs"},"./signals/server":{"types":"./dist/signals/server.d.ts","import":"./dist/signals/server.js","default":"./dist/signals/server.js","require":"./dist/cjs/signals/server.cjs"},"./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js","require":"./dist/cjs/internal/client.cjs"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js","require":"./dist/cjs/internal/server.cjs"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.61","@types/react":"^19.2.17","alien-signals":"3.2.0","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.61","@wagmi/core":"3.6.4","@types/react-dom":"^19.2.3","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.50_1788108989975_0.7914177875465185","host":"s3://npm-registry-packages-npm-production"}},"0.1.51":{"name":"octane","version":"0.1.51","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.1.51","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"},{"name":"jonkwheeler","email":"jon.k.wheeler@gmail.com"}],"dist":{"shasum":"84d4b89b96acb860e0ac03344bb47d766b368598","tarball":"https://registry.npmjs.org/octane/-/octane-0.1.51.tgz","fileCount":245,"integrity":"sha512-5bvE/0lZUQ4OTj43w6IoseuuiNB9P8n+VBGTr6xNGSosl0WxljZK6/8plLscjuQ96/Y4PYilBX5YHf8IItKDMQ==","signatures":[{"sig":"MEUCIQDhkvcZC2/GuZIBLa/AbDHthCHuShYleLNanCYiF5vMkQIgCUYn1ODrCwqspBhCHXfUTaFauX1oHOKysqf4zJAc7f0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.1.51","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6224149},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./signals":{"types":"./dist/signals/index.d.ts","import":"./dist/signals/index.js","default":"./dist/signals/index.js","require":"./dist/cjs/signals/index.cjs"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./signals/client":{"types":"./dist/signals/client.d.ts","import":"./dist/signals/client.js","default":"./dist/signals/client.js","require":"./dist/cjs/signals/client.cjs"},"./signals/server":{"types":"./dist/signals/server.d.ts","import":"./dist/signals/server.js","default":"./dist/signals/server.js","require":"./dist/cjs/signals/server.cjs"},"./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js","require":"./dist/cjs/internal/client.cjs"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js","require":"./dist/cjs/internal/server.cjs"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.61","@types/react":"^19.2.17","alien-signals":"3.2.0","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.61","@wagmi/core":"3.6.4","@types/react-dom":"^19.2.3","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.1.51_1788273611213_0.9355320694443985","host":"s3://npm-registry-packages-npm-production"}},"0.2.0":{"name":"octane","version":"0.2.0","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.2.0","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"},{"name":"jonkwheeler","email":"jon.k.wheeler@gmail.com"}],"dist":{"shasum":"23416f27e918ae4baa68a72825f1e55e4ec775cd","tarball":"https://registry.npmjs.org/octane/-/octane-0.2.0.tgz","fileCount":245,"integrity":"sha512-AdNtaNL7vIquaaLvTmSV8boYRdDw8VSmDqsa47RfV38XOAgBXliu/L0jS2u6PgVg5m9IYYYzXARsn6kkEYmgXQ==","signatures":[{"sig":"MEYCIQCMBLB6h3o442lIQCNuQvsa+qgE/OqDXu963BjVdiQc9gIhAOJL1ZjsJdHJFsddWD3T4Y0CPWjjFqNKoW6McGDC2SxJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6254561},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./signals":{"types":"./dist/signals/index.d.ts","import":"./dist/signals/index.js","default":"./dist/signals/index.js","require":"./dist/cjs/signals/index.cjs"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./signals/client":{"types":"./dist/signals/client.d.ts","import":"./dist/signals/client.js","default":"./dist/signals/client.js","require":"./dist/cjs/signals/client.cjs"},"./signals/server":{"types":"./dist/signals/server.d.ts","import":"./dist/signals/server.js","default":"./dist/signals/server.js","require":"./dist/cjs/signals/server.cjs"},"./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js","require":"./dist/cjs/internal/client.cjs"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js","require":"./dist/cjs/internal/server.cjs"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.63","@types/react":"^19.2.17","alien-signals":"3.2.0","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.63","@wagmi/core":"3.6.4","@types/react-dom":"^19.2.3","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.2.0_1788310315839_0.15266571681350793","host":"s3://npm-registry-packages-npm-production"}},"0.2.1":{"name":"octane","version":"0.2.1","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.2.1","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"},{"name":"jonkwheeler","email":"jon.k.wheeler@gmail.com"}],"dist":{"shasum":"cff59ab95408857b966b57c0f0f47af85ca3afcc","tarball":"https://registry.npmjs.org/octane/-/octane-0.2.1.tgz","fileCount":245,"integrity":"sha512-xcyPUNtKH9jhUmGBAmvv5X+3YLBuVpl3yzfAJjbPxe/ibIJ5Dk2+TQdZd3KKQ+Dfqj3F/QMfKHY2De5fvnvdGw==","signatures":[{"sig":"MEUCIQCH1Y0GjyEYCRTbHl6eNGfMSTNvnDR+DxNMm7xmfe9sTQIgJIVc7PepwRoQCNl+dfxGydtcl983pw6661t9PP3fiHI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6254633},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./signals":{"types":"./dist/signals/index.d.ts","import":"./dist/signals/index.js","default":"./dist/signals/index.js","require":"./dist/cjs/signals/index.cjs"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./signals/client":{"types":"./dist/signals/client.d.ts","import":"./dist/signals/client.js","default":"./dist/signals/client.js","require":"./dist/cjs/signals/client.cjs"},"./signals/server":{"types":"./dist/signals/server.d.ts","import":"./dist/signals/server.js","default":"./dist/signals/server.js","require":"./dist/cjs/signals/server.cjs"},"./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js","require":"./dist/cjs/internal/client.cjs"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js","require":"./dist/cjs/internal/server.cjs"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.63","@types/react":"^19.2.17","alien-signals":"3.2.0","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.63","@wagmi/core":"3.6.4","@types/react-dom":"^19.2.3","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.2.1_1788346755019_0.43866333196913776","host":"s3://npm-registry-packages-npm-production"}},"0.2.2":{"name":"octane","version":"0.2.2","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","_id":"octane@0.2.2","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"},{"name":"jonkwheeler","email":"jon.k.wheeler@gmail.com"}],"dist":{"shasum":"bc8a934f3eaa11ca7e7da5ff2fe228dfd3c13970","tarball":"https://registry.npmjs.org/octane/-/octane-0.2.2.tgz","fileCount":245,"integrity":"sha512-6aupN6DjB4LaIsoPErrQPMIjZM2ACM0zIioXcuD8Zte7jP0CxLbRz727FCTG1VEjBhZYngypUkkSHy8vwQX9gA==","signatures":[{"sig":"MEQCICdWcfSN0o4GjJCYG/uDwa/9CDdCI1GoFvE88fHP1GkvAiAXUqSPoBRoAEj7y0mI94Bkep1mnJZB40ucmF2NBv3VpA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.2.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6254297},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","module":"./dist/index.js","engines":{"node":">=22.22.2"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","default":"./dist/index.js","require":"./dist/cjs/index.cjs"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","default":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./signals":{"types":"./dist/signals/index.d.ts","import":"./dist/signals/index.js","default":"./dist/signals/index.js","require":"./dist/cjs/signals/index.cjs"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./compiler/volar":"./dist/compiler/volar.js","./signals/client":{"types":"./dist/signals/client.d.ts","import":"./dist/signals/client.js","default":"./dist/signals/client.js","require":"./dist/cjs/signals/client.cjs"},"./signals/server":{"types":"./dist/signals/server.d.ts","import":"./dist/signals/server.js","default":"./dist/signals/server.js","require":"./dist/cjs/signals/server.cjs"},"./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","default":"./dist/internal/client.js","require":"./dist/cjs/internal/client.cjs"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","default":"./dist/internal/server.js","require":"./dist/cjs/internal/server.cjs"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./compiler/bundler":"./dist/compiler/bundler.js","./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"}},"imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"scripts":{"test":"vitest run","build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test:watch":"vitest"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"repository":{"url":"git+https://github.com/octanejs/octane.git","type":"git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","directories":{},"sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"_nodeVersion":"24.19.0","dependencies":{"esrap":"^2.3.2","devalue":"^5.8.2","oxc-tsrx":"0.5.0","@tsrx/core":"^0.1.63","@types/react":"^19.2.17","alien-signals":"3.2.0","es-module-lexer":"^1.7.0","@volar/typescript":"2.4.28","@volar/language-core":"2.4.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"viem":"2.55.10","vite":"^8.1.5","react":"^19.2.7","vitest":"^4.1.10","esbuild":"^0.28.1","happy-dom":"^20.11.0","react-dom":"^19.2.7","playwright":"^1.61.1","typescript":"^5.9.3","@tsrx/react":"^0.2.63","@wagmi/core":"3.6.4","@types/react-dom":"^19.2.3","@wagmi/connectors":"8.0.25"},"peerDependencies":{"vite":"^8.0.16","react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3"},"peerDependenciesMeta":{"vite":{"optional":true},"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/octane_0.2.2_1788364979007_0.29541689444997776","host":"s3://npm-registry-packages-npm-production"}},"0.2.3":{"name":"octane","version":"0.2.3","license":"MIT","type":"module","sideEffects":["./src/compiler/register.js","./dist/compiler/register.js"],"engines":{"node":">=22.22.2"},"description":"A fast, modern UI framework and the successor to Inferno","author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"repository":{"type":"git","url":"git+https://github.com/octanejs/octane.git","directory":"packages/octane"},"main":"./dist/index.js","module":"./dist/index.js","types":"./dist/index.d.ts","imports":{"#octane/compiler-parser":{"node":"./dist/compiler/parser.node.js","default":"./dist/compiler/parser.browser.js"}},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/cjs/index.cjs","default":"./dist/index.js"},"./jsx-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./jsx-dev-runtime":{"types":"./dist/jsx-runtime.d.ts"},"./tsrx-iterable":{"types":"./dist/tsrx-iterable.d.ts","default":"./dist/tsrx-iterable.js"},"./tsrx-spread":{"types":"./dist/tsrx-spread.d.ts","default":"./dist/tsrx-spread.js"},"./react":{"types":"./dist/react/index.d.ts","default":"./dist/react/index.js"},"./hydration":{"types":"./dist/hydration/index.d.ts","default":"./dist/hydration/index.js"},"./behavior":{"types":"./dist/behavior-root.d.ts","default":"./dist/behavior-root.js"},"./react/server":{"types":"./dist/react/server.d.ts","default":"./dist/react/server.js"},"./server":{"types":"./dist/server/index.d.ts","import":"./dist/server/index.js","require":"./dist/cjs/server/index.cjs","default":"./dist/server/index.js"},"./signals":{"types":"./dist/signals/index.d.ts","import":"./dist/signals/index.js","require":"./dist/cjs/signals/index.cjs","default":"./dist/signals/index.js"},"./signals/client":{"types":"./dist/signals/client.d.ts","import":"./dist/signals/client.js","require":"./dist/cjs/signals/client.cjs","default":"./dist/signals/client.js"},"./signals/server":{"types":"./dist/signals/server.d.ts","import":"./dist/signals/server.js","require":"./dist/cjs/signals/server.cjs","default":"./dist/signals/server.js"},"./internal/client":{"types":"./dist/internal/client.d.ts","import":"./dist/internal/client.js","require":"./dist/cjs/internal/client.cjs","default":"./dist/internal/client.js"},"./internal/server":{"types":"./dist/internal/server.d.ts","import":"./dist/internal/server.js","require":"./dist/cjs/internal/server.cjs","default":"./dist/internal/server.js"},"./static":{"types":"./dist/static/index.d.ts","default":"./dist/static/index.js"},"./testing":{"types":"./dist/testing.d.ts","default":"./dist/testing.js"},"./constants":{"types":"./dist/constants.d.ts","default":"./dist/constants.js"},"./profiling":{"types":"./dist/profiling.d.ts","default":"./dist/profiling.js"},"./universal":{"types":"./dist/universal.d.ts","default":"./dist/universal.js"},"./universal/native":{"types":"./dist/universal-native.d.ts","default":"./dist/universal-native.js"},"./compiler":{"types":"./dist/compiler/index.d.ts","default":"./dist/compiler/index.js"},"./compiler/bundler":"./dist/compiler/bundler.js","./compiler/register":"./dist/compiler/register.js","./compiler/renderers":"./dist/compiler/renderers.js","./compiler/typescript":{"types":"./dist/compiler/typescript.d.ts","default":"./dist/compiler/typescript.js"},"./compiler/vite":{"types":"./dist/compiler/vite.d.ts","default":"./dist/compiler/vite.js"},"./compiler/volar":"./dist/compiler/volar.js"},"publishConfig":{"access":"public"},"dependencies":{"@tsrx/core":"^0.1.63","@types/react":"^19.2.17","@volar/language-core":"2.4.28","@volar/typescript":"2.4.28","alien-signals":"3.2.0","devalue":"^5.8.2","entities":"7.0.1","es-module-lexer":"^1.7.0","esrap":"^2.3.2","oxc-tsrx":"0.5.0"},"peerDependencies":{"react":"^19.0.0","react-dom":"^19.0.0","typescript":"^5.9.3","vite":"^8.0.16"},"peerDependenciesMeta":{"react":{"optional":true},"react-dom":{"optional":true},"typescript":{"optional":true},"vite":{"optional":true}},"devDependencies":{"@tsrx/react":"^0.2.63","@types/react-dom":"^19.2.3","@wagmi/connectors":"8.0.25","@wagmi/core":"3.6.4","esbuild":"^0.28.1","happy-dom":"^20.11.0","playwright":"^1.61.1","react":"^19.2.7","react-dom":"^19.2.7","typescript":"^5.9.3","viem":"2.55.10","vite":"^8.1.5","vitest":"^4.1.10"},"scripts":{"build":"node ../../scripts/error-codes/generate.mjs --check && node scripts/build.mjs","test":"vitest run","test:watch":"vitest"},"_nodeVersion":"24.19.0","_id":"octane@0.2.3","dist":{"integrity":"sha512-QzK8LEZ/UCZJB+ZnIHMtdGm2y2O0QKf0gFwuvk3x6GfOE1tU8XIyaieern8Xdu8CQBael+kLP9s2RQim1YlaDw==","shasum":"cac711edb1cfe01bf1d91690f167caa8bada9c3b","tarball":"https://registry.npmjs.org/octane/-/octane-0.2.3.tgz","fileCount":255,"unpackedSize":6404423,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/octane@0.2.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIATkmehI4wLkzMZqsoPbyVqHHgaR3gUc8ZOacWpn6SCkAiEA3AhBWWll/wOGy/1lBgIFSpvMzkkxwI+1skgIxk+BoY0="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9254cfa4-1fc0-48d4-9dfa-9354ea338118"}},"directories":{},"maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"},{"name":"jonkwheeler","email":"jon.k.wheeler@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/octane_0.2.3_1788485761371_0.6710316686688207"},"_hasShrinkwrap":false}},"time":{"created":"2015-06-01T12:53:57.668Z","modified":"2026-09-04T01:36:01.950Z","1.0.0":"2015-06-01T12:53:57.668Z","1.0.1":"2015-06-01T13:02:06.689Z","1.0.2":"2015-06-03T01:55:59.125Z","1.0.3":"2015-06-03T01:59:14.867Z","0.1.1":"2026-06-25T19:54:57.939Z","0.1.3":"2026-07-05T19:36:17.463Z","0.1.4":"2026-07-12T19:42:02.539Z","0.1.5":"2026-07-13T00:13:50.347Z","0.1.6":"2026-07-14T11:00:28.375Z","0.1.9":"2026-07-18T22:15:28.673Z","0.1.10":"2026-07-18T23:33:26.307Z","0.1.11":"2026-07-19T19:23:42.915Z","0.1.12":"2026-07-20T20:31:10.862Z","0.1.13":"2026-07-22T09:30:01.076Z","0.1.16":"2026-07-26T20:21:12.934Z","0.1.17":"2026-07-27T13:10:48.775Z","0.1.18":"2026-07-28T15:53:06.422Z","0.1.19":"2026-07-29T12:54:46.364Z","0.1.20":"2026-07-30T02:12:01.914Z","0.1.21":"2026-07-30T10:20:56.315Z","0.1.22":"2026-07-31T19:28:53.653Z","0.1.23":"2026-08-02T00:32:50.398Z","0.1.24":"2026-08-04T15:30:43.690Z","0.1.25":"2026-08-04T21:42:42.218Z","0.1.26":"2026-08-05T21:33:51.428Z","0.1.27":"2026-08-06T01:29:44.456Z","0.1.28":"2026-08-06T05:39:18.814Z","0.1.29":"2026-08-07T04:08:28.809Z","0.1.30":"2026-08-08T01:58:31.127Z","0.1.31":"2026-08-08T13:09:41.857Z","0.1.32":"2026-08-09T12:13:54.234Z","0.1.33":"2026-08-10T00:51:31.963Z","0.1.34":"2026-08-10T18:16:42.618Z","0.1.35":"2026-08-11T00:31:45.448Z","0.1.36":"2026-08-12T10:42:13.292Z","0.1.37":"2026-08-13T21:55:51.790Z","0.1.38":"2026-08-14T17:12:43.183Z","0.1.39":"2026-08-17T09:48:47.786Z","0.1.40":"2026-08-18T18:22:50.126Z","0.1.41":"2026-08-19T12:48:22.136Z","0.1.42":"2026-08-20T16:34:55.485Z","0.1.43":"2026-08-21T14:24:43.111Z","0.1.44":"2026-08-22T00:33:19.950Z","0.1.45":"2026-08-24T12:02:12.858Z","0.1.46":"2026-08-24T15:27:17.835Z","0.1.47":"2026-08-26T12:53:36.992Z","0.1.48":"2026-08-27T13:27:39.140Z","0.1.49":"2026-08-28T11:31:18.929Z","0.1.50":"2026-08-30T16:56:30.148Z","0.1.51":"2026-09-01T14:40:11.437Z","0.2.0":"2026-09-02T00:51:56.045Z","0.2.1":"2026-09-02T10:59:15.206Z","0.2.2":"2026-09-02T16:02:59.261Z","0.2.3":"2026-09-04T01:36:01.582Z"},"author":{"name":"Dominic Gannaway","email":"dg@domgan.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/octanejs/octane.git","directory":"packages/octane"},"description":"A fast, modern UI framework and the successor to Inferno","maintainers":[{"name":"trueadm","email":"dg@domgan.com"},{"name":"leonidaz_npm","email":"lbarenblit@gmail.com"},{"name":"webeferen","email":"michal.makowski97@gmail.com"},{"name":"jonkwheeler","email":"jon.k.wheeler@gmail.com"}],"readme":"# What is octane?\n\n[![status: beta](https://img.shields.io/badge/status-beta-yellow)](https://www.npmjs.com/package/octane)\n[![npm version](https://img.shields.io/npm/v/octane?logo=npm)](https://www.npmjs.com/package/octane)\n[![npm downloads](https://img.shields.io/npm/dm/octane?logo=npm&label=downloads)](https://www.npmjs.com/package/octane)\n\nOctane is a fast, JavaScript UI framework, and the successor to\n[Inferno](https://github.com/infernojs/inferno). It gives you the React API you\nalready know, a compiler that keeps the runtime small and fast, no rules of\nhooks, and no hand-maintained dependency arrays in the common case. Omit a hook's\ndependency list and the compiler derives it from the closure; explicit arrays\nretain React semantics, while `null` means every render. Built-in hook calls\nretain this inference inside compiler-processed custom hooks, including those in\nplain `.ts`/`.js` modules. Inferring a dependency argument at a call to a custom\nwrapper is narrower: the wrapper must be locally declared in a fully compiled\n`.tsrx`/`.tsx` module and transparently forward its callback and final dependency\nparameter to a supported hook. This package ships both the runtime and compiler,\nwith the compiler exposed at `octane/compiler`.\n\nCustom Node build pipelines can opt into project-aware string-child inference\nthrough `octane/compiler/typescript`. See the\n[type-aware text compilation guide](https://github.com/octanejs/octane/blob/main/docs/compiler-text-inference.md).\n\nVite builds can fold proven immutable CSS-module class strings into templates.\nSee the [CSS-module constants guide](https://github.com/octanejs/octane/blob/main/docs/compiler-css-module-constants.md)\nfor the provider contract and stylesheet-loading guarantees.\n\nCustom native integrations can opt into the experimental\n[Valdi writer compiler](https://github.com/octanejs/octane/blob/main/docs/valdi-compiler.md).\nIt requires an application-provided adapter; Octane does not bundle a Valdi\nruntime or native build integration.\n\nDirect Node or Bun server scripts can preload `octane/compiler/register` to\ncompile imported Octane components without going through Vite. See the\n[SSR guide](https://github.com/octanejs/octane/blob/main/docs/ssr.md#run-an-ssg-script-directly).\n\nApplications that stream or update their own server-rendered DOM can import\n`attachBehaviorRoot` from `octane/behavior`. Behavior-only roots attach native\ninteractions and disposable behavior without creating a component root or\ntaking ownership of the existing markup. See the\n[external ownership guide](https://github.com/octanejs/octane/blob/main/docs/deferred-hydration.md#behavior-only-roots-and-external-ownership).\n\nFor the full story, see the\n[main README](https://github.com/octanejs/octane#readme).\n\n## React interoperability\n\n`octane/react` exports both hosting directions: `ReactCompat` runs real React\ncomponents inside Octane, and `OctaneCompat` runs compiled Octane components\ninside React 19. `ReactCompat` needs matching React and React DOM versions,\n19.2 or newer in the React 19 series.\n\n```tsrx\n// App.tsrx — compiled by Octane.\nimport { ReactCompat } from 'octane/react';\nimport { Counter } from './Counter.react';\n\nexport function App() @{\n\t<ReactCompat><Counter start={3} /></ReactCompat>\n}\n```\n\n`Counter.react.tsx` stays an ordinary React module, using hooks from `react` and\nReact's JSX transform with `/** @jsxImportSource react */`. Native `.tsrx`\ncomponents stay with Octane. In a mixed build, use `requireDirective: true` with\nboth compilers and mark Octane-owned `.tsx` and hook helper modules with\n`/** @jsxImportSource octane */`. Do not alias React to Octane.\n\nReact retains its own state, events, refs, and component types, including class,\n`memo`, `lazy`, and `forwardRef` components. Use\n`bridgeReactContext(OctaneContext, ReactContext)` and `ReactCompat`'s `contexts`\nprop to map native context into React. Within `OctaneCompat`, Octane's `use` or\n`useContext` can read a real React context directly.\n\nBoth server implementations are exported from `octane/react/server`. Octane's\nserver compiler selects that entry automatically; React-owned server entries\nthat bypass it must select it explicitly. Each renderer commits its own work:\nOctane transitions and `flushSync()` do not synchronously commit a\nReact root. The [React interoperability guide](https://octanejs.dev/docs/react-compat)\nand [full ReactCompat reference](https://github.com/octanejs/octane/blob/main/docs/react-compat.md)\ncover setup, pending updates, SSR buffering, hydration, and nesting limits.\n\n## Browser compatibility\n\nSee the [browser support guide](https://octanejs.dev/docs/browser-support) for\nrecommended targets, required browser APIs, and optional fallbacks.\n\nConfigure your application's build target for the browser engines you support.\nThe Rsbuild integration's `modules` target includes Chromium 87 and Samsung\nInternet 14; Samsung Internet can also be selected directly with targets such as\n`samsung24`. Samsung Internet versions do not match their Chromium engine\nversions, and Android System WebView is updated independently from the browser.\n\nBuild targets transpile JavaScript syntax; they do not polyfill application Web\nAPIs. Features such as native `inert` may require a polyfill on older supported\nbrowsers. Validate text entry with the keyboards, languages, and browser or\nWebView versions your application supports.\n\nOctane is beta software. It is ready to build with, but its APIs may still\nchange before 1.0.\n\n## License\n\nMIT\n","readmeFilename":""}