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