{
  "name": "@taiga-ui/event-plugins",
  "version": "5.0.0",
  "description": "This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation",
  "keywords": [
    "angular",
    "ng",
    "preventDefault",
    "stopPropagation",
    "event",
    "filter",
    "EventManager",
    "EventManagerPlugin",
    "performance",
    "optimize",
    "optimization",
    "change",
    "detection"
  ],
  "homepage": "https://github.com/taiga-family/ng-event-plugins#README",
  "bugs": "https://github.com/taiga-family/ng-event-plugins/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/taiga-family/ng-event-plugins"
  },
  "license": "Apache-2.0",
  "peerDependencies": {
    "@angular/core": ">=16.0.0",
    "@angular/platform-browser": ">=16.0.0",
    "rxjs": ">=7.0.0"
  },
  "authors": [
    "Alex Inkin <a.inkin@tinkoff.ru>",
    "Roman Sedov <r.sedov@tinkoff.ru>"
  ],
  "web-types": "./web-types.json",
  "module": "fesm2022/taiga-ui-event-plugins.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/taiga-ui-event-plugins.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}