{
  "name": "@man-es/ngx-chain-functional-guards",
  "version": "19.0.1",
  "description": "An Angular guard that executes functional guards in a serial manner, waiting for each one to complete before proceeding to the next.",
  "keywords": [
    "angular",
    "guard",
    "chain",
    "serially"
  ],
  "bugs": {
    "url": "https://github.com/man-es/ngx-tools/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/man-es/ngx-tools"
  },
  "license": "MIT",
  "author": "MAN Energy Solutions SE",
  "peerDependencies": {
    "@angular/core": ">=19.0.0",
    "@angular/router": ">=19.0.0",
    "rxjs": ">=7.0.0"
  },
  "sideEffects": false,
  "module": "fesm2022/man-es-ngx-chain-functional-guards.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/man-es-ngx-chain-functional-guards.mjs"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  }
}
