forked from angular/platform-server-builds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.67 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
53
54
55
56
57
58
59
60
61
{
"name": "@angular/platform-server",
"version": "8.2.14",
"description": "Angular - library for using Angular in Node.js",
"main": "./bundles/platform-server.umd.js",
"module": "./fesm5/platform-server.js",
"es2015": "./fesm2015/platform-server.js",
"esm5": "./esm5/platform-server.js",
"esm2015": "./esm2015/platform-server.js",
"fesm5": "./fesm5/platform-server.js",
"fesm2015": "./fesm2015/platform-server.js",
"typings": "./platform-server.d.ts",
"author": "angular",
"license": "MIT",
"peerDependencies": {
"@angular/animations": "8.2.14",
"@angular/common": "8.2.14",
"@angular/compiler": "8.2.14",
"@angular/core": "8.2.14",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"tslib": "^1.10.0"
},
"dependencies": {
"domino": "^2.1.2",
"xhr2": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
},
"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,
"engines": {
"node": ">=8.0"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}