UNPKG

1.57 kBJSONView Raw
1{
2 "name": "@angular/platform-browser",
3 "version": "10.0.5",
4 "description": "Angular - library for using Angular in a web browser",
5 "author": "angular",
6 "license": "MIT",
7 "dependencies": {
8 "tslib": "^2.0.0"
9 },
10 "peerDependencies": {
11 "@angular/animations": "10.0.5",
12 "@angular/core": "10.0.5",
13 "@angular/common": "10.0.5"
14 },
15 "peerDependenciesMeta": {
16 "@angular/animations": {
17 "optional": true
18 }
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/angular/angular.git",
23 "directory": "packages/platform-browser"
24 },
25 "ng-update": {
26 "packageGroup": [
27 "@angular/core",
28 "@angular/bazel",
29 "@angular/common",
30 "@angular/compiler",
31 "@angular/compiler-cli",
32 "@angular/animations",
33 "@angular/elements",
34 "@angular/platform-browser",
35 "@angular/platform-browser-dynamic",
36 "@angular/forms",
37 "@angular/platform-server",
38 "@angular/platform-webworker",
39 "@angular/platform-webworker-dynamic",
40 "@angular/upgrade",
41 "@angular/router",
42 "@angular/language-service",
43 "@angular/localize",
44 "@angular/service-worker"
45 ]
46 },
47 "sideEffects": false,
48 "publishConfig": {
49 "registry": "https://wombat-dressing-room.appspot.com"
50 },
51 "main": "./bundles/platform-browser.umd.js",
52 "fesm2015": "./fesm2015/platform-browser.js",
53 "esm2015": "./esm2015/platform-browser.js",
54 "typings": "./platform-browser.d.ts",
55 "module": "./fesm2015/platform-browser.js",
56 "es2015": "./fesm2015/platform-browser.js"
57}
\No newline at end of file