UNPKG

@titsoft/m-element

Version:

custom-element class with (a)sync loading, slots, error handling and level-up

34 lines (33 loc) 806 B
{ "name": "@titsoft/m-element", "version": "0.8.0", "description": "custom-element class with (a)sync loading, slots, error handling and level-up", "main": "src/index.js", "type": "module", "keywords": [ "custom-elements", "slots", "asynchronous", "synchronous", "error handling", "load event handling", "life-cycle", "level-up" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/thipages/m-element.git" }, "author": "Thierry Pagès", "license": "MIT", "bugs": { "url": "https://github.com/thipages/m-element/issues" }, "homepage": "https://github.com/thipages/m-element#readme", "dependencies": { "html-parsed-element": "^0.4.1" } }