source: trip-planner-front/node_modules/@angular/platform-browser/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "name": "@angular/platform-browser",
3 "version": "12.2.9",
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.2.9",
15 "@angular/core": "12.2.9",
16 "@angular/common": "12.2.9"
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_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser.js",
51 "fesm2015": "./fesm2015/platform-browser.js",
52 "esm2015": "./esm2015/platform-browser.js",
53 "typings": "./platform-browser.d.ts",
54 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser.js",
55 "module": "./fesm2015/platform-browser.js",
56 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser.js",
57 "es2015": "./fesm2015/platform-browser.js",
58 "__processed_by_ivy_ngcc__": {
59 "es2015": "12.2.9",
60 "fesm2015": "12.2.9",
61 "module": "12.2.9",
62 "typings": "12.2.9"
63 },
64 "scripts": {
65 "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
66 }
67}
Note: See TracBrowser for help on using the repository browser.