@ashetm/ng-broadcast-channel
Version:
``@ashetm/ng-broadcast-channel`` is a library that simplify manipulation of ``BroadcastChannel`` API.
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "@ashetm/ng-broadcast-channel",
"version": "16.0.1",
"contributors": [
{
"email": "contact@ashetm.com",
"name": "DAWOUD Haitham",
"url": "http://ashetm.com"
}
],
"author": {
"email": "contact@ashetm.com",
"name": "DAWOUD Haitham",
"url": "http://ashetm.com"
},
"keywords": [
"angular",
"api",
"broadcast",
"broadcast-channel",
"channel",
"js",
"ng",
"ng-broadcast",
"ng-broadcast-channel",
"ng-service",
"ng-services",
"provide",
"provider",
"service"
],
"private": false,
"repository": {
"url": "https://github.com/AsheTM/ng-services/tree/main/projects/broadcast-channel"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"zone.js": "~0.13.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"module": "fesm2022/ashetm-ng-broadcast-channel.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ashetm-ng-broadcast-channel.mjs",
"esm": "./esm2022/ashetm-ng-broadcast-channel.mjs",
"default": "./fesm2022/ashetm-ng-broadcast-channel.mjs"
}
},
"sideEffects": false
}