2016-04-29 00:50:03 +00:00
|
|
|
{
|
|
|
|
|
"name": "@angular/platform-server",
|
2016-05-27 23:17:16 +00:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 23:44:39 +00:00
|
|
|
"description": "Angular - library for using Angular in Node.js",
|
2016-04-29 00:50:03 +00:00
|
|
|
"author": "angular",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
2017-03-14 00:31:03 +00:00
|
|
|
"@angular/animations": "0.0.0-PLACEHOLDER",
|
2016-05-27 23:17:16 +00:00
|
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
|
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
2018-02-23 19:03:22 +00:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
2017-08-16 16:00:03 +00:00
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
2020-05-19 12:35:37 +00:00
|
|
|
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
|
2016-05-04 00:06:04 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2019-02-21 17:07:39 +00:00
|
|
|
"domino": "^2.1.2",
|
2020-05-19 12:35:37 +00:00
|
|
|
"tslib": "^2.0.0",
|
2020-04-01 11:35:30 +00:00
|
|
|
"xhr2": "^0.2.0"
|
2016-05-18 06:17:15 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2018-12-07 11:12:59 +00:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
|
"directory": "packages/platform-server"
|
2018-02-27 23:04:35 +00:00
|
|
|
},
|
|
|
|
|
"ng-update": {
|
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-15 01:30:18 +00:00
|
|
|
},
|
2018-04-12 06:10:28 +00:00
|
|
|
"sideEffects": false,
|
2019-02-21 17:07:39 +00:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.0"
|
2020-06-09 01:07:39 +00:00
|
|
|
},
|
|
|
|
|
"publishConfig":{
|
|
|
|
|
"registry":"https://wombat-dressing-room.appspot.com"
|
2018-04-12 06:10:28 +00:00
|
|
|
}
|
2016-04-29 00:50:03 +00:00
|
|
|
}
|