@totallyinformation/ti-common-event-handler
Version:
A common, shared event handler used across multiple TotallyInformation packages. Implemented as a singleton class.
54 lines (53 loc) • 1.52 kB
JSON
{
"name": "@totallyinformation/ti-common-event-handler",
"version": "1.0.1",
"description": "A common, shared event handler used across multiple TotallyInformation packages. Implemented as a singleton class.",
"main": "ti-events.js",
"scripts": {
"setVersion": "gulp setVersion",
"createTag": "gulp createTag",
"publish": "publish"
},
"devDependencies": {
"@types/node": "^14.18.29",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.4.2",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-sonarjs": "^0",
"execa": "^5.1.1",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-include": "^2.4.1",
"gulp-once": "^2.1.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
},
"engines": {
"node": ">=12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TotallyInformation/ti-common-event-handler.git"
},
"keywords": [
"events",
"event-handler"
],
"author": {
"name": "Julian Knight",
"url": "https://github.com/TotallyInformation"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TotallyInformation/ti-common-event-handler/issues"
},
"homepage": "https://github.com/TotallyInformation/ti-common-event-handler#readme",
"dependencies": {
"eventemitter2": "^6.4.4"
}
}