File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@angular/service-worker/package.json
{
"name": "@angular/service-worker",
"version": "16.2.12",
"description": "Angular - service worker tooling!",
"author": "angular",
"license": "MIT",
"engines": {
"node": "^16.14.0 || >=18.10.0"
},
"exports": {
"./ngsw-worker.js": {
"default": "./ngsw-worker.js"
},
"./safety-worker.js": {
"default": "./safety-worker.js"
},
"./config/schema.json": {
"default": "./config/schema.json"
},
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/service-worker.mjs",
"esm": "./esm2022/service-worker.mjs",
"default": "./fesm2022/service-worker.mjs"
},
"./config": {
"types": "./config/index.d.ts",
"esm2022": "./esm2022/config/config.mjs",
"esm": "./esm2022/config/config.mjs",
"default": "./fesm2022/config.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "16.2.12",
"@angular/common": "16.2.12"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "packages/service-worker"
},
"bin": {
"ngsw-config": "./ngsw-config.js"
},
"ng-update": {
"packageGroup": [
"@angular/core",
"@angular/bazel",
"@angular/common",
"@angular/compiler",
"@angular/compiler-cli",
"@angular/animations",
"@angular/elements",
"@angular/platform-browser",
"@angular/platform-browser-dynamic",
"@angular/forms",
"@angular/platform-server",
"@angular/upgrade",
"@angular/router",
"@angular/language-service",
"@angular/localize",
"@angular/service-worker"
]
},
"sideEffects": false,
"module": "./fesm2022/service-worker.mjs",
"typings": "./index.d.ts",
"type": "module"
}