ypsilon-event-handler
Version:
Supercharged multi-handler event system with closest-match DOM resolution and QuantumType docs. The most advanced event delegation architecture available.
78 lines (77 loc) • 1.98 kB
JSON
{
"name": "ypsilon-event-handler",
"version": "1.8.2",
"description": "Supercharged multi-handler event system with closest-match DOM resolution and QuantumType docs. The most advanced event delegation architecture available.",
"homepage": "https://github.com/eypsilon/YpsilonEventHandler#readme",
"main": "ypsilon-event-handler.js",
"types": "ypsilon-event-handler.d.ts",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"events",
"event-handler",
"event-driven",
"event-driven-architecture",
"dom-events",
"passive-events",
"web-dev",
"handle-event",
"browser",
"frontend",
"memory-efficient",
"memory-leak-zero",
"debugging",
"typescript",
"types",
"quantum-type",
"closest-match",
"multi-handler",
"subscriber",
"emit",
"on",
"eaas",
"e-a-a-s",
"event-as-a-service",
"eal",
"e-a-l",
"event-abstraction-layer",
"dom-scoping",
"event-delegation",
"super-delegation",
"quantum-delegation",
"ai-approved"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"authors": [
"Engin Ypsilon - Core library architect and Medium",
"Claude Van DOM - TypeScript documentation system architect"
],
"contributors": [
"Sunny DeepSeek - Revolutionary quantum suggestions and schema validation",
"Herr Von Grokk - Enhanced JSDoc examples and property-level documentation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/eypsilon/YpsilonEventHandler.git"
},
"bugs": {
"url": "https://github.com/eypsilon/YpsilonEventHandler/issues"
},
"files": [
"ypsilon-event-handler.js",
"ypsilon-event-handler.d.ts",
"LICENSE"
],
"exports": {
".": {
"import": "./ypsilon-event-handler.js",
"require": "./ypsilon-event-handler.js",
"types": "./ypsilon-event-handler.d.ts"
}
}
}