{ "name": "@angular/compiler", "version": "12.2.9", "description": "Angular - the compiler library", "author": "angular", "license": "MIT", "engines": { "node": "^12.14.1 || >=14.0.0" }, "dependencies": { "tslib": "^2.2.0" }, "repository": { "type": "git", "url": "https://github.com/angular/angular.git", "directory": "packages/compiler" }, "ng-update": { "packageGroup": [ "@angular/core", "@angular/bazel", "@angular/common", "@angular/compiler", "@angular/compiler-cli", "@angular/animations", "@angular/elements", "@angular/platform-browser", "@angular/platform-browser-dynamic", "@angular/forms", "@angular/platform-server", "@angular/upgrade", "@angular/router", "@angular/language-service", "@angular/localize", "@angular/service-worker" ] }, "sideEffects": true, "main": "./bundles/compiler.umd.js", "fesm2015": "./fesm2015/compiler.js", "esm2015": "./esm2015/index.js", "typings": "./index.d.ts", "module": "./fesm2015/compiler.js", "es2015": "./fesm2015/compiler.js" }