UNPKG

@htmlbricks/hb-bundle

Version:

Single IIFE loader for all HTML Bricks hb-* web components from the jsDelivr CDN, with optional Subresource Integrity; includes agent/LLM docs and theme CSS variables.

51 lines 1.6 kB
{ "name": "@htmlbricks/hb-bundle", "version": "0.76.5", "contributors": [], "description": "Single IIFE loader for all HTML Bricks hb-* web components from the jsDelivr CDN, with optional Subresource Integrity; includes agent/LLM docs and theme CSS variables.", "licenses": [ { "type": "Apache-2.0", "path": "LICENSE.md", "cost": 0, "currency": "EUR" } ], "main": "main.iife.js", "types": "./types/html-elements.d.ts", "exports": { ".": "./main.iife.js", "./main.iife.js": "./main.iife.js", "./package.json": "./package.json", "./types/html-elements": "./types/html-elements.d.ts", "./types/svelte-elements": "./types/svelte-elements.d.ts", "./types/elements/*/html-elements": "./types/elements/*/html-elements.d.ts", "./types/elements/*/svelte-elements": "./types/elements/*/svelte-elements.d.ts", "./types/elements/*/webcomponent.type": "./types/elements/*/webcomponent.type.d.ts" }, "iifeIntegrity": "sha384-WeqY01Phf9IS9X4b6VLfMHWrvO9R5DfVSxjFoEKtUIGjgSvnC13kloPNbI2TKSzH", "styleAssets": [ { "name": "bundle.dark.vars.css", "integrity": "sha384-6HIhBBKlHliC3VxEpUHBytDkAj7rlFUv4BIawg2y+ypgpCz5W7x6K/gEo+ps6G5+" }, { "name": "bundle.light.vars.css", "integrity": "sha384-GNN1pZVhHspbRvVkquEXmMggkxhQ9NUwYuskU5dg5hjVlkBaMeXI/kIHc93icch9" } ], "dependencies": {}, "files": [ "main.iife.js", "list.json", "bundle.json", "style", "types", "agents", "README.md" ], "publishConfig": { "access": "public" }, "private": false }