This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@angular/platform-webworker",
"version": "11.0.0-next.3+78.sha-1b70dc9",
"description": "Angular - library for using Angular in a web browser with web workers",
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "11.0.0-next.3+78.sha-1b70dc9",
"@angular/core": "11.0.0-next.3+78.sha-1b70dc9",
"@angular/platform-browser": "11.0.0-next.3+78.sha-1b70dc9"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "packages/platform-webworker"
},
"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/platform-webworker",
"@angular/platform-webworker-dynamic",
"@angular/upgrade",
"@angular/router",
"@angular/language-service",
"@angular/localize",
"@angular/service-worker"
]
},
"sideEffects": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"main": "./bundles/platform-webworker.umd.js",
"fesm2015": "./fesm2015/platform-webworker.js",
"esm2015": "./esm2015/platform-webworker.js",
"typings": "./platform-webworker.d.ts",
"module": "./fesm2015/platform-webworker.js",
"es2015": "./fesm2015/platform-webworker.js"
}