https://github.com/angular/angular
Raw File
Tip revision: 986e80e9db46a267d33667464bb64c3501f8c72b authored by Jessica Janiuk on 12 May 2022, 22:05:49 UTC
release: cut the v13.3.8 release (#45976)
Tip revision: 986e80e
package.json
{
  "name": "@angular/compiler",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the compiler library",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^12.20.0 || ^14.15.0 || >=16.10.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/compiler"
  },
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": true
}
back to top