first commit

This commit is contained in:
2026-01-09 23:05:52 -05:00
commit dec0c8e4e4
4203 changed files with 824454 additions and 0 deletions

5
node_modules/htm/preact/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,5 @@
import { h, VNode, Component } from 'preact';
export * from 'preact/hooks';
declare function render(tree: VNode, parent: HTMLElement): void;
declare const html: (strings: TemplateStringsArray, ...values: any[]) => VNode;
export { h, html, render, Component };

1
node_modules/htm/preact/index.js generated vendored Normal file
View File

@@ -0,0 +1 @@
var e,r=require("preact"),t=((e=require("htm"))&&"object"==typeof e&&"default"in e?e.default:e).bind(r.h);exports.h=r.h,exports.render=r.render,exports.Component=r.Component,exports.html=t;

1
node_modules/htm/preact/index.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
import{h as r,Component as o,render as t}from"preact";export{h,render,Component}from"preact";import e from"htm";var m=e.bind(r);export{m as html};

1
node_modules/htm/preact/index.module.js generated vendored Normal file
View File

@@ -0,0 +1 @@
import{h as r,Component as o,render as t}from"preact";export{h,render,Component}from"preact";import e from"htm";var m=e.bind(r);export{m as html};

1
node_modules/htm/preact/index.umd.js generated vendored Normal file
View File

@@ -0,0 +1 @@
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("preact"),require("htm")):"function"==typeof define&&define.amd?define(["exports","preact","htm"],t):t(e.htmPreact={},e.preact,e.htm)}(this,function(e,t,n){var r=(n=n&&n.hasOwnProperty("default")?n.default:n).bind(t.h);e.h=t.h,e.render=t.render,e.Component=t.Component,e.html=r});

13
node_modules/htm/preact/package.json generated vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "htm_preact",
"module": "index.module.js",
"main": "index.js",
"umd:main": "index.umd.js",
"unpkg": "standalone.js",
"scripts": {
"build": "npm run -s build:main && npm run -s build:standalone && npm run -s build:static",
"build:main": "microbundle index.mjs -o ../../../preact/index.js --external preact,htm --no-sourcemap --target web",
"build:static": "cp index.d.ts package.json ../../../preact/",
"build:standalone": "microbundle standalone.mjs -o ../../../preact/standalone.js -f es,umd --no-sourcemap --target web"
}
}

1
node_modules/htm/preact/standalone.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

1
node_modules/htm/preact/standalone.module.js generated vendored Normal file

File diff suppressed because one or more lines are too long

1
node_modules/htm/preact/standalone.umd.js generated vendored Normal file

File diff suppressed because one or more lines are too long