UNPKG

@ng-web-apis/workers

Version:
49 lines 1.26 kB
{ "name": "@ng-web-apis/workers", "version": "4.12.0", "description": "A library for comfortable use of Web Workers API in Angular", "keywords": [ "angular", "ng", "worker", "web", "service", "shared" ], "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/workers/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": "Igor Katsuba", "email": "katsuba.igor@gmail.com" }, "contributors": [ "Alexander Inkin <alexander@inkin.ru>", "Roman Sedov <79601794011@ya.ru>" ], "peerDependencies": { "@angular/core": ">=16.0.0", "@ng-web-apis/common": ">=4.12.0" }, "publishConfig": { "access": "public" }, "module": "fesm2022/ng-web-apis-workers.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ng-web-apis-workers.mjs", "esm": "./esm2022/ng-web-apis-workers.mjs", "default": "./fesm2022/ng-web-apis-workers.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }