UNPKG

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