ypsilon-event-handler
Version:
A production-ready event handling system for web applications with memory leak prevention, and method chaining support
33 lines (32 loc) • 847 B
JSON
{
"name": "ypsilon-event-handler",
"version": "1.5.1",
"description": "A production-ready event handling system for web applications with memory leak prevention, and method chaining support",
"main": "ypsilon-event-handler.js",
"types": "ypsilon-event-handler.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"No build step required\""
},
"keywords": [
"events",
"event-handler",
"dom-events",
"passive-events",
"browser",
"frontend",
"memory-efficient",
"debugging",
"typescript",
"types"
],
"author": "Engin Ypsilon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/eypsilon/YpsilonEventHandler.git"
},
"bugs": {
"url": "https://github.com/eypsilon/YpsilonEventHandler/issues"
}
}