https://github.com/angular/angular
Raw File
Tip revision: 57cb448de5c3fee95c77c38930ce2ee9caac33ea authored by Jessica Janiuk on 31 January 2024, 18:59:46 UTC
release: cut the v17.1.2 release
Tip revision: 57cb448
package.json
{
  "name": "@angular/compiler",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the compiler library",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^18.13.0 || >=20.9.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER"
  },
  "peerDependenciesMeta": {
    "@angular/core": {
      "optional": true
    }
  },
  "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