2026-09-08 16:56:54 +02:00
|
|
|
{
|
2026-09-08 19:55:20 +02:00
|
|
|
"name": "@uhhm/buuh-component",
|
2026-09-08 21:35:15 +02:00
|
|
|
"version": "8.0.0",
|
|
|
|
|
"description": "Native DOM components with lifecycle hooks \u2014 the choo island boundary",
|
2026-09-08 16:56:54 +02:00
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./index.js",
|
|
|
|
|
"./onload": "./onload.js"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"index.js",
|
|
|
|
|
"onload.js"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=24"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-09-08 21:35:15 +02:00
|
|
|
"@uhhm/buuh": "^8.0.0",
|
|
|
|
|
"@uhhm/buuh-html": "^8.0.0"
|
2026-09-08 16:56:54 +02:00
|
|
|
},
|
2026-09-08 19:55:20 +02:00
|
|
|
"repository": "https://project.uhhm.no/uhhm/buuh",
|
2026-09-08 16:56:54 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"component",
|
|
|
|
|
"dom",
|
|
|
|
|
"lifecycle",
|
|
|
|
|
"choo"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
}
|