{
  "name": "ngx-http-request-state",
  "description": "Angular library for wrapping HttpClient responses with loading & error information to allow observing load/loading/error state changes as a stream of events.",
  "funding": "https://github.com/daiscog/ngx-http-request-state?sponsor=1",
  "keywords": [
    "angular",
    "http",
    "request",
    "loading",
    "error"
  ],
  "version": "3.5.0",
  "peerDependencies": {
    "rxjs": "^6.2.0 || ^7.4.0",
    "@angular/common": "^14.2.10 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "homepage": "https://github.com/daiscog/ngx-http-request-state#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/daiscog/ngx-http-request-state.git",
    "directory": "libs/ngx-http-request-state"
  },
  "license": "MIT",
  "sideEffects": false,
  "module": "fesm2022/ngx-http-request-state.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-http-request-state.mjs"
    }
  }
}