UNPKG

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