2016-04-28 17:50:03 -07:00
|
|
|
{
|
|
|
|
"name": "@angular/platform-browser",
|
2016-05-27 16:17:16 -07:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 16:44:39 -07:00
|
|
|
"description": "Angular - library for using Angular in a web browser",
|
2016-04-28 17:50:03 -07:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2021-04-12 12:13:00 -07:00
|
|
|
"engines": {
|
2021-05-20 12:34:20 -07:00
|
|
|
"node": "^12.14.1 || >=14.0.0"
|
2021-04-12 12:13:00 -07:00
|
|
|
},
|
2020-05-19 14:35:37 +02:00
|
|
|
"dependencies": {
|
2021-05-06 16:52:39 +02:00
|
|
|
"tslib": "^2.2.0"
|
2020-05-19 14:35:37 +02:00
|
|
|
},
|
2016-04-28 17:50:03 -07:00
|
|
|
"peerDependencies": {
|
2020-03-09 09:54:40 +01:00
|
|
|
"@angular/animations": "0.0.0-PLACEHOLDER",
|
2016-05-27 16:17:16 -07:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
2020-05-19 14:35:37 +02:00
|
|
|
"@angular/common": "0.0.0-PLACEHOLDER"
|
2016-05-18 08:17:15 +02:00
|
|
|
},
|
2020-03-09 09:54:40 +01:00
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"@angular/animations": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
},
|
2016-05-18 08:17:15 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-07 12:12:59 +01:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
"directory": "packages/platform-browser"
|
2018-02-27 15:04:35 -08:00
|
|
|
},
|
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-14 18:30:18 -07:00
|
|
|
},
|
2021-05-14 12:20:11 -07:00
|
|
|
"sideEffects": false
|
2016-04-28 17:50:03 -07:00
|
|
|
}
|