{
  "name": "@ng-web-apis/universal",
  "version": "4.12.0",
  "description": "A set of fallback for @ng-web-apis/common for Angular Universal",
  "keywords": [
    "angular",
    "ng",
    "window",
    "api",
    "web api",
    "navigator",
    "user agent",
    "ssr",
    "server side rendering",
    "local storage"
  ],
  "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/universal/README.md",
  "bugs": "https://github.com/taiga-family/ng-web-apis/issues",
  "repository": "https://github.com/taiga-family/ng-web-apis",
  "license": "Apache-2.0",
  "author": {
    "name": "Alex Inkin",
    "email": "alexander@inkin.ru"
  },
  "contributors": [
    "Roman Sedov <79601794011@ya.ru>"
  ],
  "sideEffects": [
    "mocks.js"
  ],
  "peerDependencies": {
    "@angular/core": ">=16.0.0",
    "@ng-web-apis/common": ">=4.12.0",
    "@types/node": ">=22.13.14",
    "rxjs": ">=7.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "module": "fesm2022/ng-web-apis-universal.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ng-web-apis-universal.mjs",
      "esm": "./esm2022/ng-web-apis-universal.mjs",
      "default": "./fesm2022/ng-web-apis-universal.mjs"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  }
}