Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "@angular/compiler",
|
---|
3 | "version": "12.2.9",
|
---|
4 | "description": "Angular - the compiler library",
|
---|
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 | "repository": {
|
---|
14 | "type": "git",
|
---|
15 | "url": "https://github.com/angular/angular.git",
|
---|
16 | "directory": "packages/compiler"
|
---|
17 | },
|
---|
18 | "ng-update": {
|
---|
19 | "packageGroup": [
|
---|
20 | "@angular/core",
|
---|
21 | "@angular/bazel",
|
---|
22 | "@angular/common",
|
---|
23 | "@angular/compiler",
|
---|
24 | "@angular/compiler-cli",
|
---|
25 | "@angular/animations",
|
---|
26 | "@angular/elements",
|
---|
27 | "@angular/platform-browser",
|
---|
28 | "@angular/platform-browser-dynamic",
|
---|
29 | "@angular/forms",
|
---|
30 | "@angular/platform-server",
|
---|
31 | "@angular/upgrade",
|
---|
32 | "@angular/router",
|
---|
33 | "@angular/language-service",
|
---|
34 | "@angular/localize",
|
---|
35 | "@angular/service-worker"
|
---|
36 | ]
|
---|
37 | },
|
---|
38 | "sideEffects": true,
|
---|
39 | "main": "./bundles/compiler.umd.js",
|
---|
40 | "fesm2015": "./fesm2015/compiler.js",
|
---|
41 | "esm2015": "./esm2015/index.js",
|
---|
42 | "typings": "./index.d.ts",
|
---|
43 | "module": "./fesm2015/compiler.js",
|
---|
44 | "es2015": "./fesm2015/compiler.js"
|
---|
45 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.