@ng-web-apis/universal
Version:
A set of fallback for @ng-web-apis/common for Angular Universal
62 lines • 1.41 kB
JSON
{
"name": "@ng-web-apis/universal",
"version": "5.3.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": {
"type": "git",
"url": "https://github.com/taiga-family/ng-web-apis"
},
"license": "Apache-2.0",
"author": {
"email": "alexander@inkin.ru",
"name": "Alex Inkin"
},
"contributors": [
{
"email": "79601794011@ya.ru",
"name": "Roman Sedov"
},
{
"email": "alexander@inkin.ru",
"name": "Alexander Inkin"
}
],
"peerDependencies": {
"@angular/core": ">=19.0.0",
"@ng-web-apis/common": "^5.3.0",
"@types/node": ">=24.10.11",
"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",
"default": "./fesm2022/ng-web-apis-universal.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}